0
Wildflyでクラスタリング構造を設定しようとしています。私はWildfly 8とWildfly 8.2を試しました。私の設定はほぼ完了していますが、あるケースでは多くの例外が発生します。ユーザーが最初にログインをしようとするとWildflyクラスタリングエラーがセッションIDを変更しています
は、私は私は例外の多く(約3Kライン)を得、この行で
request.changeSessionId(); //request is HttpServletRequest
とのセッションを変更します。いくつかの例外があります。
javax.ejb.EJBTransactionRolledbackEcxeption: org.hibernate.exception.SQLGrammerException: could not execute statement
[org.infinispan.interceptors.InvocationContextInterceptor] (default task-16) ISPN000136: Execution error: org.infinispan.commons.CacheListenerException: ISPN000280: Caught exception [org.hibernate.exception.SQLGrammarException] while invoking method [public void org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager.removed(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent)] on listener instance: org.wil[email protected]5fe90f10
Undertow request failed HttpServerExchange{ POST /500.html}: org.infinispan.commons.CacheException: Unable to end batch.
これはエラーの一部です。私のスタックトレースは非常に共有していると私は信じているので、私はいくつかの例外を入れます。
私はセッションを変更しようとするとこれらのエラーが発生したと言いました。私は何が問題なのか分かりません。
誰かがこのエラーに直面して助けてくれることを願っています。
ありがとうございました。