You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Marcus Dimand (JIRA)" <ji...@codehaus.org> on 2009/02/13 14:43:19 UTC

[jira] Commented: (MRM-1066) Shutdown of Tomcat causes Exception when running Archiva Project

    [ http://jira.codehaus.org/browse/MRM-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=165453#action_165453 ] 

Marcus Dimand commented on MRM-1066:
------------------------------------

To Mr. Brett Porter

Dear Brett,

We need to know how to go on with Maven Archiva in our installation. Could you please answer the following questions, regarding the bug we reported:

1) Are you planning to fix this bug?
2) When will you be able to do this?
3) Are we on the right track waiting for a solution or should we find alternatives?
 
Thanks and regards,
Marcus Dimand

> Shutdown of Tomcat causes Exception when running Archiva Project
> ----------------------------------------------------------------
>
>                 Key: MRM-1066
>                 URL: http://jira.codehaus.org/browse/MRM-1066
>             Project: Archiva
>          Issue Type: Bug
>          Components: web application
>    Affects Versions: 1.1.3
>         Environment: SUSE LINUX Enterprise Server 9 (i586)(Patchversion: 9.4) - Linux version 2.6.5-7.312-bigsmp (32Bit)
>            Reporter: Marcus Dimand
>            Priority: Blocker
>             Fix For: 1.x
>
>         Attachments: catalina.out
>
>
> It looks like the Quartz thread is still running because the web-context has been unloaded before.
> This could maybe happen because the Quartz threads are not yet under Spring control (http://jira.springframework.org/browse/SPR-5065).
> Exception summary :
> INFO: Illegal access: this web application instance has been stopped already.  Could not load org.quartz.StatefulJob.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
> java.lang.IllegalStateException
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
> 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
> 	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Unknown Source)
> 	at org.quartz.JobDetail.class$(JobDetail.java:59)
> 	at org.quartz.JobDetail.isStateful(JobDetail.java:396)
> 	at org.quartz.simpl.RAMJobStore.triggerFired(RAMJobStore.java:1207)
> 	at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:307)
> Exception in thread "defaultScheduler_QuartzSchedulerThread" java.lang.NoClassDefFoundError: org.quartz.StatefulJob

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