[jboss-jira] [JBoss JIRA] Resolved: (JBAS-4561) EJB Timer Service doesn't come up properly
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Wed Jul 18 11:14:47 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4561?page=all ]
Carlo de Wolf resolved JBAS-4561.
---------------------------------
Resolution: Done
> EJB Timer Service doesn't come up properly
> ------------------------------------------
>
> Key: JBAS-4561
> URL: http://jira.jboss.com/jira/browse/JBAS-4561
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB2, Scheduling/Timers, EJB3
> Environment: 20070718
> Sun JDK 1.5.0_12-b04
> Ubuntu 5.10
> Reporter: Carlo de Wolf
> Assigned To: Carlo de Wolf
> Priority: Critical
> Fix For: JBossAS-5.0.0.Beta3
>
>
> 2007-07-18 13:31:51,588 DEBUG [org.jboss.ejb.txtimer.DatabasePersistencePolicy] Starting jboss.ejb:service=EJBTimerService,persistencePolicy=database
> 2007-07-18 13:31:51,604 DEBUG [org.jboss.ejb.txtimer.DatabasePersistencePolicy] Starting failed jboss.ejb:service=EJBTimerService,persistencePolicy=database
> java.lang.IllegalStateException: Cannot find datasource meta data: jboss.jdbc:datasource=DefaultDS,service=metadata
> at org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin.init(GeneralPurposeDatabasePersistencePlugin.java:124)
> at org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin.init(GeneralPurposeDatabasePersistencePlugin.java:100)
> at org.jboss.ejb.txtimer.DatabasePersistencePolicy.startService(DatabasePersistencePolicy.java:89)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
> at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
> at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:167)
> at $Proxy4.start(Unknown Source)
> at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
> at org.jboss.system.microcontainer.ServiceControllerContextAction.install(ServiceControllerContextAction.java:46)
> at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
> at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:304)
> at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:238)
> at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1257)
> at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:685)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:813)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:735)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:573)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:374)
> at org.jboss.system.ServiceController.doChange(ServiceController.java:656)
> at org.jboss.system.ServiceController.start(ServiceController.java:431)
> at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:146)
> at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:107)
> at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
> at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.deploy(AbstractSimpleRealDeployer.java:65)
> at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:164)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstall(DeployersImpl.java:661)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstall(DeployersImpl.java:674)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstall(DeployersImpl.java:624)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:588)
> at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:304)
> at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1257)
> at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:685)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:813)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:735)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:573)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:374)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:427)
> at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:340)
> at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:379)
> at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:247)
> at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
> at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:403)
> at org.jboss.system.server.profileservice.ServerImpl.start(ServerImpl.java:342)
> at org.jboss.Main.boot(Main.java:210)
> at org.jboss.Main$1.run(Main.java:523)
> 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: 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