Can't start 5.3.1 version of bitbucket

markasbnp September 12, 2017

Hello,

 

I upgrade all atlassian products: JIRA, Confluence, Bamboo and stuck on Bitbucket. I run bitbucket:

[root@localhost bin]# pwd
/opt/atlassian/bitbucket/5.3.1/bin
[root@localhost bin]# ./start-bitbucket.sh
Starting Atlassian Bitbucket as dedicated user atlbitbucket

Starting bundled Elasticsearch
    Hint: Run start-bitbucket.sh --no-search to skip starting Elasticsearch
Bundled Elasticsearch started successfully

Bitbucket is being run with a umask that contains potentially unsafe settings.
The following issues were found with the mask "u=rwx,g=rwx,o=rx" (0002):
 - Access is allowed to 'others'. It is recommended that 'others' be denied
   all access for security reasons.
 - Write access is allowed to 'group'. It is recommend that 'group' be
   denied write access. Read access to a restricted group is recommended
   to allow access to the logs.
The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be
configured in _start-webapp.sh

The current open files limit is set to less than 4096
Attempting to increase limit...
    Limit increased to 4096 open files

Starting Bitbucket webapp at http://localhost:7990
The Bitbucket webapp has been started.

If you cannot access Bitbucket within 3 minutes, or encounter other issues, check the troubleshooting guide at:
https://confluence.atlassian.com/display/BitbucketServerKB/Troubleshooting+Installation
[root@localhost bin]# netstat -plunt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      1971/mysqld         
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1480/nginx: master  
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      869/sshd            
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      2384/master         
tcp6       0      0 :::8080                 :::*                    LISTEN      3468/java           
tcp6       0      0 :::22                   :::*                    LISTEN      869/sshd            
tcp6       0      0 127.0.0.1:7992          :::*                    LISTEN      27327/java          
tcp6       0      0 ::1:7992                :::*                    LISTEN      27327/java          
tcp6       0      0 :::3000                 :::*                    LISTEN      868/java            
tcp6       0      0 ::1:25                  :::*                    LISTEN      2384/master         
tcp6       0      0 :::8090                 :::*                    LISTEN      26742/java          
tcp6       0      0 127.0.0.1:8000          :::*                    LISTEN      26742/java          
tcp6       0      0 127.0.0.1:8005          :::*                    LISTEN      3468/java           
udp        0      0 192.168.88.55:123       0.0.0.0:*                           649/ntpd            
udp        0      0 127.0.0.1:123           0.0.0.0:*                           649/ntpd            
udp        0      0 0.0.0.0:123             0.0.0.0:*                           649/ntpd            
udp6       0      0 fe80::250:56ff:fe91:123 :::*                                649/ntpd            
udp6       0      0 ::1:123                 :::*                                649/ntpd            
udp6       0      0 :::123                  :::*                                649/ntpd            
[root@localhost bin]# ls -al ../logs/
total 4
drwx------  2 atlbitbucket atlbitbucket    6 Sep 12 15:25 .
drwxr-xr-x 11 atlbitbucket atlbitbucket 4096 Sep 12 15:25 ..
[root@localhost bin]#

Nobody listen 7990 port, logs dir also empty.

Please help me solve tihs problem.

1 answer

0 votes
markasbnp September 12, 2017

When stoped looks like no process at all. Why?

 

[root@localhost 5.3.1]# bin/stop-bitbucket.sh 
Stopping Atlassian Bitbucket as dedicated user atlbitbucket
No process was found for PID 27345, or the current user cannot signal it

Stopping bundled Elasticsearch
Bundled Elasticsearch has stopped
[root@localhost 5.3.1]#

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events