[JBoss Messaging] - Upgrading AS5 to use messaging 1.4.2.GA
by rnicholson10
What is the correct procedure for upgrading messaging on AS5?
I've copied both jboss-messaging.jar and jboss-messaging-client.jar to there correct locations and copied the xml files to the deploy/messaging folder.
I can produce and consume messages on the same instance but my bridge is not working. I repeatedly get the log message:
| 2009-02-05 13:39:47,617 INFO [org.jboss.jms.server.bridge.Bridge] (Thread-314) null Succeeded in reconnecting to servers
| 2009-02-05 13:39:47,618 DEBUG [org.jboss.remoting.ServerInvoker] (Thread-44) Thread pool class supplied is not an object name.
| 2009-02-05 13:39:47,619 DEBUG [org.jboss.jms.server.security.SecurityMetadataStore] (Thread-42) No SecurityMetadadata was available for speQueueEnd, using default security config
| 2009-02-05 13:39:47,619 ERROR [org.jboss.messaging.util.ExceptionUtil] (Thread-42) ConnectionEndpoint[0d5-kep6htqf-1-9qtjgtqf-o95xms-e6u1gs4] sendTransaction [fd5-rep6htqf-1-9qtjgtqf-o95xms-e6u1gs4]
| javax.jms.JMSException: Failed to route Reference[20215254017949969]:RELIABLE to speQueueEnd
| at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendMessage(ServerConnectionEndpoint.java:757)
| at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.processTransaction(ServerConnectionEndpoint.java:815)
| at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendTransaction(ServerConnectionEndpoint.java:489)
| at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.org$jboss$jms$server$endpoint$advised$ConnectionAdvised$sendTransaction$aop(ConnectionAdvised.java:101)
| at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java)
| at org.jboss.jms.server.container.SecurityAspect.handleSendTransaction(SecurityAspect.java:195)
| at sun.reflect.GeneratedMethodAccessor358.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| at java.lang.reflect.Method.invoke(Unknown Source)
| at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:122)
| at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java)
| at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
| at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java)
| at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.sendTransaction(ConnectionAdvised.java)
| at org.jboss.jms.wireformat.ConnectionSendTransactionRequest.serverInvoke(ConnectionSendTransactionRequest.java:82)
| at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
| at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
| at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106)
| at org.jboss.remoting.Client.invoke(Client.java:1708)
| at org.jboss.remoting.Client.invoke(Client.java:612)
| at org.jboss.remoting.Client.invoke(Client.java:600)
| at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:189)
| at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160)
| at org.jboss.jms.client.delegate.ClientConnectionDelegate.org$jboss$jms$client$delegate$ClientConnectionDelegate$sendTransaction$aop(ClientConnectionDelegate.java:221)
| at org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N3268650789275322226.invokeNext(ClientConnectionDelegate$sendTransaction_N3268650789275322226.java)
| at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:92)
| at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
| at org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N3268650789275322226.invokeNext(ClientConnectionDelegate$sendTransaction_N3268650789275322226.java)
| at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
| at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
| at org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N3268650789275322226.invokeNext(ClientConnectionDelegate$sendTransaction_N3268650789275322226.java)
| at org.jboss.jms.client.delegate.ClientConnectionDelegate.sendTransaction(ClientConnectionDelegate.java)
| at org.jboss.jms.tx.ResourceManager.sendTransactionXA(ResourceManager.java:662)
| at org.jboss.jms.tx.ResourceManager.commit(ResourceManager.java:367)
| at org.jboss.jms.tx.MessagingXAResource.commit(MessagingXAResource.java:254)
| at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelOnePhaseCommit(XAResourceRecord.java:800)
| at com.arjuna.ats.arjuna.coordinator.BasicAction.onePhaseCommit(BasicAction.java:2639)
| at com.arjuna.ats.arjuna.coordinator.BasicAction.End(BasicAction.java:1784)
| at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:88)
| at com.arjuna.ats.arjuna.AtomicAction.end(AtomicAction.java:216)
| at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commit(TransactionImple.java:240)
| at org.jboss.jms.server.bridge.Bridge.sendBatchXA(Bridge.java:1294)
| at org.jboss.jms.server.bridge.Bridge.sendBatch(Bridge.java:1354)
| at org.jboss.jms.server.bridge.Bridge.access$1900(Bridge.java:68)
| at org.jboss.jms.server.bridge.Bridge$SourceListener.onMessage(Bridge.java:1677)
| at org.jboss.jms.client.container.ClientConsumer.callOnMessage(ClientConsumer.java:229)
| at org.jboss.jms.client.container.ClientConsumer$ListenerRunner.run(ClientConsumer.java:1043)
| at org.jboss.messaging.util.OrderedExecutorFactory$ChildExecutor.run(OrderedExecutorFactory.java:120)
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
| at java.lang.Thread.run(Unknown Source)
| 2009-02-05 13:39:47,622 WARN [org.jboss.jms.server.bridge.Bridge] (Thread-42) null Failed to send + acknowledge batch, closing JMS objects
| javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] Could not commit transaction.
| at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commit(TransactionImple.java:255)
| at org.jboss.jms.server.bridge.Bridge.sendBatchXA(Bridge.java:1294)
| at org.jboss.jms.server.bridge.Bridge.sendBatch(Bridge.java:1354)
| at org.jboss.jms.server.bridge.Bridge.access$1900(Bridge.java:68)
| at org.jboss.jms.server.bridge.Bridge$SourceListener.onMessage(Bridge.java:1677)
| at org.jboss.jms.client.container.ClientConsumer.callOnMessage(ClientConsumer.java:229)
| at org.jboss.jms.client.container.ClientConsumer$ListenerRunner.run(ClientConsumer.java:1043)
| at org.jboss.messaging.util.OrderedExecutorFactory$ChildExecutor.run(OrderedExecutorFactory.java:120)
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
| at java.lang.Thread.run(Unknown Source)
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] (Thread-317) unregistered connection ConnectionEndpoint[0d5-kep6htqf-1-9qtjgtqf-o95xms-e6u1gs4] with remoting session ID ...-fqth6pef-5cu
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] (Thread-317) removing callback handler ServerInvokerCallbackHandler[4sg1u6e-smx59o-fqtgjtq9-1-fqth6pef-5cu+4sg1u6e-smx59o-fqtgjtq9-1-fqth6pej-5cx]
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.InvokerRegistry] (Thread-317) removed org.jboss.remoting.transport.local.LocalClientInvoker@10f6d29 from registry
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.ServerInvoker] (Thread-317) ServerInvoker (SocketServerInvoker[172.16.66.230:293827807]) removing client callback handler with session id of 4sg1u6e-smx59o-fqtgjtq9-1-fqth6pef-5cu+4sg1u6e-smx59o-fqtgjtq9-1-fqth6pej-5cx.
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] (Thread-317) unrecognized listener ID: 4sg1u6e-smx59o-fqtgjtq9-1-fqth6pej-5cx
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.InvokerRegistry] (Thread-317) removed org.jboss.remoting.transport.local.LocalClientInvoker@1c7d5a8 from registry
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.transport.socket.SocketServerInvoker] (Thread-317) SocketServerInvoker[172.16.66.230:293827807] stopped threads in clientpool
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.transport.socket.SocketServerInvoker] (Thread-317) SocketServerInvoker[172.16.66.230:293827807] stopped threads in threadpool
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.transport.socket.SocketServerInvoker] (Thread-317) SocketServerInvoker[172.16.66.230:293827807] exiting
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.ServerInvoker] (Thread-317) SocketServerInvoker[172.16.66.230:293827807] stopped
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.InvokerRegistry] (Thread-317) decremented org.jboss.remoting.transport.local.LocalClientInvoker@9c2a55's count, current count 1
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.remoting.InvokerRegistry] (Thread-317) decremented org.jboss.remoting.transport.local.LocalClientInvoker@9f4640's count, current count 1
| 2009-02-05 13:39:47,624 DEBUG [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] (Thread-317) unregistered connection ConnectionEndpoint[7d5-oep6htqf-1-9qtjgtqf-o95xms-e6u1gs4] with remoting session ID ...-fqth6pek-5d1
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] (Thread-317) removing callback handler ServerInvokerCallbackHandler[4sg1u6e-smx59o-fqtgjtq9-1-fqth6pek-5d1+4sg1u6e-smx59o-fqtgjtq9-1-fqth6pen-5d4]
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.InvokerRegistry] (Thread-317) removed org.jboss.remoting.transport.local.LocalClientInvoker@c08534 from registry
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.ServerInvoker] (Thread-317) ServerInvoker (SocketServerInvoker[172.16.66.230:289210239]) removing client callback handler with session id of 4sg1u6e-smx59o-fqtgjtq9-1-fqth6pek-5d1+4sg1u6e-smx59o-fqtgjtq9-1-fqth6pen-5d4.
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] (Thread-317) unrecognized listener ID: 4sg1u6e-smx59o-fqtgjtq9-1-fqth6pen-5d4
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.InvokerRegistry] (Thread-317) removed org.jboss.remoting.transport.local.LocalClientInvoker@1694d9f from registry
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.transport.socket.SocketServerInvoker] (Thread-317) SocketServerInvoker[172.16.66.230:289210239] stopped threads in clientpool
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.transport.socket.SocketServerInvoker] (Thread-317) SocketServerInvoker[172.16.66.230:289210239] stopped threads in threadpool
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.transport.socket.SocketServerInvoker] (Thread-317) SocketServerInvoker[172.16.66.230:289210239] exiting
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.ServerInvoker] (Thread-317) SocketServerInvoker[172.16.66.230:289210239] stopped
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.InvokerRegistry] (Thread-317) removed org.jboss.remoting.transport.local.LocalClientInvoker@9c2a55 from registry
| 2009-02-05 13:39:47,625 DEBUG [org.jboss.remoting.InvokerRegistry] (Thread-317) removed org.jboss.remoting.transport.local.LocalClientInvoker@9f4640 from registry
| 2009-02-05 13:39:47,625 ERROR [org.jboss.jms.client.container.ClosedInterceptor] (Thread-317) ClosedInterceptor.ClientSessionDelegate[8d5-oep6htqf-1-9qtjgtqf-o95xms-e6u1gs4]: method getXAResource() did not go through, the interceptor is CLOSED
| 2009-02-05 13:39:47,625 WARN [org.jboss.jms.server.bridge.Bridge] (Thread-317) null Will retry after a pause of 5000 ms
|
There's a null reference referred to quite a lot. Any ideas?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207339#4207339
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207339
17 years, 4 months
[Clustering/JBoss] - Clustering using jboss4.0.3SP1(Error)
by zoika
INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
INFO [JkMain] Jk running ID=0 time=0/47 config=null
ERROR [MsgAjp] BAD packet signature 18245
ERROR [ChannelSocket] Error, processing connection
java.lang.IndexOutOfBoundsException
at java.io.BufferedInputStream.read(BufferedInputStream.java:306)
at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:601)
at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:557)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:666)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:871)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Can I have an explanation and a possible solution for this error.
I am using Apache httpd server+jboss4.0.3SP1(in default configuration)+mod_jk in a windows environment
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207325#4207325
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207325
17 years, 4 months
[JBoss jBPM] - Re: Dynamic Fork + External Async WS invocation + problem
by clandestino_bgd
anonymous wrote :
| I get the impression you want something like: http://eaipatterns.com/BroadcastAggregate.html
|
Looks I want something like that.
anonymous wrote :
| or am I wrong? Maybe you should do it in your super fast EAI bus then and have a singe esb node in your process ;-)
|
Quite true, I used the buzzword EAI bus, influenced by one of your answers on this list, which made me laugh :)
Implementing this scenario in e.g Jboss ESB seems like the best solution, but few days before project delivery, I simply cannot do that.
I used JBPM JPDL for orchestrating in house WSs both sync and async. Then I realised that in the case of many child tokens and async invocation, this problem can appear, especially if client wants to add some other WS, where I do not have control for retry and timeout.
And because I belive that everything can be done with good design and appropriate use of Action handlers, I post the question on this list.
Thank you for spending time on this, anyway.
best,
milan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207293#4207293
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207293
17 years, 4 months