cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter error.

Former Member
0 Kudos

Have the following scenario.

Getting a flatfile on a MQ gueue and pick it up with my JMS sender adapter.

In XI we are using value mapping and send the file to the target system with RFC.

My problem is that i get the following error in runtime workbench on my JMS adapter.

XI inbound processing failed for message at time 2009-03-11|09:17:55.101+0100. JMS and XI identifiers for the message are ID:414d512047494d4c495f533120202020d4a07a4920100105 and 1f5ca180-0e15-11de-8083-001125bfde72 respectively. The JMS adapter will rollback the database and JMS session transactions. If the session is transacted, the message is not lost and will be retried later. The exception stack trace is java.lang.Exception: Error converting Message: 'sun.io.MalformedInputException'
at java.lang.Throwable.(Throwable.java:56)
at java.lang.Throwable.(Throwable.java:67)
at com.sap.aii.af.service.jms.WorkerJMSReceiver.onMessage(WorkerJMSReceiver.java:1527)

Do this relate to some missconfiguration in the adapter or is it thge format of the file it self that's the problem?

BR

Kalle

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

Its a flat file you receive.

Are you using any modules in the JMS adapter to convert it into an XML?

Former Member
0 Kudos

Using Plain2XML.

//Kalle

Former Member
0 Kudos

We have swedish letters like Å Ä Ö in the message.

When we remove them the message apsses thru with no error.

Where can we set so the adpater can handel all characters?

BR

Kalle

Shabarish_Nair
Active Contributor
0 Kudos

this is a encoding issue since JMS adapter is not getting the right encoding.

i can refer you a thread which sud help -

Answers (0)