Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

javax.jms.JMSException: Error Creating JMSDestination

4 views
Skip to first unread message

Joseph Kostakis

unread,
Apr 25, 2001, 7:24:10 PM4/25/01
to

I am getting the following exception using sybase in WebLogic 5.1 Sp 4. Does anyone
know why it complains?

Wed Apr 25 18:15:37 EDT 2001:<I> <JMS> Initializing from weblogic.properties
Wed Apr 25 18:15:37 EDT 2001:<I> <JMS> java.sql.SQLException: JZ006: Caught IOException:
JZ0EM: End of data.
at com.sybase.jdbc.ErrorMessage.raiseError(ErrorMessage.java)
at com.sybase.tds.TdsJdbcInputStream.getLong(TdsJdbcInputStream.java)
at com.sybase.jdbc.SybCallableStatement.getLong(SybCallableStatement.java)
at weblogic.jdbcbase.pool.Statement.getLong(Statement.java:502)
at weblogic.jms.server.JDBCStore.reserveDbKeys(JDBCStore.java:993)
at weblogic.jms.server.JDBCStore.storeDestination(JDBCStore.java:387)
at weblogic.jms.server.JMSRegistry.addDestination(JMSRegistry.java:494)
at weblogic.jms.server.JMSManager.initQueues(JMSManager.java, Compiled
Code)
at weblogic.jms.server.JMSManager.doInitFromProperties(JMSManager.java:487)
at weblogic.jms.server.JMSManager.initFromProperties(JMSManager.java:469)
at weblogic.jms.server.JMSManager.init(JMSManager.java:295)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)

Wed Apr 25 18:15:37 EDT 2001:<I> <JMS> javax.jms.JMSException: Error Creating
JMSDestination
Wed Apr 25 18:15:37 EDT 2001:<I> <JMS> Startup process complete. JMS is active

-------------
The properties I used are:
weblogic.jms.connectionPool=JMSPool

weblogic.jms.connectionFactoryName.CMSQueueConnectionFactory=javax.jms.CMSQueueConnectionFactory
weblogic.jms.connectionFactoryArgs.CMSQueueConnectionFactory=\
DeliveryMode=persistent

weblogic.jms.queue.CMSQueue=javax.jms.CMSQueue


Joseph Kostakis

Don Martin

unread,
Apr 26, 2001, 8:00:23 AM4/26/01
to

This looks like either a network problem or a
configuration problem relative to jConnect as
opposed to a JMS-specific issue. Have you tried
posting this on the JDBC newsgroup?

Joseph Kostakis

unread,
Apr 27, 2001, 12:03:17 PM4/27/01
to

I am going against Sybase 12. The error is happening when the stored procedure
reserveJmsKeys is called and returns a numeric(12) type through JDBC. The getLong(columnNumber,
sqlType) call through JDBC on a numeric fails all the time if the type specified
is java.sql.Types.Numeric. I have tried changing the back end to int or float
or just numeric and it does not work.
0 new messages