Posted: Tue Jul 15, 2008 1:36 am Post subject: Value out of range. Value:"ac" Radix:16?
Acolyte
Joined: 20 Dec 2006 Posts: 70
Hi,
I am trying to send across a 2MB file throguh broker and Jtext is suppose to pick up and place it in a folder.The queues and channels all have been set to handle the message length issue.But When start the JText instance to pick the message I am receiving the following error.
***************************************************************
[Mesg: Connector Agent state is active.]
[Time: 2008/07/15 16:27:56.312] [System: Server] [Thread: wbia_main (#1299919607)] [Type: Info] [MsgID: 9201] [Mesg: Invalid host name has been changed from "" to "localhost".]
[Time: 2008/07/15 16:27:56.312] [System: ConnectorAgent] [SS: JText_IWSConnector] [Thread: wbia_main (#1299919607)] [Type: Info] [MsgID: 17007] [Mesg: Press q to quit connector.]
[Time: 2008/07/15 16:30:05.656] [System: ConnectorAgent] [SS: JText_IWSConnector] [Thread: QL.MBRK.IWS.IN.01JmsThreadPool.thread1 (#1295790839)] [Type: Warning] [MsgID: 106005] [Mesg: **** WARNING :: Internal error: Exception :: java.lang.NumberFormatException: Value out of range. Value:"ac" Radix:16
at java.lang.Byte.parseByte(Byte.java(Inlined Compiled Code))
at com.ibm.DataHandlers.text.CLOBDataHandler.getStringFromBO(CLOBDataHandler.java(Compiled Code))
at com.crossworlds.connectors.jtext.JTextBOStringHandler.handleBOEvent(JTextBOStringHandler.java:216)
at com.crossworlds.connectors.jtext.JTextBOHandler.doVerbFor(JTextBOHandler.java:118)
at CxCommon.BusinessObject.doVerbFor(BusinessObject.java:2167)
at AppSide_Connector.BusObjJavaInterface.DoVerbFor(BusObjJavaInterface.java:255)
at AppSide_Connector.AppCalls.DoVerbFor(AppCalls.java:266)
at AppSide_Connector.AgentBusinessObjectManager.DoVerbFor(AgentBusinessObjectManager.java:1689)
at CxCommon.Messaging.ClientPacketSyncDrvFormatter.receiverCallback(ClientPacketSyncDrvFormatter.java:1524)
at CxCommon.Messaging.jms.Receiver.processBO(Receiver.java:776)
at CxCommon.Messaging.jms.Receiver.processMsg(Receiver.java:380)
at CxCommon.Messaging.jms.Receiver.access$900(Receiver.java:66)
at CxCommon.Messaging.jms.Receiver$ThreadCallBackImp.callback(Receiver.java:241)
at CxCommon.ThreadingServices.ThreadPoolThread.run(ThreadPoolThread.java:175)
]
[Time: 2008/07/15 16:30:05.656] [System: ConnectorAgent] [SS: JText_IWSConnector] [Thread: QL.MBRK.IWS.IN.01JmsThreadPool.thread1 (#1295790839)] [Type: Error] [MsgID: 106004] [Mesg: **** WARNING :: JTextBOStringHandler :: handleBOEvent() :: Exception :: java.lang.NumberFormatException: Value out of range. Value:"ac" Radix:16]
[Time: 2008/07/15 16:30:05.656] [System: ConnectorAgent] [SS: JText_IWSConnector] [Thread: QL.MBRK.IWS.IN.01JmsThreadPool.thread1 (#1295790839)] [Type: Error] [MsgID: 105002] [Mesg: **** WARNING :: JTextBOHandler.doVerbFor FAILED for BO 'CLOB_BO'. Reason :: **** ERROR : Value out of range. Value:"ac" Radix:16]
[Time: 2008/07/15 16:30:05.656] [System: ConnectorAgent] [SS: JText_IWSConnector] [Thread: QL.MBRK.IWS.IN.01JmsThreadPool.thread1 (#1295790839)] [Type: Error] [MsgID: 9066] [Mesg: A failure has happened in the processing of the message. The response will be sent to the ReplyToQueue if it is set. Otherwise, the message will be sent to the fault queue. Returns status: -1 and Message ID: ID:414d5120514d444d42524b312020202048636f3520180a02]
*************************************************************
I can successfully process some other messages which are more than 2MB in size by the same broker flow and Jtext instance,but one particular message of 2MB size is always throwing this kind of errors.
Posted: Tue Jul 15, 2008 10:57 am Post subject: Re: Value out of range. Value:"ac" Radix:16?
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
Vinayak.Satapute wrote:
[Thread: QL.MBRK.IWS.IN.01JmsThreadPool.thread1 (#1295790839)] [Type: Warning] [MsgID: 106005] [Mesg: **** WARNING :: Internal error: Exception :: java.lang.NumberFormatException: Value out of range. Value:"ac" Radix:16
at java.lang.Byte.parseByte(Byte.java(Inlined Compiled Code))
at
Appreciate your suggestions.
Regards,
Vinayak Satapute
Looks to me like a hex value problem.
Don't know if the hex value needs to be in upper case. I would have tried to use Byte.decode(String) prefacing with "0x" but then that's just me...
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