質問編集履歴

1

デプロイ時のログを追加しました。

2017/11/06 13:00

投稿

guremusu
guremusu

スコア11

test CHANGED
File without changes
test CHANGED
@@ -101,3 +101,49 @@
101
101
 
102
102
 
103
103
  2017-11-05T05:37:24.726500+00:00 heroku[router]: at=info method=GET path="/" host=test428978000.herokuapp.com request_id=8fb8f589-d483-42c1-9fdd-5a02ca5ddc2b fwd="60.120.49.207" dyno=web.1 connect=0ms service=4ms status=404 bytes=1226 protocol=https
104
+
105
+
106
+
107
+
108
+
109
+ 20171106 実行ログ追記
110
+
111
+
112
+
113
+ 2017-11-06T12:58:30.926429+00:00 app[web.1]: Setting JAVA_TOOL_OPTIONS defaults based on dyno size. Custom settings will override them.
114
+
115
+ 2017-11-06T12:58:30.931916+00:00 app[web.1]: Picked up JAVA_TOOL_OPTIONS: -Xmx300m -Xss512k -Dfile.encoding=UTF-8
116
+
117
+ 2017-11-06T12:58:31.286612+00:00 app[web.1]: Expanding TypingQuiz.war into /app/target/tomcat.59041/webapps/expanded
118
+
119
+ 2017-11-06T12:58:31.286656+00:00 app[web.1]: Adding Context for /app/target/tomcat.59041/webapps/expanded
120
+
121
+ 2017-11-06T12:58:31.590698+00:00 app[web.1]: Nov 06, 2017 12:58:31 PM org.apache.coyote.AbstractProtocol init
122
+
123
+ 2017-11-06T12:58:31.590711+00:00 app[web.1]: INFO: Initializing ProtocolHandler ["http-nio-59041"]
124
+
125
+ 2017-11-06T12:58:31.612899+00:00 app[web.1]: Nov 06, 2017 12:58:31 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
126
+
127
+ 2017-11-06T12:58:31.612902+00:00 app[web.1]: INFO: Using a shared selector for servlet write/read
128
+
129
+ 2017-11-06T12:58:31.616632+00:00 app[web.1]: Nov 06, 2017 12:58:31 PM org.apache.catalina.core.StandardService startInternal
130
+
131
+ 2017-11-06T12:58:31.616634+00:00 app[web.1]: INFO: Starting service [Tomcat]
132
+
133
+ 2017-11-06T12:58:31.617454+00:00 app[web.1]: Nov 06, 2017 12:58:31 PM org.apache.catalina.core.StandardEngine startInternal
134
+
135
+ 2017-11-06T12:58:31.617456+00:00 app[web.1]: INFO: Starting Servlet Engine: Apache Tomcat/8.5.23
136
+
137
+ 2017-11-06T12:58:31.742801+00:00 app[web.1]: Nov 06, 2017 12:58:31 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
138
+
139
+ 2017-11-06T12:58:31.742803+00:00 app[web.1]: INFO: No global web.xml found
140
+
141
+ 2017-11-06T12:58:32.204691+00:00 app[web.1]: Nov 06, 2017 12:58:32 PM org.apache.jasper.servlet.TldScanner scanJars
142
+
143
+ 2017-11-06T12:58:32.204713+00:00 app[web.1]: INFO: 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.
144
+
145
+ 2017-11-06T12:58:32.240898+00:00 app[web.1]: Nov 06, 2017 12:58:32 PM org.apache.coyote.AbstractProtocol start
146
+
147
+ 2017-11-06T12:58:32.240904+00:00 app[web.1]: INFO: Starting ProtocolHandler ["http-nio-59041"]
148
+
149
+ 2017-11-06T12:58:32.730740+00:00 heroku[web.1]: State changed from starting to up