Re: Connection refused: connect

2018-09-26 Thread Guang Chao
On Fri, Sep 21, 2018 at 4:54 PM Karen Goh wrote: > Hi, > > I am repeatedly getting the following exceptions and am stuck here like > forever. > > Hope someone can tell me what's wrong with my tomcat server version: > 8.5.24 with Eclipse > > > java.net.Connec

Re: Connection refused: connect

2018-09-26 Thread Luis Rodríguez Fernández
>> > >>> I am repeatedly getting the following exceptions and am stuck here > >>> like forever. > >>> > >>> Hope someone can tell me what's wrong with my tomcat server version: > >>&

Re: Connection refused: connect

2018-09-21 Thread Igal Sapir
omeone can tell me what's wrong with my tomcat server version: 8.5.24 with Eclipse java.net.ConnectException: Connection refused: connect     at java.net.DualStackPlainSocketImpl.connect0(Native Method)     at java.net.DualStackPlainSocketImpl.socketConnect(Unkn

Re: Connection refused: connect

2018-09-21 Thread tomcat
on: 8.5.24 with Eclipse java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unkn

Re: Connection refused: connect

2018-09-21 Thread tomcat
On 21.09.2018 10:54, Karen Goh wrote: Hi, I am repeatedly getting the following exceptions and am stuck here like forever. Hope someone can tell me what's wrong with my tomcat server version: 8.5.24 with Eclipse java.net.ConnectException: Connection refused: connect

Connection refused: connect

2018-09-21 Thread Karen Goh
Hi, I am repeatedly getting the following exceptions and am stuck here like forever. Hope someone can tell me what's wrong with my tomcat server version: 8.5.24 with Eclipse java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native

org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Denise Wu
log. However the client didn't receive any response but rather throws the following error: Any idea? Thanks, problem running EchoString: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect org.apache.axis2.AxisFault: [was class java.net.ConnectException

Re: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Denise, On 9/24/12 12:05 PM, Denise Wu wrote: I developed a simple webservice to return a string based on an input string sent by the client. I configured my apache tomcat and axis2 for https on port 8443. When I send a query, it got received

Re: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Tom Anthony
-refused-connect-tp4987105p4987115.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom/Denise, On 9/24/12 1:17 PM, Tom Anthony wrote: On the server side there is no error, I can even see the system.outs I put in the server class (skeleton). If you can see the System.out.println's executing on the server side, then I suspect that