Hello! I try to run bin/start-bamboo.sh, but my server port 8085 does not responde!
this is my logs:
rayskiy_vladimirr@instance-1:~/atlassian-bamboo-6.7.1$ bin/start-bamboo.sh
To run Bamboo in the foreground, start the server with start-bamboo.sh -fg
Server startup logs are located in /home/rayskiy_vladimirr/atlassian-bamboo-6.7.1/logs/catalina.out
Bamboo Server Edition
Version : 6.7.1
If you encounter issues starting or stopping Bamboo Server, please see the Troubleshooting guide at https://confluence.atlassian.com/display/BAMBOO/Installing+and+upgrading+Bamboo
Using CATALINA_BASE: /home/rayskiy_vladimirr/atlassian-bamboo-6.7.1
Using CATALINA_HOME: /home/rayskiy_vladimirr/atlassian-bamboo-6.7.1
Using CATALINA_TMPDIR: /home/rayskiy_vladimirr/atlassian-bamboo-6.7.1/temp
Using JRE_HOME: /usr/lib/jvm/java-1.8.0-openjdk-amd64
Using CLASSPATH: /home/rayskiy_vladimirr/atlassian-bamboo-6.7.1/bin/bootstrap.jar:/home/rayskiy_vladimirr/atlassian-bamboo-6.7.1/bin/tomcat-juli.jar
Tomcat started.
and this is catalina.out log:
26-Dec-2018 08:37:01.819 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
26-Dec-2018 08:37:01.906 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8085"]
26-Dec-2018 08:37:01.940 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
26-Dec-2018 08:37:01.956 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1086 ms
26-Dec-2018 08:37:01.979 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
26-Dec-2018 08:37:01.979 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.32
26-Dec-2018 08:37:19.245 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2018-12-26 08:37:19,771 INFO [localhost-startStop-1] [BootstrapLoaderListener] Starting BootstrapLoaderListener
2018-12-26 08:37:19,772 INFO [localhost-startStop-1] [lifecycle] *******************************
2018-12-26 08:37:19,772 INFO [localhost-startStop-1] [lifecycle] * Bamboo is starting up *
2018-12-26 08:37:19,772 INFO [localhost-startStop-1] [lifecycle] *******************************
2018-12-26 08:37:19,773 INFO [localhost-startStop-1] [ServletContextHolder] Setting servlet context: Bamboo
2018-12-26 08:37:19,959 INFO [localhost-startStop-1] [lifecycle] atlassian.org.osgi.framework.bootdelegation set to javax.servlet,javax.servlet.*,sun.*,com.sun.*,org.w3c.dom.*,org.apache.xerces.*,org.jboss.byteman.*,jdk.internal.reflect
2018-12-26 08:37:20,148 INFO [localhost-startStop-1] [BootstrapLoaderListener] App classloader is the same as web app classloader
2018-12-26 08:37:22,905 INFO [localhost-startStop-1] [lifecycle] Starting Bamboo 6.7.1 (build #60705 Thu Oct 18 10:14:59 UTC 2018) using Java 1.8.0_181 from Oracle Corporation
2018-12-26 08:37:22,905 INFO [localhost-startStop-1] [lifecycle] Real path of servlet context: /home/rayskiy_vladimirr/atlassian-bamboo-6.7.1/atlassian-bamboo/
2018-12-26 08:37:23,093 INFO [localhost-startStop-1] [lifecycle] Bamboo home directory: /home/rayskiy_vladimirr/bamboo_home
2018-12-26 08:37:23,093 INFO [localhost-startStop-1] [lifecycle] Default charset: US-ASCII, file name ecoding: ANSI_X3.4-1968
2018-12-26 08:37:23,104 INFO [localhost-startStop-1] [UpgradeLauncher] Upgrades not performed since the application has not been set up yet.
what is wrong?? thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.