ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Workflow UPES Error

Post new topic  Reply to topic
 Workflow UPES Error « View previous topic :: View next topic » 
Author Message
spprash
PostPosted: Fri Nov 18, 2005 1:14 pm    Post subject: Workflow UPES Error Reply with quote

Apprentice

Joined: 29 Dec 2002
Posts: 25

We are using MQworkflow 3.5 in solaris.

We occasionally get the below EOF errors while browsing from our UPES Queue defined in Workflow QueueManager
java.io.EOFException
at com.ibm.mq.MQMessage.readConvertedString(MQMessage.java:1943)
at com.ibm.mq.MQMessage.readString(MQMessage.java:960)
at com.jpmorgan.cc.common.utils.workflowmanager.QueueAdapter.browseMessage(QueueAdapter.java:192)

The code snippet doing the read is below
browseMsgOptions = new MQGetMessageOptions();
browseMsgOptions.options = MQC.MQGMO_NO_WAIT | MQC.MQGMO_BROWSE_NEXT;
MQMessage retrievedMessage = new MQMessage();
queue.get(retrievedMessage, browseMsgOptions);
message = retrievedMessage.readString(retrievedMessage.getMessageLength());

Question:
Will the EOFException during queue browse occur due to a smaller message buffer size in the queue or channel. Our current settings are
qmgr maxmsgl(4194304)
qlocal(EXCINPUTQ) maxmsgl(4194304)
channel (FMCQM.CL.TCP) chltype(SVRCONN) maxmsgl(9999999)
channel (FMCQM.CL.TCP) chltype(CLNTCONN) maxmsgl(9999999)
_________________
Prash
Back to top
View user's profile Send private message
spprash
PostPosted: Fri Nov 18, 2005 1:16 pm    Post subject: Reply with quote

Apprentice

Joined: 29 Dec 2002
Posts: 25

The Above Error occurs in the below code snippet
browseMsgOptions = new MQGetMessageOptions();
browseMsgOptions.options = MQC.MQGMO_NO_WAIT | MQC.MQGMO_BROWSE_NEXT;
MQMessage retrievedMessage = new MQMessage();
queue.get(retrievedMessage, browseMsgOptions);
message = retrievedMessage.readString(retrievedMessage.getMessageLength());
_________________
Prash
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Workflow UPES Error
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.