Hi folks,
We're configure a mid-tier server. On starting WebApp server step, after 20 or more minutes, starting failed. We tried to stop all services and start it again, but the same behavior occurs.
On gemfire.log the following error appear:
[warning 2020/12/07 13:32:35.782 GMT <localhost-startStop-16> tid=0x36] org/springframework/util/StringUtils
java.lang.NoClassDefFoundError: org/springframework/util/StringUtils
[severe 2020/12/07 13:35:53.240 GMT <P2P message reader for server_name(4589)<v19>:46449 unshared ordered uid=77 dom #1 port=43628> tid=0x97] Error deserializing message
java.lang.ClassNotFoundException: com.sas.svcs.aop.cache.SimpleKey
[severe 2020/12/07 13:43:53.881 GMT <P2P message reader for server_name(4589)<v19>:46449 unshared ordered uid=98 dom #1 port=43996> tid=0x241] Error deserializing message
java.lang.ClassNotFoundException: com.sas.svcs.aop.cache.SimpleKey
On server.log, the following error appears:
2020-12-07 13:51:54,430 INFO (P2P message reader for server_name(4589)<v19>:46449 unshared ordered uid=127 dom #1 port=44376) [org.apache.catalina.loader.WebappClassLoaderBase] Illegal access: this web application instance has been stopped already. Could not load [com.sas.svcs.aop.cache.SimpleKey]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [com.sas.svcs.aop.cache.SimpleKey]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
2020-12-07 13:52:00,148 INFO (UDP ucast receiver) [org.apache.catalina.loader.WebappClassLoaderBase] Illegal access: this web application instance has been stopped already. Could not load [com.gemstone.org.jgroups.protocols.VIEW_SYNC$ViewSyncHeader]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [com.gemstone.org.jgroups.protocols.VIEW_SYNC$ViewSyncHeader]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
Any idea about the cause of this problem?
Regards,