ubuntu - Tomcat fail to start after 1st successful run -


root@ubuntu-512mb-sfo1-01:~# sudo systemctl start tomcat

root@ubuntu-512mb-sfo1-01:~# sudo systemctl status tomcat

● tomcat.service - apache tomcat web application container

loaded: loaded (/etc/systemd/system/tomcat.service; disabled; vendor preset: enabled)

active: activating (auto-restart) (result: exit-code) since sat 2016-11-05 17:40:01 utc; 3s ago

process: 19639 execstop=/opt/tomcat/bin/shutdown.sh (code=exited, status=1/failure)

process: 19624 execstart=/opt/tomcat/bin/startup.sh (code=exited, status=0/success)

main pid: 19636 (code=exited, status=1/failure)

nov 05 17:40:01 ubuntu-512mb-sfo1-01 systemd[1]: tomcat.service: control process exited, code=exited status=1

nov 05 17:40:01 ubuntu-512mb-sfo1-01 systemd[1]: tomcat.service: unit entered failed state.

nov 05 17:40:01 ubuntu-512mb-sfo1-01 systemd[1]: tomcat.service: failed result 'exit-code'.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -