Posted: Mon Apr 21, 2003 12:54 pm Post subject: ArrayIndexOutOfBoundsException when sending a message
Apprentice
Joined: 23 May 2002 Posts: 37
I am periodically getting the following error when trying to send a message. Has anybody seen this?
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at com.ibm.mq.MQMsg2.getMessageData(MQMsg2.java:1741)
at com.ibm.mq.MQQueueManager.putMsg2(MQQueueManager.java:1135)
at com.ibm.mq.MQQueueManager.putMsg2(MQQueueManager.java:1196)
at com.ibm.mq.jms.MQQueueSender.sendInternal(MQQueueSender.java:788)
at com.ibm.mq.jms.MQQueueSender.send(MQQueueSender.java:366)
at net.rxhub.common.jms.QueuePublisher.send(QueuePublisher.java:152)
By reducing the number of connections to MQ this error has gone away. IBM was unable to help me out. Mostly because I was running in Weblogic which they don't support.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum