shutdown.bat fails with java.net.ConnectException
-------------------------------------------------
Key: WSAS-631
URL: http://wso2.org/jira/browse/WSAS-631
Project: WSO2 WSAS
Issue Type: Bug
Affects Versions: Nightly
Environment: WSAS-2.2-QAbuild1, jdk15, winxp
Reporter: Charitha Kankanamge
Assigned To: Afkham Azeez
Priority: Critical
shutdown.bat does not work. It fails throwing following exception.
C:\wsas\wsas-2.2\qa-build1\wso2wsas-SNAPSHOT\bin>shutdown.bat
Starting WSO2 Web Services Application Server vSNAPSHOT (in JDK 1.5)
Using WSO2WSAS_HOME: C:\wsas\wsas-2.2\QA-BUI~1\WSO2WS~1\bin\..
Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_12
Could not connect to WSO2 WSAS controller at 127.0.0.1:6666
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at java.net.Socket.connect(Socket.java:469)
at java.net.Socket.<init>(Socket.java:366)
at java.net.Socket.<init>(Socket.java:179)
at
org.wso2.wsas.util.ServerController.shutDownServer(ServerController.java:126)
at org.wso2.wsas.Main.main(Main.java:168)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev