java.io.StreamCorruptedException and server connection lost

Running IS 6.5 and only fix applied so far (I believe) is JMS_Fix_10

Created a small service to pull messages from JMS queue and convert from object to document. Connector created/works fine, message consumer created/works fine, but the ObjectToDocument adapter fails and throws the following error: java.io.StreamCorruptedException then resets the connection to the server.

Any help would be appreciated.

Hi Steven,

can you provide the excact error message as well as some informations about the IntegrationServer Version (like About-Page or Updates-Page) as well as your JMS Configuration (which JNDI, where, …).

Updates-Page can either be accessed via a link at the bottom of the About-Page or directly via http://:/WmRoot/updates.dsp

Regards,
Holger

Holger,

The exact error message(s) is:

Could not run ‘[service name]’.
java.io.StreamCorruptedException

follwed by:
Server connection to ‘localhost:5555’ lost: Try restoring session later.

The adapters in the service are a “Message Consumer” and “objectMessageToDocument”

The IS info is:
Product webMethods Integration Server
Version 6.5
Updates IS_6-5_SP2
WmPRT_6-5-1_SP1
Build Number 395
SSL Strong (128-bit)

The queue is running on a BEA weblogic 9.2 server and the webMethods connector info is:
Transaction Type: LOCAL_TRANSACTION
JNDI Initial Context Factory: weblogic.jnci.WLInitialContextFactory
JNDI Provider URL: t3://localhost:7001/jndi
Min pool size: 1
Max pool size: 10
Pool increment size: 1
Block Timeout (msec): 1000
Expire Timeout (msec): 1000
Startup Retyr Count: 0
Startup Backoff Timeout (sec): 10

Cheers,
Stacy