-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent ClassNotFoundException for MBeanBuilder #154
Comments
Looks like this only occurs if you do a Ctrl-C and RAPID restart. We think it is file locking in the OSGI-Cache and not a real issue. |
Seems like this is a bigger problem than we thought. |
Looks like this is due to the original classloader hack which is now no longer needed due to Hazelcast incorporating hazelcast/hazelcast#3922 into 3.4 |
Behavior with 4.1.151:
Behavior with 4.1.152-SNAPSHOT with hack replaced is without problems! :)
|
In the Payara-web distribution we are seeing intermittent exceptions below when restarting a server.
If Hazelcast is enabled this will cause the server to shutdown again as it tries to load MBeans.
[#|2015-01-16T18:40:08.437+0000|SEVERE|Payara 4.1||_ThreadID=22;_ThreadName=Thread-9;_TimeMillis=1421433608437;_LevelValue=1000;|
javax.management.JMRuntimeException: Failed to load MBeanServerBuilder class com.sun.enterprise.v3.admin.AppServerMBeanServerBuilder: java.lang.ClassNotFoundException: com.sun.enterprise.v3.admin.AppServerMBeanServerBuilder
Just running the start-domain command again often resolves the problem.
The text was updated successfully, but these errors were encountered: