Hi All,
We have multiple servers (clustering) already configured with Jira data center version. We are adding another 3-4 nodes. I was able to successfully built the servers and added to cluster properties as well and site was working on 8080 (original site is in HTTPS and need to add new nodes to HTTPS and load balancer).
All of a sudden, starting this week.. all new nodes are not accessible on 8080 and giving error as "Refused to connect". when i try to restart the jira service using stor-jira.sh, giving below error.
org.apache.catalina.startup.Catalina stopServer
SEVERE: Could not contact [localhost:8005] (base port [8005] and offset [0]). Tomcat may not be running.
org.apache.catalina.startup.Catalina stopServer
SEVERE: Error stopping Catalina
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
at java.net.Socket.connect(Socket.java:606)
at java.net.Socket.connect(Socket.java:555)
at java.net.Socket.<init>(Socket.java:451)
at java.net.Socket.<init>(Socket.java:228)
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:511)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:391)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:481)
The stop command failed. Attempting to signal the process to stop through OS signal.
Tomcat stopped.
Any help here would be appreciated?
Thanks,
Raj
@Raj ,
The .sh filename does not seem right. "stor-jira.sh".
When you stop Jira, make sure that all the java/jira services actually terminated by viewing the process list. If it's still running, then force terminate the process manually. Then run start-lira.sh.
-Ben
Just run a the ps command. For example:
ps -ef | grep jre
ps -ef | grep jira
If the Jira/java process is still there, make sure to terminate it. One of the ways, is just run the kill command on the proceed id.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.