intra-mart Accel Platform 2024 Spring(Iris) リリースノート 初版 2024-04-01

9.1.4. Payara

9.1.4.1. Payara で非同期にサーバからの応答を待ち受けてる画面を表示している際に、警告が出る場合があります。

  • Payara で非同期にサーバからの応答を待ち受けてる画面を表示している際に、以下のような警告が出る場合があります。
    [WARN] [] [org.jboss.weld.Servlet] [tid: _ThreadID=36 _ThreadName=http-thread-pool::http-listener-1(5)] [timeMillis: 1569395569415] [levelValue: 900] [[WELD-000714: HttpContextLifecycle guard leak detected. The Servlet container is not fully compliant. The value was 1]]
    [WARN] [] [org.jboss.weld.Context] [tid: _ThreadID=36 _ThreadName=http-thread-pool::http-listener-1(5)] [timeMillis: 1569395569417] [levelValue: 900] [[WELD-000225: Bean store leak detected during org.jboss.weld.module.web.context.http.HttpSessionContextImpl association: com.sun.enterprise.web.pwc.connector.coyote.PwcCoyoteRequest@7fea2c81]]
    [WARN] [] [org.jboss.weld.Conversation] [tid: _ThreadID=36 _ThreadName=http-thread-pool::http-listener-1(5)] [timeMillis: 1569395569417] [levelValue: 900] [[WELD-000335: Conversation context is already active, most likely it was not cleaned up properly during previous request processing: com.sun.enterprise.web.pwc.connector.coyote.PwcCoyoteRequest@7fea2c81]]
    [WARN] [] [org.jboss.weld.Servlet] [tid: _ThreadID=36 _ThreadName=http-thread-pool::http-listener-1(5)] [timeMillis: 1569395569419] [levelValue: 900] [[WELD-000715: HttpContextLifecycle guard not set. The Servlet container is not fully compliant.]]
    
    以下の条件をすべて満たす場合に出力される可能性があります。
    • Payara を利用している
    • 非同期にサーバからの応答を待ち受けてる画面を表示している
      • 例えば、IMBox を表示している場合が挙げられます。
    この警告は、動作に影響を与えるものではありません。
    警告が出力さたとしても、何らかの対応を行う必要はありません。