[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-702) Quartz Timer Service in E-EJB3 hangs process, exception on shutdown
Carlo de Wolf (JIRA)
jira-events at jboss.com
Mon Sep 18 08:33:01 EDT 2006
[ http://jira.jboss.com/jira/browse/EJBTHREE-702?page=comments#action_12343472 ]
Carlo de Wolf commented on EJBTHREE-702:
----------------------------------------
[java] java.lang.NullPointerException
[java] at javax.naming.InitialContext.getURLScheme(InitialContext.java:228)
[java] at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:277)
[java] at javax.naming.InitialContext.lookup(InitialContext.java:351)
[java] at org.quartz.utils.JNDIConnectionProvider.init(JNDIConnectionProvider.java:127)
[java] at org.quartz.utils.JNDIConnectionProvider.<init>(JNDIConnectionProvider.java:86)
[java] at org.jboss.ejb3.timerservice.quartz.QuartzTimerServiceFactory.setDataSource(QuartzTimerServiceFactory.java:220)
> Quartz Timer Service in E-EJB3 hangs process, exception on shutdown
> -------------------------------------------------------------------
>
> Key: EJBTHREE-702
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-702
> Project: EJB 3.0
> Issue Type: Bug
> Affects Versions: EJB 3.0 RC8 - FD
> Reporter: Bill Burke
> Assigned To: Carlo de Wolf
> Fix For: EJB 3.0 RC10 - FD
>
>
> to test this out:
> build embedded.dist
> go run one of the tutorials. You will see that the applicatoin will never exit. I'm guessing this is becuase a Quartz thread is a non-daemon thread and holding up the exit of the process. Also there is a NullPointerException on shutdown. I have disabled the Quartz Timer Service in embedded-jboss-beans.xml for now.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list