|
From: tecsee <te...@12...> - 2006-05-15 02:54:54
|
Hello,
I'm using OBE 1.0, Jboss 4.0.3, MySQL 4.1.18, JDK 1.4. on a Windows XP SP2 .
I have org/obe/jms/AsyncRequestQueue and org/obe/jms/ApplicationEventQueue configured
in my obe-jbossmq-destinations-service.xml; and i hava configured
"<depends optional-attribute-name="ConnectionManager">
jboss.jca:service=DataSourceBinding,name=org/obe/jdbc/DataSource
</depends>" in mysql-jdbc2-service.xml.
However,I've hit a 'org.jboss.mq.SpyJMSException' trying to startas Obe application.
The following is a portion of the log file during startup.
I did not include all of the exceptions since there are so many of them.
----------------------
09:51:38,734 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
oss.jca:name=JmsXA,service=ConnectionFactoryBinding' to JNDI name 'java:JmsXA'
09:51:38,859 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
oss.jca:name=org/obe/jdbc/DataSource,service=DataSourceBinding' to JNDI name 'ja
va:org/obe/jdbc/DataSource'
09:51:39,265 WARN [ServiceController] Problem starting service jboss.mq:service
=PersistenceManager
org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Messag
e recovery may not be accurate; - nested throwable: (java.sql.SQLException: Ever
y derived table must have its own alias)
at org.jboss.mq.pm.jdbc2.PersistenceManager.resolveAllUncommitedTXs(Pers
istenceManager.java:416)
at org.jboss.mq.pm.jdbc2.PersistenceManager.startService(PersistenceMana
ger.java:1499)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:274)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:230)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:943)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:428)
at org.jboss.system.ServiceController.start(ServiceController.java:446)
at org.jboss.system.ServiceController.start(ServiceController.java:446)
at org.jboss.system.ServiceController.start(ServiceController.java:446)
at org.jboss.system.ServiceController.start(ServiceController.java:446)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
--------------------------------
after Jboss Started, I also obtain some exceptions:
---------------------------------
10:48:33,500 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
0
10:48:33,625 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
10:48:33,656 INFO [JkMain] Jk running ID=0 time=0/63 config=null
10:48:33,656 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBos
s_4_0_3_SP1 date=200510231054)] Started in 36s:641ms
10:48:35,031 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider
10:48:35,046 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider failure
detected:
javax.naming.NameNotFoundException: XAConnectionFactory not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:514)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:522)
at org.jnp.server.NamingServer.getObject(NamingServer.java:528)
at org.jnp.server.NamingServer.lookup(NamingServer.java:281)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:15
1)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBean
Support.java:245)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:
173)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSC
ontainerInvoker.java:605)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.r
un(JMSContainerInvoker.java:1471)
at java.lang.Thread.run(Thread.java:536)
10:48:35,250 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider
10:48:35,265 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider failure
detected:
javax.naming.NameNotFoundException: XAConnectionFactory not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:514)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:522)
at org.jnp.server.NamingServer.getObject(NamingServer.java:528)
at org.jnp.server.NamingServer.lookup(NamingServer.java:281)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:15
1)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBean
Support.java:245)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:
173)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSC
ontainerInvoker.java:605)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.r
un(JMSContainerInvoker.java:1471)
at java.lang.Thread.run(Thread.java:536)
------------------------------------
Other than that, I'm at a loss. Any direction would be appreciated.
Thanks!
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2006-04-18
|