質問編集履歴

1

スタックトレースを追記しました

2019/09/19 09:42

投稿

teranaomasa
teranaomasa

スコア14

test CHANGED
File without changes
test CHANGED
@@ -96,6 +96,106 @@
96
96
 
97
97
 
98
98
 
99
+ あとJSTACKコマンドで固まった時のスタックトレースを出力しました。
100
+
101
+  自分が不勉強で申し訳ないのですが、何が悪いのか理解できないでいます。。
102
+
103
+
104
+
105
+
106
+
107
+ Deadlock Detection:
108
+
109
+
110
+
111
+ No deadlocks found.
112
+
113
+
114
+
115
+ Thread 6: (state = BLOCKED)
116
+
117
+
118
+
119
+
120
+
121
+ Thread 5: (state = BLOCKED)
122
+
123
+
124
+
125
+
126
+
127
+ Thread 4: (state = BLOCKED)
128
+
129
+ - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
130
+
131
+ - java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=118 (Interpreted frame)
132
+
133
+ - java.lang.ref.ReferenceQueue.remove() @bci=2, line=134 (Interpreted frame)
134
+
135
+ - java.lang.ref.Finalizer$FinalizerThread.run() @bci=3, line=159 (Interpreted frame)
136
+
137
+
138
+
139
+
140
+
141
+ Thread 3: (state = BLOCKED)
142
+
143
+ - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
144
+
145
+ - java.lang.Object.wait() @bci=2, line=485 (Interpreted frame)
146
+
147
+ - java.lang.ref.Reference$ReferenceHandler.run() @bci=46, line=116 (Interpreted frame)
148
+
149
+
150
+
151
+
152
+
153
+ Thread 1: (state = IN_NATIVE)
154
+
155
+ - java.io.FileOutputStream.writeBytes(byte[], int, int) @bci=0 (Interpreted frame)
156
+
157
+ - java.io.FileOutputStream.write(byte[], int, int) @bci=4, line=282 (Interpreted frame)
158
+
159
+ - java.io.BufferedOutputStream.write(byte[], int, int) @bci=20, line=105 (Interpreted frame)
160
+
161
+ - java.io.PrintStream.write(byte[], int, int) @bci=16, line=430 (Interpreted frame)
162
+
163
+ - org.apache.logging.log4j.core.appender.ConsoleAppender$CloseShieldOutputStream.write(byte[], int, int) @bci=7, line=312 (Interpreted frame)
164
+
165
+ - org.apache.logging.log4j.core.appender.OutputStreamManager.write(byte[], int, int) @bci=7, line=122 (Interpreted frame)
166
+
167
+ - org.apache.logging.log4j.core.appender.OutputStreamManager.write(byte[]) @bci=5, line=135 (Interpreted frame)
168
+
169
+ - org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.append(org.apache.logging.log4j.core.LogEvent) @bci=30, line=110 (Interpreted frame)
170
+
171
+ - org.apache.logging.log4j.core.config.AppenderControl.callAppender(org.apache.logging.log4j.core.LogEvent) @bci=250, line=99 (Interpreted frame)
172
+
173
+ - org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(org.apache.logging.log4j.core.LogEvent) @bci=36, line=430 (Interpreted frame)
174
+
175
+ - org.apache.logging.log4j.core.config.LoggerConfig.log(org.apache.logging.log4j.core.LogEvent) @bci=91, line=409 (Interpreted frame)
176
+
177
+ - org.apache.logging.log4j.core.config.LoggerConfig.log(org.apache.logging.log4j.core.LogEvent) @bci=113, line=412 (Interpreted frame)
178
+
179
+ - org.apache.logging.log4j.core.config.LoggerConfig.log(java.lang.String, java.lang.String, org.apache.logging.log4j.Marker, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable) @bci=167, line=367 (Interpreted frame)
180
+
181
+ - org.apache.logging.log4j.core.Logger.logMessage(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable) @bci=56, line=112 (Interpreted frame)
182
+
183
+ - org.apache.logging.log4j.spi.AbstractLogger.logMessage(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object[]) @bci=28, line=738 (Compiled frame)
184
+
185
+ - org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object[]) @bci=21, line=708 (Compiled frame)
186
+
187
+ - jp.co.tcc.ecs.LogifComm.common.logger.LogifLogger.info(java.util.Map, java.lang.String, java.lang.Object[]) @bci=15, line=4388 (Interpreted frame)
188
+
189
+ - jp.co.tcc.ecs.LogifBatch.OD310ShipShijiLink.ShipShijiLink.run(java.lang.String[]) @bci=9244, line=1161 (Interpreted frame)
190
+
191
+ - jp.co.tcc.ecs.LogifBatch.OD310ShipShijiLink.ShipShijiLink.main(java.lang.String[]) @bci=102, line=106 (Interpreted frame)
192
+
193
+
194
+
195
+
196
+
197
+
198
+
99
199
  ### 補足情報(FW/ツールのバージョンなど)
100
200
 
101
201