Bonjour,
alors voilà , est ce que quelqu'un aurait déja réalisé un client JMS en Java (et pas une appli J2EE) pour communiquer avec un WAS 6.1.
au moment de la connection à la ConnectionFactory j'ai cette exception là :
Exception in thread "P=624859:O=0:CT" javax.jms.JMSException: CWSIA0241E: An exception was received during the call to the method JmsManagedConnectionFactoryImpl.createConnection: com.ibm.websphere.sib.exception.SIResourceException: CWSIT0006E: It was not possible to contact any of the specified bootstrap servers. Please see the linked exception for further details. Bootstrap connections were attempted to: [localhost:7286:BootstrapSecureMessaging].
at com.ibm.ws.sib.api.jms.impl.JmsManagedConnectionFactoryImpl.createConnection(JmsManagedConnectionFactoryImpl.java:242)
at com.ibm.swg.simwork.app.JmsSendAndReceive.main(JmsSendAndReceive.java:39)
Caused by: com.ibm.websphere.sib.exception.SIResourceException: CWSIT0006E: It was not possible to contact any of the specified bootstrap servers. Please see the linked exception for further details. Bootstrap connections were attempted to: [localhost:7286:BootstrapSecureMessaging]
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.generateException(TrmSICoreConnectionFactoryImpl.java:921)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.remoteBootstrap(TrmSICoreConnectionFactoryImpl.java:634)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.createConnection(TrmSICoreConnectionFactoryImpl.java:295)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.createConnection(TrmSICoreConnectionFactoryImpl.java:210)
at com.ibm.ws.sib.api.jmsra.impl.JmsJcaConnectionFactoryImpl.createCoreConnection(JmsJcaConnectionFactoryImpl.java:550)
at com.ibm.ws.sib.api.jmsra.impl.JmsJcaConnectionFactoryImpl.createConnection(JmsJcaConnectionFactoryImpl.java:445)
at com.ibm.ws.sib.api.jms.impl.JmsManagedConnectionFactoryImpl.createConnection(JmsManagedConnectionFactoryImpl.java:211)
... 1 more
Caused by: com.ibm.websphere.sib.exception.SIResourceException: CWSIT0007W: It is not possible to contact the bootstrap server at localhost:7286:BootstrapSecureMessaging because of exception: com.ibm.websphere.sib.exception.SIResourceException: CWSIC1001E: A client attempted to connect with a remote messaging engine (localhost:7286 - BootstrapSecureMessaging) but the connection cannot be completed. Ensure the messaging engine is started: exception com.ibm.websphere.sib.exception.SIResourceException: CWSIJ0007E: The attempted connection failed because the Communications component did not initialize...
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.contactBootstrapService(TrmSICoreConnectionFactoryImpl.java:745)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.remoteBootstrap(TrmSICoreConnectionFactoryImpl.java:577)
... 6 more
Caused by: com.ibm.websphere.sib.exception.SIResourceException: CWSIC1001E: A client attempted to connect with a remote messaging engine (localhost:7286 - BootstrapSecureMessaging) but the connection cannot be completed. Ensure the messaging engine is started: exception com.ibm.websphere.sib.exception.SIResourceException: CWSIJ0007E: The attempted connection failed because the Communications component did not initialize..
at com.ibm.ws.sib.comms.client.ClientSideConnection.connect(ClientSideConnection.java:403)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.contactBootstrapService(TrmSICoreConnectionFactoryImpl.java:679)
... 7 more
Caused by: com.ibm.websphere.sib.exception.SIResourceException: CWSIJ0007E: The attempted connection failed because the Communications component did not initialize.
at com.ibm.ws.sib.jfapchannel.impl.ClientConnectionManagerImpl.connect(ClientConnectionManagerImpl.java:131)
at com.ibm.ws.sib.comms.client.ClientSideConnection.connect(ClientSideConnection.java:234)
... 8 more
Si quelqu'un a une idée pour me sortir de la panade. Merci.
Fred
Partager