cf logs

1 개요[ | ]

cf logs
doscon
Copy
C:\Users\jmnote\Desktop\spring-music>cf start spring-music
Starting app spring-music in org zeta / space development as jmnote@example.com...


0 of 2 instances running, 2 starting
0 of 2 instances running, 2 starting
0 of 2 instances running, 2 starting
0 of 2 instances running, 2 starting
0 of 2 instances running, 2 crashed
FAILED
Start unsuccessful

TIP: use 'cf logs spring-music --recent' for more information
doscon
Copy
C:\Users\jmnote\Desktop\spring-music>cf logs spring-music --recent
... (생략)
2016-04-11T14:35:12.09+0900 [APP/0]      OUT  com.mysql.jdbc.AbandonedConnection
CleanupThread.run(AbandonedConnectionCleanupThread.java:40)
2016-04-11T14:35:12.09+0900 [APP/0]      OUT [CONTAINER] org.apache.catalina.sta
rtup.HostConfig             INFO    Deployment of web application directory /hom
e/vcap/app/.java-buildpack/tomcat/webapps/ROOT has finished in 6,175 ms
2016-04-11T14:35:12.09+0900 [APP/0]      OUT [CONTAINER] pplicationStartupFailur
eDetectingLifecycleListener SEVERE  Error: Application '' failed (state = STOPPE
D): see Tomcat's logs for details. Halting Tomcat.
2016-04-11T14:35:12.42+0900 [APP/0]      OUT Exit status 148
2016-04-11T14:35:12.42+0900 [CELL/0]     OUT Exit status 0
2016-04-11T14:35:12.46+0900 [API/1]      OUT App instance exited with guid 03119
dd9-f02f-43ee-8a98-43072bb6fec7 payload: {"instance"=>"1ae9c879-a970-433f-61cf-2
dde37bb63e5", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) o
ccurred:\n\n* 2 error(s) occurred:\n\n* Exited with status 148\n* cancelled\n* c
ancelled", "crash_count"=>4, "crash_timestamp"=>1460352912434535433, "version"=>
"0ff6e361-91b0-4372-b705-d2c736768594"}

2 같이 보기[ | ]