java - Unable to start up Confluence -
i have server 2 atlassian product: jira , confluence. i've updated both of them confluence unable start anymore error message:
java.net.bindexception: address in use (bind failed)
the jira starts without problem. confluence's port 8090 , jira's port 8070. ran netstat
check ports before startup.
netstat -nap |grep :80 tcp 0 0 xx.xxx.xxx.xx:80 0.0.0.0:* listen 606/nginx -g daemon tcp 0 0 xx.xxx.xxx.xx:80 yy.yyy.yyy.yy:53708 established 609/nginx: worker p tcp6 0 0 127.0.0.1:8005 :::* listen 738/java tcp6 0 0 :::8070 :::* listen 738/java tcp6 0 0 xx.xxx.xxx.xx:8070 xx.xxx.xxx.xx:59576 time_wait - tcp6 0 0 xx.xxx.xxx.xx:8070 xx.xxx.xxx.xx:59575 time_wait -
as see there nothing on 8090 port cannot start up. here logs , server xmls:
can me how can fix problem?
update
when start confluence , waiting, netstat
shows this:
tcp6 0 0 :::8090 :::* listen 3251/java tcp6 0 0 127.0.0.1:8005 :::* listen 738/java tcp6 0 0 :::8070 :::* listen 738/java
the 3251 process confluence.
then before exception shows this:
tcp6 0 0 :::8090 :::* listen 3251/java tcp6 0 0 :::8091 :::* listen 3570/java tcp6 0 0 127.0.0.1:8005 :::* listen 738/java tcp6 0 0 :::8070 :::* listen 738/java
solution
managed start it. while starting up, spawned new process:
conflue+ 4346 115 8.2 4666064 672076 pts/1 sl 08:41 0:40 /opt/atlassian/confluence/jre/bin/java -classpath /opt/atlassian/confluence/temp/1.0.0-release-confluence_6.1-a1ab321e.jar:/opt/atlassian/confluence/confluence/web-inf/lib/postgresql-42.1.1.jar -xss2048k -xmx1g synchrony.core sql
this process sit on 8091 port. killed it, , works. think it's little bit strange in way...
your confluence seems starting on port 8091 based on confluence config. can double check see if correct?
Comments
Post a Comment