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!

Tibco JMS error

843830Sep 15 2005 — edited Sep 21 2005
I have a JMS application which can work perfectly with ActiveMQ, SonicMQ and FioranoMQ.

But when I try the TibcoMQ (using com.tibco.tibjms.TibjmsTopicConnectionFactory to connect), the following error message appears when sending messages:

java.lang.InternalError: Can not pack negative long value
at com.tibco.tibjms.TibjmsxStream.writeVarLong(TibjmsxStream.java:1017)
at com.tibco.tibjms.TibjmsMessage.writeHeaders(TibjmsMessage.java:945)
at com.tibco.tibjms.TibjmsMessage.write(TibjmsMessage.java:1184)
at com.tibco.tibjms.TibjmsSession._publish(TibjmsSession.java:1077)
at com.tibco.tibjms.TibjmsMessageProducer._publish(TibjmsMessageProducer.java:255)
at com.tibco.tibjms.TibjmsTopicPublisher.publish
(TibjmsTopicPublisher.java:68)

Please help to solve. Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2005
Added on Sep 15 2005
1 comment
389 views