Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JMS error - Failed to process message

843830Jan 18 2007
Hi everybody,

I got the following JMS exception during message processing. I do not really understand what the root cause:

sendMessage(Message) - Exception sending message in thread [0] : Failed to process message: Failed to add message=ID:b8591990-c1ab-1004-8625-3433a788d95f, destination=QueueName3 (5)
javax.jms.JMSException: Failed to process message: Failed to add message=ID:b8591990-c1ab-1004-8625-3433a788d95f, destination=QueueName3 (5)
at org.exolab.jms.messagemgr.MessageMgr.add(MessageMgr.java:199)
at org.exolab.jms.server.ServerSessionImpl.send(ServerSessionImpl.java:205)
at org.exolab.jms.server.net.RemoteServerSession.send(RemoteServerSession.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.exolab.jms.net.orb.DefaultORB$Handler.invoke(DefaultORB.java:553)
at org.exolab.jms.net.orb.DefaultORB$1.run(DefaultORB.java:511)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)

If someone has an idea, I would appreciate a lot!

Thx!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2007
Added on Jan 18 2007
0 comments
176 views