-- 作者:lovewuqianqianlove
-- 发布时间:12/24/2012 1:06:00 PM
-- [求助]uddi4j连接juddi总是出现这样的错误
*********** Running SaveBusinessExample *********** Get authtoken org.uddi4j.transport.TransportException: Error opening socket: java.net.ConnectException: Connection refused: connect at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:88) at org.uddi4j.transport.TransportBase.send(TransportBase.java:57) at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1942) at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626) at SaveBusinessExample.run(SaveBusinessExample.java:72) at SaveBusinessExample.main(SaveBusinessExample.java:50) Nested exception: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.ConnectException: Connection refused: connect; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.ConnectException: Connection refused: connect] at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:354) at org.apache.soap.messaging.Message.send(Message.java:123) at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:78) at org.uddi4j.transport.TransportBase.send(TransportBase.java:57) at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1942) at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626) at SaveBusinessExample.run(SaveBusinessExample.java:72) at SaveBusinessExample.main(SaveBusinessExample.java:50)
|