質問編集履歴

1

個人情報が入っていた為

2022/06/27 10:07

投稿

zakiput
zakiput

スコア15

test CHANGED
File without changes
test CHANGED
@@ -5,29 +5,4 @@
5
5
  また調べた結果、設定のタイムアウトを45秒’以上に変更すれば解決できるみたいなのですが私がしようしているのはMacでして調べ方が悪くMacでeclipse上の設定のタイムアウトが表示されません
6
6
  詳しい方はお力をお貸しください。
7
7
 
8
- 一応エラーも載せておきます
9
- ```ここに言語を入力
10
- 2022-06-27 14:56:03.803 java[17729:1907780] JavaNativeFoundation: GetGlobalVM: Failed to locate @rpath/libjvm.dylib for JNI_GetCreatedJavaVMs(). A JVM must be loaded before calling this function.
11
- 2022-06-27 14:56:03.803 java[17729:1907780] Apple AWT: +[ThreadUtilities getJNIEnvUncached] attempting to attach current thread after JNFObtainEnv() failed
12
- 2022/06/27 14:56:04 org.apache.catalina.core.AprLifecycleListener init
13
- 情報: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
14
- 2022/06/27 14:56:04 org.apache.coyote.http11.Http11Protocol init
15
- 情報: Coyote HTTP/1.1を http-8080 で初期化します
16
- 2022/06/27 14:56:04 org.apache.catalina.startup.Catalina load
17
- 情報: Initialization processed in 312 ms
18
- 2022/06/27 14:56:04 org.apache.catalina.core.StandardService start
19
- 情報: サービス Catalina を起動します
20
- 2022/06/27 14:56:04 org.apache.catalina.core.StandardEngine start
21
- 情報: Starting Servlet Engine: Apache Tomcat/6.0.53
22
- 2022/06/27 14:56:04 org.apache.coyote.http11.Http11Protocol start
23
- 情報: Coyote HTTP/1.1を http-8080 で起動します
24
- 2022/06/27 14:56:04 org.apache.jk.common.ChannelSocket init
25
- 情報: JK: ajp13 listening on /0.0.0.0:8009
26
- 2022/06/27 14:56:04 org.apache.jk.server.JkMain start
27
- 情報: Jk running ID=0 time=0/8 config=null
28
- 2022/06/27 14:56:04 org.apache.catalina.startup.Catalina start
29
- 情報: Server startup in 174 ms
30
- 2022-06-27 14:56:08.877 java[17729:1907807] JavaNativeFoundation: GetGlobalVM: Failed to locate @rpath/libjvm.dylib for JNI_GetCreatedJavaVMs(). A JVM must be loaded before calling this function.
31
- 2022-06-27 14:56:08.877 java[17729:1907807] Unable to obtain JNIEnv for context: 0x0
32
8
 
33
- ```