users@glassfish.java.net

Message Format error in MDB

From: Deepu Syamaladevi Janardhananachary <Deepu.Janardhananachary_at_ust-global.com>
Date: Tue, 1 Dec 2009 13:05:56 +0530

Hi,

 

I have deployed a ear file which has an MDB and listens to tibco queue.
It is working fine and I am getting messages in the MDB when message
comes to the queue. But after getting the message there is always this
exception in the server.log

What do I need to do to fix this?

 

[#|2009-12-01T00:56:33.699-0600|WARNING|sun-appserver9.1|javax.enterpris
e.system.stream.err|_ThreadID=73;_ThreadName=p: thread-pool-1; w:
12;_RequestID=917be164-9229-4d13-80f5-ebf81c43f8fd;|

java.util.logging.ErrorManager: 5: Error in formatting Logrecord|#]

 

[#|2009-12-01T00:56:33.699-0600|WARNING|sun-appserver9.1|javax.enterpris
e.system.stream.err|_ThreadID=73;_ThreadName=p: thread-pool-1; w:
12;_RequestID=917be164-9229-4d13-80f5-ebf81c43f8fd;|

java.lang.IllegalArgumentException: cant parse argument number Header={
JMSMessageID={ID:DICC08.11DB4A8BBB4B904C4:1}
JMSDestination={Queue[REQUEST.QUEUE]} JMSReplyTo={null}
JMSDeliveryMode={PERSISTENT} JMSRedelivered={false}
JMSCorrelationID={8910021259651770} JMSType={null} JMSTimestamp={Tue Dec
01 01:16:11 CST 2009} JMSExpiration={0} JMSPriority={4} } Properties={ }
Text={hi hello getting message}

       at java.text.MessageFormat.makeFormat(MessageFormat.java:1339)

       at java.text.MessageFormat.applyPattern(MessageFormat.java:458)

       at java.text.MessageFormat.<init>(MessageFormat.java:350)

       at java.text.MessageFormat.format(MessageFormat.java:811)

       at
com.sun.enterprise.server.logging.UniformLogFormatter.uniformLogFormat(U
niformLogFormatter.java:329)

       at
com.sun.enterprise.server.logging.UniformLogFormatter.format(UniformLogF
ormatter.java:151)

       at
com.sun.enterprise.server.logging.AMXLoggingHook.publish(AMXLoggingHook.
java:198)

       at
com.sun.enterprise.server.logging.FileandSyslogHandler.publish(FileandSy
slogHandler.java:514)

       at java.util.logging.Logger.log(Logger.java:472)

       at java.util.logging.Logger.doLog(Logger.java:494)

       at java.util.logging.Logger.log(Logger.java:517)

 

 

Any help is appreciated.

 

 

Thanks and Regards

Deepu