Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket Server listning port error

Ajit Agarwal March 18, 2020

When i am trying to start the bitbucket server for installation it will showing

Starting Atlassian Bitbucket as the current user

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=rx,o=rx" (0022):
 - Access is allowed to 'others'. It is recommended that 'others' be denied
   all access for security reasons.
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:
http://go.atlassian.com/bbs-troubleshooting-installations

 

And in the atlassian-bitbucket.log

2020-03-18 06:09:22,907 INFO [main] o.s.boot.SpringApplication
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.4.RELEASE)


2020-03-18 06:09:23,178 INFO [main] c.a.b.i.b.BitbucketServerApplication Starting BitbucketServerApplication on puck238.startdedicated.com with PID 11614 (/home/sparshinno/public_html/bitbucket-7.0.1/app/WEB-INF/classes started by root in /home/sparshinno/public_html/bitbucket-7.0.1)
2020-03-18 06:09:23,179 INFO [main] c.a.b.i.b.BitbucketServerApplication The following profiles are active: nio
2020-03-18 06:09:24,316 INFO [main] c.a.b.i.boot.log.BuildInfoLogger Starting Bitbucket 7.0.1 (b94b0c2 built on Mon Mar 09 00:19:49 GMT 2020)
2020-03-18 06:09:24,316 INFO [main] c.a.b.i.boot.log.BuildInfoLogger JVM: Oracle Corporation OpenJDK 64-Bit Server VM 1.8.0_242-b08
2020-03-18 06:09:27,378 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter

***************************
APPLICATION FAILED TO START
***************************

Description:

Web server failed to start. Port 10001 was already in use.

Action:

Identify and stop the process that's listening on port 10001 or configure this application to listen on another port.

2020-03-18 06:09:27,381 INFO [main] c.a.b.i.boot.log.BuildInfoLogger Bitbucket 7.0.1 has shut down

********************************************************************************

Important Note:

We are using Virtualmin to manage our server which is running on Port 10001.

we have try to change the virtuamin port but after changing also it will take the virtualmin port.

 

1 answer

1 accepted

0 votes
Answer accepted
Ajit Agarwal March 18, 2020

Resolved

I was using wrong user. Changed the user and it started working. Thanks

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.0
TAGS
AUG Leaders

Atlassian Community Events