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 tha

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

2012-09-24 Thread Tom Anthony
Hi Chris, On the server side there is no error, I can even see the system.outs I put in the server class (skeleton). Thanks very much for your help! -- View this message in context: http://tomcat.10.n6.nabble.com/org-apache-axis2-AxisFault-was-class-java-net-ConnectException-Connection-refuse

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 receiv

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.ConnectExce

java.net.ConnectException: Connection refused

2008-05-01 Thread Andrew Hole
Hello! When I shutdown tomcat i get the following error and the process remains active. Do you know what could be the problem? SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
Thanks .. working -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wesley Schwengle Sent: Wednesday, January 30, 2008 3:03 PM To: Tomcat Users List Subject: RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error On 30.01.08

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
st > Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: > Connection refused error > > This is ps from HP-UX/linux, other version might use a different flag :) > There are tons of flags, as long as you can get detailed command line, > or working directory or

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Wesley Schwengle
On 30.01.08 14:50 Meir Yanovich wrote: Yes I can see it has x in hp -x Shows the command line in extended format. Someone knows what is the equivalent in sunOs? /usr/ucb/ps -auxww :) Cheers, Wesley - To start a

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
2008 2:22 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error ps -aex | grep tomcat | grep java first part limit to tomcat processes, second part strip non java processes that are related to tomcat (like the grep tomcat of prev

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error This is ps from HP-UX/linux, other version might use a different flag :) There are tons of flags, as long as you can get detailed command line, or working directory or perhaps environment variables, you should have

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
ist Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error ps -aex | grep tomcat | grep java first part limit to tomcat processes, second part strip non java processes that are related to tomcat (like the grep tomcat of previous line ;) If you need more exp

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
.stop: java.net.ConnectException: Connection refused error ps -aex | grep tomcat | grep java first part limit to tomcat processes, second part strip non java processes that are related to tomcat (like the grep tomcat of previous line ;) If you need more explicit selection, include the home directory of tomcat i

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
al Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 12:47 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error under linux, a combinaision of ps, grep and wc could tell you how much

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
? -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 12:47 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error under linux, a combinaision of ps, grep and wc could tell you how

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
es: Hello all Im running with my tomcat 5.5 on SunOS 9 , but when I start tomcat im getting this error The tomcat keeps running fine , but I like to know how to eliminate this error : SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketC

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
, 2008 10:29 AM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error Looks like you are trying, for whatever reason, to stop tomcat prior to starting it. This exception occurs cause there is no tomcat running that could answer that

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Murthy Chelankuri
running with my tomcat 5.5 on SunOS 9 , but when I start tomcat im getting this error The tomcat keeps running fine , but I like to know how to eliminate this error : SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Me

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
my tomcat 5.5 on SunOS 9 , but when I start tomcat im getting this error The tomcat keeps running fine , but I like to know how to eliminate this error : SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method)

getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
Hello all Im running with my tomcat 5.5 on SunOS 9 , but when I start tomcat im getting this error The tomcat keeps running fine , but I like to know how to eliminate this error : SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect

Re: Catalina.stop: java.net.ConnectException: Connection refused

2006-12-27 Thread Ben Stringer
On Thu, 2006-12-28 at 11:57 +0530, Vijay Hatewar wrote: > Would you please tell me why I am getting this exception? Tomcat listens on a port for shutdown requests. You may have this port blocked with a firewall. Look in the server.xml file for the port in question, and confirm that the port can b

Catalina.stop: java.net.ConnectException: Connection refused

2006-12-27 Thread Vijay Hatewar
Would you please tell me why I am getting this exception? Regards Vijay DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addr