[jboss-user] [Beginners Corner] - Problem loading jboss services
jaleyba
do-not-reply at jboss.com
Wed Nov 8 06:16:27 EST 2006
I've installed a quartz service and then installed another jboss service application that depends of quartz.
When I start jboss I received the message:
--- MBeans waiting for other MBeans ---
| ObjectName: jms.ActiveMQ:service=ActiveMQNetwork
| State: CONFIGURED
| I Depend On:
| jboss:service=Naming
| user:service=QuartzService
| Depends On Me:
| jboss.jmx:type=adaptor,name=MyActiveMQNetworkInvokeTarget,protocol=jrmp,service=proxyFactory
|
| ObjectName: jboss.jmx:type=adaptor,name=MyActiveMQNetworkInvokeTarget,protocol=jrmp,service=proxyFactory
| State: CONFIGURED
| I Depend On:
| jboss:service=invoker,type=jrmp
| jms.ActiveMQ:service=ActiveMQNetwork
|
| --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
| ObjectName: user:service=QuartzService
| State: NOTYETINSTALLED
| Depends On Me:
| jms.ActiveMQ:service=ActiveMQNetwork
I'm not sure about the error meaning but I guess its telling me QuartzService is not installed but I see in jboss start up the message:
| 11:54:58,097 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
| 11:54:59,130 INFO [QuartzService] Create QuartzService(Quartz)...
| 11:54:59,215 INFO [QuartzService] QuartzService(Quartz) created.
| 11:54:59,221 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MySqlDS' to JNDI name 'java:MySqlDS'
| 11:54:59,224 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=QuartzDS' to JNDI name 'java:QuartzDS'
| 11:54:59,226 INFO [QuartzService] Start QuartzService(Quartz)...
| 11:54:59,459 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
| 11:54:59,475 INFO [JobStoreCMT] Using db table-based data access locking (synchronization).
| 11:55:00,795 INFO [JobStoreCMT] Removed 0 Volatile Trigger(s).
| 11:55:00,795 INFO [JobStoreCMT] Removed 0 Volatile Job(s).
| 11:55:00,811 INFO [JobStoreCMT] JobStoreCMT initialized.
| 11:55:00,812 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from an externally provided properties instance.
| 11:55:00,812 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
| 11:55:00,866 INFO [JobStoreCMT] Freed 0 triggers from 'acquired' / 'blocked' state.
| 11:55:00,892 INFO [JobStoreCMT] Recovering 0 jobs that were in-progress at the time of the last shut-down.
| 11:55:00,892 INFO [JobStoreCMT] Recovery complete.
| 11:55:00,901 INFO [JobStoreCMT] Removed 0 'complete' triggers.
| 11:55:00,908 INFO [JobStoreCMT] Removed 0 stale fired job entries.
| 11:55:00,912 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
| 11:55:00,912 INFO [QuartzService] QuartzService(Quartz) started.
|
Before the above error message so I understand that QuartzService is running I couldnt figure out how to solve the error...
Any idea ?
Thanks in advance
J
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984069#3984069
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984069
More information about the jboss-user
mailing list