Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1048233

Summary: WebDAV interface not working with CR1
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Filip Nguyen <fnguyen>
Component: ModeShapeAssignee: Van Halbert <vhalbert>
Status: CLOSED DUPLICATE QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: ldimaggi, vhalbert
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-08 14:20:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Filip Nguyen 2014-01-03 13:09:42 UTC
I cant access webdav interface here http://localhost:8080/modeshape-webdav/dv/default/

The exception: 

14:09:26,196 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/modeshape-webdav].[WebDAV]] (http-/127.0.0.1:8080-1) JBWEB000236: Servlet.service() for servlet WebDAV threw exception: java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/modules/ModuleClassLoader) previously initiated loading for a different type with name "javax/servlet/http/HttpServletRequest"
	at org.modeshape.jcr.security.ServletProvider$ServletSecurityContext.<init>(ServletProvider.java:63) [modeshape-jcr-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.jcr.security.ServletProvider.authenticate(ServletProvider.java:51) [modeshape-jcr-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.jcr.security.AuthenticationProviders.authenticate(AuthenticationProviders.java:65) [modeshape-jcr-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.jcr.JcrRepository.login(JcrRepository.java:633) [modeshape-jcr-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.jcr.JcrRepository.login(JcrRepository.java:154) [modeshape-jcr-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.web.jcr.RepositoryManager.getSession(RepositoryManager.java:124) [modeshape-web-jcr-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.web.jcr.webdav.ModeShapeWebdavStore$JcrSessionTransaction.session(ModeShapeWebdavStore.java:727) [modeshape-web-jcr-webdav-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.web.jcr.webdav.ModeShapeWebdavStore$JcrSessionTransaction.nodeFor(ModeShapeWebdavStore.java:738) [modeshape-web-jcr-webdav-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.web.jcr.webdav.ModeShapeWebdavStore.nodeFor(ModeShapeWebdavStore.java:652) [modeshape-web-jcr-webdav-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.web.jcr.webdav.ModeShapeWebdavStore.getStoredObject(ModeShapeWebdavStore.java:341) [modeshape-web-jcr-webdav-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.webdav.methods.DoHead.execute(DoHead.java:71) [modeshape-webdav-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.webdav.WebDavServletBean.service(WebDavServletBean.java:141) [modeshape-webdav-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at org.modeshape.web.jcr.webdav.ModeShapeWebdavServlet.service(ModeShapeWebdavServlet.java:130) [modeshape-web-jcr-webdav-3.3.6.GA-redhat-3.jar:3.3.6.GA-redhat-3]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:499) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.1.Final-redhat-10.jar:7.2.1.Final-redhat-10]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1]
	at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]