| Author |
artixconector + websphere
|
prawal singh
Greenhorn
Joined: Oct 10, 2007
Posts: 1
|
|
I am exposing EJBs as webservices using artix connector. I have deployed my jar, artix connector, made changes in ejb_servants.properties. After all this even when my application is up i dont see any program listening to port mentioned in wsdl file (i used netstat -a). Becasue of this only when my client application is trying to invoke any method, following exception is thrown: [java] Exception in thread "main" java.rmi.RemoteException: Failed to create client connection to 'http://10.19.138.195:9000/', underlying reason : Unknown; nested exception is: [java] com.iona.jbus.ntv.NativeIOException: Failed to create client connection to 'http://10.19.138.195:9000/', underlying reason : Unknown [java] at com.iona.jbus.runtime.ServiceInvokeHandler.invoke(ServiceInvokeHandler.java:700) [java] at $Proxy0.greetMe(Unknown Source) [java] at demo.client.GreeterClient.main(Unknown Source) [java] Caused by: com.iona.jbus.ntv.NativeIOException: Failed to create client connection to 'http://10.19.138.195:9000/', underlying reason : Unknown [java] at com.iona.jbus.ntv.NativeClientOperation.invoke(Native Method) [java] at com.iona.jbus.ntv.NativeClientOperation.invoke(NativeClientOperation.java:77) [java] at com.iona.jbus.runtime.ServiceInvokeHandler.invoke(ServiceInvokeHandler.java:641) For your information, i am trying to run the greeter demo provided with iona-artix. Please tell me how to make server listen to port mentioned in wsdl or there is some specific port which should be mentioned.
|
 |
 |
|
|
subject: artixconector + websphere
|
|
|