Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.net.ConnectException: Connection refused

843834Nov 29 2002 — edited Dec 13 2002
Hi,

I have deployed a webservice on Weblogic7 .I have written a sample client to access this webservice .I am able to access the service from the local box,without any problem.

When i try to access the service with the client from a remote machine i am gettting the following error message.

If anyone could suggest a solution to this problem ,it would be of great help to me..

Thanx in advance ..

java.net.ConnectException: Connection refused: no further information
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:312)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
at java.net.Socket.<init>(Socket.java:273)
at java.net.Socket.<init>(Socket.java:100)
at weblogic.webservice.binding.soap.HttpClientBinding.createSocket(HttpC
lientBinding.java:412)
at weblogic.webservice.binding.soap.HttpClientBinding.createSocket(HttpC
lientBinding.java:390)
at weblogic.webservice.binding.soap.HttpClientBinding.send(HttpClientBin
ding.java:246)
at weblogic.webservice.core.handler.ClientHandler.handleRequest(ClientHa
ndler.java:34)
at weblogic.webservice.core.HandlerChain.handleRequest(HandlerChain.java
:131)
at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.jav
a:417)
at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.jav
a:359)
at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:225)
at weblogic.jws.proxies.SessionManagementServiceSoap_Stub.login(SessionM
anagementServiceSoap_Stub.java:129)
at weblogic.jws.proxies.SessionManagementServiceSoap_Stub.login(SessionM
anagementServiceSoap_Stub.java:155)
at FOClient.main(FOClient.java:77)
javax.xml.rpc.JAXRPCException: Failed to send request:java.net.ConnectException:
Connection refused: no further information
at weblogic.webservice.core.handler.ClientHandler.handleRequest(ClientHa
ndler.java:37)
at weblogic.webservice.core.HandlerChain.handleRequest(HandlerChain.java
:131)
at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.jav
a:417)
at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.jav
a:359)
at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:225)
at weblogic.jws.proxies.SessionManagementServiceSoap_Stub.login(SessionM
anagementServiceSoap_Stub.java:129)
at weblogic.jws.proxies.SessionManagementServiceSoap_Stub.login(SessionM
anagementServiceSoap_Stub.java:155)
at FOClient.main(FOClient.java:77)
Exception in handler's handleRequest().

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 10 2003
Added on Nov 29 2002
2 comments
662 views