質問編集履歴
2
起動スクリプトファイル名を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,7 +76,7 @@
|
|
76
76
|
|
77
77
|
|
78
78
|
|
79
|
-
#### 起動スクリプト
|
79
|
+
#### 起動スクリプト build-run.sh
|
80
80
|
|
81
81
|
```build-run.sh
|
82
82
|
|
1
エラーログ記載した gist のリンクを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -158,9 +158,39 @@
|
|
158
158
|
|
159
159
|
|
160
160
|
|
161
|
-
文字数オーバー
|
161
|
+
文字数オーバーで記載できなかったため gist に書きました
|
162
|
+
|
162
|
-
|
163
|
+
https://gist.github.com/ytyng/172dff5f443ef33fa5fd5a656796bb64
|
164
|
+
|
165
|
+
|
166
|
+
|
163
|
-
|
167
|
+
```
|
168
|
+
|
169
|
+
SEVERE: Exception while handling error, 20993
|
170
|
+
|
171
|
+
java.lang.ArrayIndexOutOfBoundsException: 20993
|
172
|
+
|
173
|
+
at org.mozilla.javascript.net.sf.retrotranslator.runtime.asm.ClassReader.readClass(ClassReader.java:1572)
|
174
|
+
|
175
|
+
at org.mozilla.javascript.net.sf.retrotranslator.runtime.asm.ClassReader.accept(ClassReader.java:341)
|
176
|
+
|
177
|
+
at org.mozilla.javascript.net.sf.retrotranslator.runtime.asm.ClassReader.accept(ClassReader.java:300)
|
178
|
+
|
179
|
+
at org.mozilla.javascript.net.sf.retrotranslator.runtime.impl.ClassDescriptor.<init>(ClassDescriptor.java:66)
|
180
|
+
|
181
|
+
...文字数制限のため省略...
|
182
|
+
|
183
|
+
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
|
184
|
+
|
185
|
+
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
186
|
+
|
187
|
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
188
|
+
|
189
|
+
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
190
|
+
|
191
|
+
at java.lang.Thread.run(Thread.java:748)
|
192
|
+
|
193
|
+
```
|
164
194
|
|
165
195
|
|
166
196
|
|