It's not just a specific page; this issue occurs on all pages. MS errors: caught cache server call exception java.rmi.RemoteException: Unable to get remote cache entry; nested exception is: java.rmi.ServerError: Error occurred in server thread; nested exception is: java.lang.NoClassDefFoundError: Could not initialize class wt.project._Role at wt.cache.RemoteCacheServer.getEntryInternal(RemoteCacheServer.java:322) at wt.cache.RemoteCacheServer.lambda$getEntry$18(RemoteCacheServer.java:253) at wt.cache.RemoteCacheServer.callTimeAndLogRemoteCallableLow(RemoteCacheServer.java:680) at wt.cache.RemoteCacheServer.callTimeAndLogRemoteCallable(RemoteCacheServer.java:652) at wt.cache.RemoteCacheServer.getEntry(RemoteCacheServer.java:253) at wt.cache.CacheManager.get(CacheManager.java:901)
Caused by: java.rmi.ServerError: Error occurred in server thread; nested exception is:
java.lang.NoClassDefFoundError: Could not initialize class wt.project._Role
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:386)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class wt.project._Role
at wt.project.RoleRoleTable.readVersion(RoleRoleTable.java:118)
at wt.project.RoleRoleTable.readExternal(RoleRoleTable.java:88)
at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:2118)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2067)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1573)