[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1828) drools-5.0.0.MR2-guvnor deployment under Glassfish fails with AccessDeniedException

Kelvin Meeks (JIRA) jira-events at lists.jboss.org
Thu Oct 30 19:20:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBRULES-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Meeks updated JBRULES-1828:
----------------------------------

    Description: 
I downloaded the zip, extracted the war - and deployed it to the Glassfish autodeploy directory - and noted the following error in the logs - which appears to be a different issue than the two other JIRA entries related to deployment (for Tomcat and Jetty)

[#|2008-10-30T15:40:20.902-0700|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=pool-1-thread-7;_RequestID=b0d6d2a9-165a-4cca-9556-1b209c331fd3;|WebModule[/drools-guvnor]PWC1275: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.IllegalStateException: Cannot load WEB-INF/classes/net/sf/webdav/exceptions/AccessDeniedException.class from WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader at 16d835f

 (using getResourceAsStream() returned null)
	at org.jboss.seam.deployment.AbstractDeploymentHandler.getClassFile(AbstractDeploymentHandler.java:41)
	at org.jboss.seam.deployment.ComponentDeploymentHandler.handle(ComponentDeploymentHandler.java:57)
	at org.jboss.seam.deployment.DeploymentStrategy.handle(DeploymentStrategy.java:177)
	at org.jboss.seam.deployment.AbstractScanner.handleItem(AbstractScanner.java:30)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:141)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.scanDirectories(URLScanner.java:40)
	at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:107)
	at org.jboss.seam.init.Initialization.create(Initialization.java:113)
	at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4515)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:5176)
	at com.sun.enterprise.web.WebModule.start(WebModule.java:327)
	at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
	at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:296)
	at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:330)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
|#]


  was:
I downloaded the zip, extracted the war - and deployed it to the Glassfish autodeploy directory - which appears to be a different issue than the two other JIRA entries related to deployment (for Tomcat and Jetty)

[#|2008-10-30T15:40:20.902-0700|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=pool-1-thread-7;_RequestID=b0d6d2a9-165a-4cca-9556-1b209c331fd3;|WebModule[/drools-guvnor]PWC1275: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.IllegalStateException: Cannot load WEB-INF/classes/net/sf/webdav/exceptions/AccessDeniedException.class from WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader at 16d835f

 (using getResourceAsStream() returned null)
	at org.jboss.seam.deployment.AbstractDeploymentHandler.getClassFile(AbstractDeploymentHandler.java:41)
	at org.jboss.seam.deployment.ComponentDeploymentHandler.handle(ComponentDeploymentHandler.java:57)
	at org.jboss.seam.deployment.DeploymentStrategy.handle(DeploymentStrategy.java:177)
	at org.jboss.seam.deployment.AbstractScanner.handleItem(AbstractScanner.java:30)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:141)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
	at org.jboss.seam.deployment.URLScanner.scanDirectories(URLScanner.java:40)
	at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:107)
	at org.jboss.seam.init.Initialization.create(Initialization.java:113)
	at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4515)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:5176)
	at com.sun.enterprise.web.WebModule.start(WebModule.java:327)
	at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
	at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:296)
	at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:330)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
|#]




> drools-5.0.0.MR2-guvnor deployment under Glassfish fails with AccessDeniedException
> -----------------------------------------------------------------------------------
>
>                 Key: JBRULES-1828
>                 URL: https://jira.jboss.org/jira/browse/JBRULES-1828
>             Project: JBoss Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: drools-guvnor
>    Affects Versions:  5.0.0.M2
>         Environment: Windows Server 2003, Glassfish V2 (build b58c-fcs), JDK 1.6.0_03 (build 1.6.0_03-b05), drools-5.0.0.MR2-guvnor
>            Reporter: Kelvin Meeks
>            Assignee: Mark Proctor
>            Priority: Minor
>
> I downloaded the zip, extracted the war - and deployed it to the Glassfish autodeploy directory - and noted the following error in the logs - which appears to be a different issue than the two other JIRA entries related to deployment (for Tomcat and Jetty)
> [#|2008-10-30T15:40:20.902-0700|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=pool-1-thread-7;_RequestID=b0d6d2a9-165a-4cca-9556-1b209c331fd3;|WebModule[/drools-guvnor]PWC1275: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
> java.lang.IllegalStateException: Cannot load WEB-INF/classes/net/sf/webdav/exceptions/AccessDeniedException.class from WebappClassLoader
>   delegate: true
>   repositories:
>     /WEB-INF/classes/
> ----------> Parent Classloader:
> EJBClassLoader : 
> urlSet = []
> doneCalled = false 
>  Parent -> java.net.URLClassLoader at 16d835f
>  (using getResourceAsStream() returned null)
> 	at org.jboss.seam.deployment.AbstractDeploymentHandler.getClassFile(AbstractDeploymentHandler.java:41)
> 	at org.jboss.seam.deployment.ComponentDeploymentHandler.handle(ComponentDeploymentHandler.java:57)
> 	at org.jboss.seam.deployment.DeploymentStrategy.handle(DeploymentStrategy.java:177)
> 	at org.jboss.seam.deployment.AbstractScanner.handleItem(AbstractScanner.java:30)
> 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:141)
> 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
> 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
> 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
> 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
> 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
> 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
> 	at org.jboss.seam.deployment.URLScanner.scanDirectories(URLScanner.java:40)
> 	at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:107)
> 	at org.jboss.seam.init.Initialization.create(Initialization.java:113)
> 	at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4515)
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:5176)
> 	at com.sun.enterprise.web.WebModule.start(WebModule.java:327)
> 	at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
> 	at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:296)
> 	at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:330)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
> 	at java.lang.Thread.run(Thread.java:595)
> |#]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list