IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

java.io.StreamCorruptedException and server connection lost

  • 1.  java.io.StreamCorruptedException and server connection lost

    Posted Wed May 09, 2007 06:14 AM

    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.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: java.io.StreamCorruptedException and server connection lost

    Posted Thu May 10, 2007 11:18 AM

    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


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: java.io.StreamCorruptedException and server connection lost

    Posted Thu May 10, 2007 12:19 PM

    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


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB