Skip to main content

LI77070: EXCEPTION WHILE CREATING THE CONNECTION TO DESTINATION ERROR WHILE CONNECTING TO JBOSS 5.1 JMS SERVER


Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • In WebSphere Cast Iron V6.1 Studio, after loading the
    necessary libraries, while connecting to JBoss 5.1 JMS server
    from Studio, the following error is observered:
    SEVERE: "Exception while creating the connection to destination.
    The Exception is null".
    

Local fix

  • Currently there is no workaround. Cast Iron only supports
    connecting to JBoss 4.2.1 and lower.
    

Problem summary

  • In WebSphere Cast Iron V6.1 Studio, after loading the
    necessary libraries, while connecting to JBoss 5.1 JMS server
    from Studio, the following error is observed in the WebSphere
    Cast Iron Studio error log:
    
    17 Feb, 2012 3:35:25 PM
    com.approuter.module.common.util.LogHelper log
    SEVERE: "Exception while creating the connection to destination.
    The Exception is null"
    org.jboss.jms.exception.MessagingNetworkFailureException
    at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable
    (DelegateSupport.java:263)
    at
    org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.
    org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$cr
    eateConn
    ectionDelegate$aop(ClientConnectionFactoryDelegate.java:191)
    at org.jboss.jms.client.delegate.
    ClientConnectionFactoryDelegate$createConnectionDelegate_N301949
    23590654
    20858.invokeTarget
    (ClientConnectionFactoryDelegate$createConnectionDelegate_N30194
    92359065
    420858.java)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext
    (MethodInvocation.java:111)
    at org.jboss.jms.client.container.StateCreationAspect.
    handleCreateConnectionDelegate(StateCreationAspect.java:81)
    at org.jboss.aop.advice.org.jboss.jms.client.container.
    StateCreationAspect_z_handleCreateConnectionDelegate_1490573528.
    invoke
    (StateCreationAspect_z_handleCreateConnectionDelegate_1490573528
    .java)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext
    (MethodInvocation.java:102)
    at
    org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.
    createConnectionDelegate(ClientConnectionFactoryDelegate.java)
    at
    org.jboss.jms.client.JBossConnectionFactory.createConnectionInte
    rnal
    (JBossConnectionFactory.java:205)
    at org.jboss.jms.client.JBossConnectionFactory.createConnection
    (JBossConnectionFactory.java:87)
    at org.jboss.jms.client.JBossConnectionFactory.createConnection
    (JBossConnectionFactory.java:82)
    at
    com.approuter.module.jms.protocol.JMSPoolableConnectionFactory.
    makeObject(JMSPoolableConnectionFactory.java:74)
    at org.apache.commons.pool.impl.GenericObjectPool.borrowObject
    (GenericObjectPool.java:974)
    at
    com.approuter.module.jms.protocol.JmsConnectionPool.getConnectio
    n
    (JmsConnectionPool.java:180)
    at
    com.approuter.studio.connectors.jms.endpoint.JmsEndpointPanel.
    testConnection(JmsEndpointPanel.java:535)
    at
    com.approuter.studio.activity.config.endpoint.EndpointPanel$4.
    construct(EndpointPanel.java:252)
    at
    com.approuter.framework.util.SwingWorker$2.run(SwingWorker.java:
    171)
    at java.lang.Thread.run(Thread.java:736)
    Caused by: org.jboss.remoting.InvocationFailureException: Unable
    to
    perform invocation; nested exception is:
    java.io.IOException: org.jboss.remoting.InvocationResponse
    at org.jboss.remoting.transport.socket.SocketClientInvoker.
    handleException(SocketClientInvoker.java:142)
    at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.
    transport(MicroSocketClientInvoker.java:891)
    at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.
    transport(BisocketClientInvoker.java:426)
    at org.jboss.remoting.MicroRemoteClientInvoker.invoke
    (MicroRemoteClientInvoker.java:165)
    at org.jboss.remoting.MicroRemoteClientInvoker.establishLease
    (MicroRemoteClientInvoker.java:467)
    at org.jboss.remoting.Client.setupClientLease(Client.java:1715)
    at org.jboss.remoting.Client.connect(Client.java:1615)
    at org.jboss.remoting.Client.connect(Client.java:515)
    at org.jboss.jms.client.remoting.JMSRemotingConnection$1.run
    (JMSRemotingConnection.java:354)
    at
    java.security.AccessController.doPrivileged(AccessController.jav
    a:
    251)
    at org.jboss.jms.client.remoting.JMSRemotingConnection.start
    (JMSRemotingConnection.java:350)
    at
    org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.
    org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$cr
    eateConn
    ectionDelegate$aop(ClientConnectionFactoryDelegate.java:158)
    ... 16 more
    Caused by: java.io.IOException:
    org.jboss.remoting.InvocationResponse
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.
    resolveClass(ObjectInputStreamWithClassLoader.java:179)
    at
    java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.jav
    a:
    1579)
    at
    java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1
    500)
    at
    java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.j
    ava:
    1736)
    at
    java.io.ObjectInputStream.readObject0(ObjectInputStream.java:133
    3)
    at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:352)
    at
    org.jboss.jms.wireformat.SerializedPacket.read(SerializedPacket.
    java:73)
    at
    org.jboss.jms.wireformat.JMSWireFormat.read(JMSWireFormat.java:2
    98)
    at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.
    versionedRead(MicroSocketClientInvoker.java:1222)
    at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.
    transport(MicroSocketClientInvoker.java:850)
    

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    LI77070

  • Reported component name

    WS CASTIRON DEV

  • Reported component ID

    5725C1101

  • Reported release

    610

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-10-11

  • Closed date

    2013-01-30

  • Last modified date

    2013-01-30

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WS CASTIRON DEV

  • Fixed component ID

    5725C1101

Applicable component levels

  • R610 PSY

       UP

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

WebSphere Cast Iron Hypervisor Edition Enterprise


Software version:
610


Reference #:
LI77070


Modified date:
2013-01-30

Translate my page

Content navigation