3 Replies Latest reply on Mar 17, 2009 1:57 PM by brian.stansberry

    Session Replication - Cluster- Getting ERROR [JBossCacheServ

    g_nagesh

      Hi,

      I am trying to achieve the 2 Node clustering with L4 switch in front of them. Multicasting is not enabled so have to use TCP. For that, modified cluster-service.xml and jboss-service.xml (under jboss-web-cluster/META-INF).

      Sticky sessions are enabled in L4 Switch. The following scenario is giving me an error w.r.t session replication

      1. User logs into the application .. could see log in Node 1 shows user activitiy. Log from L4 shows user is hitting Node1
      2. Node 1 goes down after a min or so. Node 2 detects that event.
      3. Now if the user clicks any link on the application, I am seeing the following error in Node 2 console.

      ERROR [JBossCacheService] loadSession() ZMq2dHkNhU4F75TqFEcSbw**exception occurred during serialization: com.xxx.xx.xxxx.xxxx: An unexpected exception occurred while performing encryption/decryption.

      Any pointers are greatly helpful.

      Regards
      Nagesh G

        • 1. Re: Session Replication - Cluster- Getting ERROR [JBossCache
          brian.stansberry

          1) What JBoss version?

          2) Please post the full stack trace.

          • 2. Re: Session Replication - Cluster- Getting ERROR [JBossCache
            g_nagesh

             

            "bstansberry@jboss.com" wrote:
            1) What JBoss version?

            Jboss 4.2.0 GA

            2) Please post the full stack trace.


            Please find here:
            =========================================================================

            JBoss Bootstrap Environment

            JBOSS_HOME: /local/home/xxxx/xxxx/idm/jboss

            JAVA: /local/home/xxxx/jdk1.5.0_17/bin/java

            JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128M -Xmx128M -XX:MaxPermSize=128m -Djava.net.preferIPv4Stack=true

            CLASSPATH: /local/home/xxxx/xxxx/idm/jboss/bin/run.jar:/local/home/xxxx/jdk1.5.0_17/lib/tools.jar

            =========================================================================

            11:03:40,286 INFO [Server] Starting JBoss (MX MicroKernel)...
            11:03:40,288 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)
            11:03:40,293 INFO [Server] Home Dir: /local/home/xxxx/xxxx/idm/jboss
            11:03:40,293 INFO [Server] Home URL: file:/local/home/xxxx/xxxx/idm/jboss/
            11:03:40,294 INFO [Server] Patch URL: null
            11:03:40,295 INFO [Server] Server Name: IDM
            11:03:40,295 INFO [Server] Server Home Dir: /local/home/xxxx/xxxx/idm/jboss/server/IDM
            11:03:40,295 INFO [Server] Server Home URL: file:/local/home/xxxx/xxxx/idm/jboss/server/IDM/
            11:03:40,295 INFO [Server] Server Log Dir: /local/home/xxxx/xxxx/idm/jboss/server/IDM/log
            11:03:40,357 INFO [Server] Server Temp Dir: /local/home/xxxx/xxxx/idm/jboss/server/IDM/tmp
            11:03:40,358 INFO [Server] Root Deployment Filename: jboss-service.xml
            11:03:41,116 INFO [ServerInfo] Java version: 1.5.0_17,Sun Microsystems Inc.
            11:03:41,116 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_17-b04,Sun Microsystems Inc.
            11:03:41,117 INFO [ServerInfo] OS-System: Linux 2.6.16.60-0.34-default,i386
            11:03:43,977 INFO [Server] Core system initialized
            11:03:51,897 INFO [WebService] Using RMI server codebase: http://cpidm03.bkng.net:8083/
            11:03:51,900 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
            11:03:52,937 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
            11:03:52,940 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
            11:03:53,975 INFO [TransactionManagerService] Starting recovery manager
            11:03:54,163 INFO [TransactionManagerService] Recovery manager started
            11:03:54,164 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
            11:04:05,434 INFO [EJB3Deployer] Starting java:comp multiplexer
            11:04:07,239 INFO [InterceptorChainFactory] interceptor chain is:
            class org.jboss.cache.interceptors.CallInterceptor
            class org.jboss.cache.interceptors.PessimisticLockInterceptor
            class org.jboss.cache.interceptors.UnlockInterceptor
            class org.jboss.cache.interceptors.ReplicationInterceptor
            class org.jboss.cache.interceptors.TxInterceptor
            class org.jboss.cache.interceptors.CacheMgmtInterceptor
            11:04:09,472 INFO [STDOUT]
            -------------------------------------------------------
            GMS: address is 49.80.217.157:7810
            -------------------------------------------------------
            11:04:15,581 INFO [ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)
            11:04:17,033 INFO [SnmpAgentService] SNMP agent going active
            11:04:17,962 INFO [DefaultPartition] Initializing
            11:04:17,998 INFO [STDOUT]
            -------------------------------------------------------
            GMS: address is 49.80.217.157:7800
            -------------------------------------------------------
            11:04:22,361 INFO [DefaultPartition] Number of cluster members: 2
            11:04:22,366 INFO [DefaultPartition] Other members: 1
            11:04:22,368 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
            11:04:26,733 INFO [DefaultPartition] state was retrieved successfully (in 4363 milliseconds)
            11:04:26,946 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
            11:04:26,976 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=49.80.217.157:1100
            11:04:28,159 INFO [InterceptorChainFactory] interceptor chain is:
            class org.jboss.cache.interceptors.CallInterceptor
            class org.jboss.cache.interceptors.EvictionInterceptor
            class org.jboss.cache.interceptors.PessimisticLockInterceptor
            class org.jboss.cache.interceptors.PassivationInterceptor
            class org.jboss.cache.interceptors.ActivationInterceptor
            class org.jboss.cache.interceptors.UnlockInterceptor
            class org.jboss.cache.interceptors.ReplicationInterceptor
            class org.jboss.cache.interceptors.TxInterceptor
            class org.jboss.cache.interceptors.CacheMgmtInterceptor
            11:04:28,253 INFO [STDOUT]
            -------------------------------------------------------
            GMS: address is 49.80.217.157:32773
            -------------------------------------------------------
            11:04:33,285 WARN [GMS] join(49.80.217.157:32773) sent to 49.80.217.153:32774 timed out, retrying
            11:04:37,515 INFO [InterceptorChainFactory] interceptor chain is:
            class org.jboss.cache.interceptors.CallInterceptor
            class org.jboss.cache.interceptors.EvictionInterceptor
            class org.jboss.cache.interceptors.PessimisticLockInterceptor
            class org.jboss.cache.interceptors.UnlockInterceptor
            class org.jboss.cache.interceptors.ReplicationInterceptor
            class org.jboss.cache.interceptors.TxInterceptor
            class org.jboss.cache.interceptors.CacheMgmtInterceptor
            11:04:37,605 INFO [STDOUT]
            -------------------------------------------------------
            GMS: address is 49.80.217.157:32775
            -------------------------------------------------------
            11:04:40,633 INFO [orb] Property "jacorb.hashtable_class" is set to: java.util.Hashtable
            11:04:40,652 INFO [singleton] created ORBSingleton
            11:04:41,037 INFO [interceptors] InterceptorManager started with 2 Server Interceptors, 2 Client Interceptors and 4 IOR Interceptors
            11:04:41,144 INFO [orb] ORB run
            11:04:41,174 INFO [poa] oid:
            72 6F 6F 74 root
            object is activated
            11:04:41,379 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3000000000000200000000000000E8000102000000000E34392E38302E3231372E313537000DC8000000114A426F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000006000000000000000010000000000000024000000200000007E00000000000000010000000E34392E38302E3231372E313537000DC900400000000000000000001004010008060667810201010100000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
            11:04:41,436 INFO [giop] ClientConnectionManager: created new ClientGIOPConnection to 49.80.217.157:3528 (b925)
            11:04:41,473 INFO [iiop] Opened new server-side TCP/IP transport to 49.80.217.157:45753
            11:04:41,476 INFO [iiop] Connected to 49.80.217.157:3528 from local port 45753
            11:04:41,603 INFO [naming] re-Bound name: TransactionService
            11:04:41,605 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E466163746F72794578743A312E30000000000200000000000000E8000102000000000E34392E38302E3231372E313537000DC8000000144A426F73732F5472616E73616374696F6E732F46000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000006000000000000000010000000000000024000000200000007E00000000000000010000000E34392E38302E3231372E313537000DC900400000000000000000001004010008060667810201010100000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
            11:04:41,610 INFO [naming] re-Bound name: UserTransaction
            11:04:43,784 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /local/home/xxxx/jdk1.5.0_17/jre/lib/i386/server:/local/home/xxxx/jdk1.5.0_17/jre/lib/i386:/local/home/xxxx/jdk1.5.0_17/jre/../lib/i386
            11:04:44,680 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
            11:04:46,069 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-8443
            11:04:46,071 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
            11:04:46,073 INFO [Catalina] Initialization processed in 2604 ms
            11:04:46,074 INFO [StandardService] Starting service jboss.web
            11:04:46,077 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA
            11:04:46,151 INFO [Catalina] Server startup in 77 ms
            11:04:46,381 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
            11:04:47,467 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/
            11:04:47,897 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp5453187567611793916jbossws-context-exp.war/
            11:04:48,241 INFO [TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddi.war/
            11:04:48,872 INFO [RegistryServlet] Loading jUDDI configuration.
            11:04:48,876 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
            11:04:48,880 INFO [RegistryServlet] Initializing jUDDI components.
            11:04:50,090 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
            11:04:50,967 INFO [MailService] Mail Service bound to java:/Mail
            11:04:52,376 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
            11:04:52,489 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
            11:04:52,513 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
            11:04:52,565 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
            11:04:52,718 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
            11:04:52,760 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
            11:04:52,779 INFO [QuartzResourceAdapter] start quartz!!!
            11:04:52,918 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
            11:04:52,960 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
            11:04:53,003 INFO [RAMJobStore] RAMJobStore initialized.
            11:04:53,004 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
            11:04:53,005 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
            11:04:53,007 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
            11:04:53,278 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=IDMUADataSource' to JNDI name 'java:IDMUADataSource'
            11:04:54,527 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
            11:04:59,227 INFO [TomcatDeployer] deploy, ctxPath=/IDM, warUrl=.../tmp/deploy/tmp1869708933850677552IDM-exp.war/
            11:05:04,583 INFO [EboConfig] Identity Manager User Application loading FrameworkService-conf/config.xml
            11:05:04,595 INFO [EboConfig] Identity Manager User Application loading DirectoryService-conf/config.xml
            11:05:04,602 INFO [EboConfig] Identity Manager User Application loading UserService-conf/config.xml
            11:05:04,605 INFO [EboConfig] Identity Manager User Application loading PortalService-conf/config.xml
            11:05:04,611 INFO [EboConfig] Identity Manager User Application loading WorkflowService-conf/config.xml
            11:05:04,615 INFO [EboConfig] Identity Manager User Application loading VirtualDataService-conf/config.xml
            11:05:04,619 INFO [EboConfig] Identity Manager User Application loading ThemeService-conf/config.xml
            11:05:04,622 INFO [EboConfig] Identity Manager User Application loading NotificationService-conf/config.xml
            11:05:04,695 INFO [Environment] Hibernate 3.2.3
            11:05:04,704 INFO [Environment] hibernate.properties not found
            11:05:04,710 INFO [Environment] Bytecode provider name : javassist
            11:05:04,751 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
            11:05:06,049 INFO [Configuration] configuring from resource: /hibernate.cfg.xml
            11:05:06,052 INFO [Configuration] Configuration resource: /hibernate.cfg.xml
            11:05:06,246 INFO [Configuration] Reading mappings from resource : com/xxxx/soa/af/impl/persist/ActivityStatusInfo.hbm.xml
            11:05:10,903 INFO [Configuration] Configured SessionFactory: null
            11:05:11,358 INFO [HbmBinder] Mapping collection: com.xxxx.srvprv.impl.security.model.DelProxyConfig.servicesCfg -> SEC_DELPROXY_SRV_CFG
            11:05:11,451 INFO [NamingHelper] JNDI InitialContext properties:{}
            11:05:11,454 INFO [DatasourceConnectionProvider] Using datasource: java:comp/env/jdbc/IDMUADataSource
            11:05:12,101 ERROR [STDERR] Mar 17, 2009 11:05:12 AM com.microsoft.sqlserver.jdbc.AuthenticationJNI
            WARNING: Failed to load the sqljdbc_auth.dll
            11:05:12,215 INFO [SettingsFactory] RDBMS: Microsoft SQL Server, version: 9.00.4035
            11:05:12,217 INFO [SettingsFactory] JDBC driver: Microsoft SQL Server 2005 JDBC Driver, version: 1.2.2323.101
            11:05:12,283 INFO [Dialect] Using dialect: com.xxxx.soa.persist.SQLServerDialect
            11:05:12,304 INFO [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
            11:05:12,311 INFO [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
            11:05:12,312 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
            11:05:12,313 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
            11:05:12,314 INFO [SettingsFactory] JDBC batch size: 20
            11:05:12,316 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
            11:05:12,321 INFO [SettingsFactory] Scrollable result sets: enabled
            11:05:12,323 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
            11:05:12,325 INFO [SettingsFactory] Connection release mode: auto
            11:05:12,330 INFO [SettingsFactory] Default batch fetch size: 1
            11:05:12,332 INFO [SettingsFactory] Generate SQL with comments: disabled
            11:05:12,334 INFO [SettingsFactory] Order SQL updates by primary key: disabled
            11:05:12,336 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
            11:05:12,349 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
            11:05:12,352 INFO [SettingsFactory] Query language substitutions: {}
            11:05:12,354 INFO [SettingsFactory] JPA-QL strict compliance: disabled
            11:05:12,356 INFO [SettingsFactory] Second-level cache: disabled
            11:05:12,358 INFO [SettingsFactory] Query cache: disabled
            11:05:12,360 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
            11:05:12,362 INFO [SettingsFactory] Structured second-level cache entries: disabled
            11:05:12,386 INFO [SettingsFactory] Statistics: disabled
            11:05:12,389 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
            11:05:12,391 INFO [SettingsFactory] Default entity-mode: pojo
            11:05:12,393 INFO [SettingsFactory] Named query checking : enabled
            11:05:12,457 INFO [SessionFactoryImpl] building session factory
            11:05:16,370 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
            11:05:22,137 WARN [JChannel] option GET_STATE_EVENTS has been deprecated (it is always true now); this option is ignored
            11:05:22,156 INFO [STDOUT]
            -------------------------------------------------------
            GMS: address is 49.80.217.157:7815
            -------------------------------------------------------
            11:05:26,088 INFO [InterceptorChainFactory] interceptor chain is:
            class org.jboss.cache.interceptors.CallInterceptor
            class org.jboss.cache.interceptors.EvictionInterceptor
            class org.jboss.cache.interceptors.PessimisticLockInterceptor
            class org.jboss.cache.interceptors.UnlockInterceptor
            class org.jboss.cache.interceptors.TxInterceptor
            class org.jboss.cache.interceptors.CacheMgmtInterceptor
            11:05:34,613 INFO [DatabaseSchemaUpdate] Checking for database schema
            11:05:34,642 INFO [DatabaseSchemaUpdate] Checking schema for table AFACTIVITY....found

            11:05:36,086 INFO [DatabaseSchemaUpdate] All required tables found. Schema is valid.
            11:05:45,624 INFO [JMSConnectionMediator] Starting JMS notification system
            11:05:45,631 WARN [NotificationEngine] Could not properly initialize JMS persistence for the notification system. Will revert back to non-persistent asynchronous notification system.
            11:05:45,674 ERROR [MailEngine] Notification email default -from- unspecified. Check xxxx setup.
            com.xxxx.soa.notification.impl.NotificationException: Notification email default -from- unspecified. Check xxxx setup.
            at com.xxxx.soa.notification.impl.MailEngine.connectToMailServer(MailEngine.java:506)
            at com.xxxx.soa.notification.impl.MailEngine.access$400(MailEngine.java:63)
            at com.xxxx.soa.notification.impl.MailEngine$MailServerHeartBeat.run(MailEngine.java:556)
            at java.util.TimerThread.mainLoop(Timer.java:512)
            at java.util.TimerThread.run(Timer.java:462)
            11:05:45,677 INFO [NotificationThread] Starting Non-persistent asynchronous notification system
            11:05:45,730 WARN [EngineImpl] Duplicate engine id detected. This engine may not have been shutdown cleanly or another engine is running with engine-id: PAT_ENGINE3 . Waiting 60,000 ms for heartbeat to timeout.
            11:05:48,551 INFO [ActionServlet] Loading chain catalog from jar:file:/local/home/xxxx/xxxx/idm/jboss/server/IDM/tmp/deploy/tmp1869708933850677552IDM-exp.war/WEB-INF/lib/struts-core.jar!/org/apache/struts/chain/chain-config.xml
            11:05:49,369 INFO [TilesPlugin] Tiles definition factory loaded for module ''.
            11:05:51,118 INFO [JBossCacheManager] Starting JBossManager
            11:05:51,198 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
            11:05:51,522 INFO [FarmMemberService] **** pullNewDeployments ****
            11:05:51,523 INFO [ClusterFileTransfer] Start pull of file cluster-examples-service.xml from cluster.
            11:05:51,617 INFO [ClusterFileTransfer] Finished cluster pull of file cluster-examples-service.xml to cluster-examples-service.xml
            11:05:51,727 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
            11:05:51,751 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-8443
            11:05:51,959 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
            11:05:51,976 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)] Started in 2m:11s:615ms
            11:10:45,611 ERROR [MailEngine] Notification email default -from- unspecified. Check xxxx setup.
            com.xxxx.soa.notification.impl.NotificationException: Notification email default -from- unspecified. Check xxxx setup.
            at com.xxxx.soa.notification.impl.MailEngine.connectToMailServer(MailEngine.java:506)
            at com.xxxx.soa.notification.impl.MailEngine.access$400(MailEngine.java:63)
            at com.xxxx.soa.notification.impl.MailEngine$MailServerHeartBeat.run(MailEngine.java:556)
            at java.util.TimerThread.mainLoop(Timer.java:512)
            at java.util.TimerThread.run(Timer.java:462)
            11:15:45,678 ERROR [MailEngine] Notification email default -from- unspecified. Check xxxx setup.
            com.xxxx.soa.notification.impl.NotificationException: Notification email default -from- unspecified. Check xxxx setup.
            at com.xxxx.soa.notification.impl.MailEngine.connectToMailServer(MailEngine.java:506)
            at com.xxxx.soa.notification.impl.MailEngine.access$400(MailEngine.java:63)
            at com.xxxx.soa.notification.impl.MailEngine$MailServerHeartBeat.run(MailEngine.java:556)
            at java.util.TimerThread.mainLoop(Timer.java:512)
            at java.util.TimerThread.run(Timer.java:462)
            11:16:00,102 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 2, delta: -1) : [49.80.217.157:1099]
            11:16:00,111 INFO [DefaultPartition] I am (49.80.217.157:1099) received membershipChanged event:
            11:16:00,112 INFO [DefaultPartition] Dead members: 1 ([49.80.217.153:1099])
            11:16:00,112 INFO [DefaultPartition] New Members : 0 ([])
            11:16:00,112 INFO [DefaultPartition] All Members : 1 ([49.80.217.157:1099])
            11:16:00,479 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy-hasingleton/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
            11:16:00,852 INFO [IDMNotificationDurableTopic] Bound to JNDI name: topic/IDMNotificationDurableTopic
            11:16:00,892 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
            11:16:00,964 INFO [DLQ] Bound to JNDI name: queue/DLQ
            11:16:20,318 ERROR [JBossCacheService] loadSession(): id: rY80S84cUPp2qHT3BB46hg**exception occurred during serialization: com.sssw.fw.exception.xxxx: An unexpected exception occurred while performing encryption/decryption.
            11:16:20,335 ERROR [JBossCacheService] loadSession(): id: rY80S84cUPp2qHT3BB46hg**exception occurred during serialization: com.sssw.fw.exception.xxxx: An unexpected exception occurred while performing encryption/decryption.
            11:16:20,365 ERROR [JBossCacheService] loadSession(): id: rY80S84cUPp2qHT3BB46hg**exception occurred during serialization: com.sssw.fw.exception.xxx: An unexpected exception occurred while performing encryption/decryption.


            • 3. Re: Session Replication - Cluster- Getting ERROR [JBossCache
              brian.stansberry

              Argh. Prior to 4.2.1 there was a bug in that logging that resulted in only the exception message being logged instead of the full stack trace. If you can reproduce with 4.2.1 or later I can see more information, otherwise all I can tell you is that the webapp is trying to read a session out of the cache and it's failing. What com.sssw.fw.exception.xxxx is I of course have no idea.