Skip to content

Instantly share code, notes, and snippets.

@swade1987
Created February 4, 2016 14:20
Show Gist options
  • Save swade1987/4e3f278b605d5425b5ea to your computer and use it in GitHub Desktop.
Save swade1987/4e3f278b605d5425b5ea to your computer and use it in GitHub Desktop.
bamboo service from box itself
Stopping bamboo
Bamboo Server Edition
Version : 5.9.4
Detecting JVM PermGen support...
PermGen switch is supported. Setting to 256m
If you encounter issues starting or stopping Bamboo Standalone Edition, please see the Troubleshooting guide at https://confluence.atlassian.com/display/BAMBOO/Bamboo+installation+guide
Using CATALINA_BASE: /opt/bamboo
Using CATALINA_HOME: /opt/bamboo
Using CATALINA_TMPDIR: /opt/bamboo/temp
Using JRE_HOME: /usr/lib/jvm/java-8-openjdk-amd64
Using CLASSPATH: /opt/bamboo/bin/bootstrap.jar:/opt/bamboo/bin/tomcat-juli.jar
Using CATALINA_PID: /var/bamboo/bamboo.pid
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Tomcat stopped.
Now checking if Bamboo is still running...
cat: /var/bamboo/bamboo.pid: No such file or directory
num
temp 20637
sleeping 60 seconds
Tomcat Process id is:
Force killing Tomcat now...
Bamboo Server Edition
Version : 5.9.4
Detecting JVM PermGen support...
PermGen switch is supported. Setting to 256m
If you encounter issues starting or stopping Bamboo Standalone Edition, please see the Troubleshooting guide at https://confluence.atlassian.com/display/BAMBOO/Bamboo+installation+guide
Using CATALINA_BASE: /opt/bamboo
Using CATALINA_HOME: /opt/bamboo
Using CATALINA_TMPDIR: /opt/bamboo/temp
Using JRE_HOME: /usr/lib/jvm/java-8-openjdk-amd64
Using CLASSPATH: /opt/bamboo/bin/bootstrap.jar:/opt/bamboo/bin/tomcat-juli.jar
Using CATALINA_PID: /var/bamboo/bamboo.pid
$CATALINA_PID was set but the specified file does not exist. Is Tomcat running? Stop aborted.
Killed
...done
Starting bamboo
To run Bamboo in the foreground, start the server with start-bamboo.sh -fg
Server startup logs are located in /home/bamboo/logs/catalina.out
Bamboo Server Edition
Version : 5.9.4
Detecting JVM PermGen support...
PermGen switch is supported. Setting to 256m
If you encounter issues starting or stopping Bamboo Standalone Edition, please see the Troubleshooting guide at https://confluence.atlassian.com/display/BAMBOO/Bamboo+installation+guide
Using CATALINA_BASE: /opt/bamboo
Using CATALINA_HOME: /opt/bamboo
Using CATALINA_TMPDIR: /opt/bamboo/temp
Using JRE_HOME: /usr/lib/jvm/java-8-openjdk-amd64
Using CLASSPATH: /opt/bamboo/bin/bootstrap.jar:/opt/bamboo/bin/tomcat-juli.jar
Using CATALINA_PID: /var/bamboo/bamboo.pid
Tomcat started.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment