Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1.  
  2. root@vps279283:~# service atlbitbucket start
  3. Starting Atlassian Bitbucket as dedicated user atlbitbucket
  4. No directory, logging in with HOME=/
  5.  
  6. Starting bundled Elasticsearch
  7. Hint: Run start-bitbucket.sh --no-search to skip starting Elasticsearch
  8. Bundled Elasticsearch started successfully
  9.  
  10. Bitbucket is being run with a umask that contains potentially unsafe settings.
  11. The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022):
  12. - Access is allowed to 'others'. It is recommended that 'others' be denied
  13. all access for security reasons.
  14. The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be
  15. configured in _start-webapp.sh
  16.  
  17. The current open files limit is set to less than 4096
  18. Attempting to increase limit...
  19. Limit increased to 4096 open files
  20.  
  21. Starting Bitbucket webapp at http://localhost:7990
  22. The Bitbucket webapp has been started.
  23.  
  24. If you cannot access Bitbucket within 3 minutes, or encounter other issues, check the troubleshooting guide at:
  25. https://confluence.atlassian.com/display/BitbucketServerKB/Troubleshooting+Installation
  26. root@vps279283:~# log4j:WARN No such property [triggeringPolicy] in org.apache.log4j.DailyRollingFileAppender.
  27. log4j:WARN No such property [rollingPolicy] in org.apache.log4j.DailyRollingFileAppender.
  28. Exception in thread "main" BindHttpException[Failed to bind to [7992]]; nested: ChannelException[Failed to bind to: /0:0:0:0:0:0:0:1%lo:7992]; nested: BindException[Address already in use];
  29. Likely root cause: java.net.BindException: Address already in use
  30. at sun.nio.ch.Net.bind0(Native Method)
  31. at sun.nio.ch.Net.bind(Net.java:433)
  32. at sun.nio.ch.Net.bind(Net.java:425)
  33. at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
  34. at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
  35. at org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
  36. at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:391)
  37. at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:315)
  38. at org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
  39. at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
  40. at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
  41. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  42. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  43. at java.lang.Thread.run(Thread.java:745)
  44. Refer to the log for complete error details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement