Hi Paoletto, "paoletto" wrote : | | Caused by: java.net.UnknownHostException: fornost | | at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) | | at java.net.Socket.connect(Socket.java:507) | | at java.net.Socket.connect(Socket.java:457) | | at sun.net.NetworkClient.doConnect(NetworkClient.java:157) | | at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) | | at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) | | at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) | | at sun.net.www.http.HttpClient.New(HttpClient.java:287) | | at sun.net.www.http.HttpClient.New(HttpClient.java:299) | |
it seems you're trying to access an unknown host "fornost"... I would suggest to check whether you can reach it from the host your jboss is running on. Also consider upgrading from 1.0.3 (if you're using this) to 2.0 and using jaxws, you might have a lot of benefits. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081050#4081050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081050 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
