java.lang.ExceptionInInitializerError: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Terracotta by hashcode, 1 year ago
via Terracotta by efremov, 1 year ago
via Google Groups by Stian Soiland-Reyes, 10 months ago
via Google Groups by Böckler Andreas, 2 years ago
via Stack Overflow by user2208314
, 2 years agovia Oracle Community by 435751, 1 year ago
java.lang.NullPointerException:
at java.util.Hashtable.__tc_get(Unknown Source)
at java.util.Hashtable.get(Unknown Source)
at com.sun.enterprise.util.i18n.StringManagerBase.getStringManager(StringManagerBase.java:133)
at com.sun.enterprise.ee.admin.lbadmin.mbeans.LoadBalancerAdminConfig.
(LoadBalancerAdminConfig.java:122) at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at com.sun.enterprise.admin.meta.MBeanRegistryEntry.
(MBeanRegistryEntry.java:290) at com.sun.enterprise.admin.meta.MBeanRegistry.loadMBeanRegistry(MBeanRegistry.java:376)
at com.sun.enterprise.admin.meta.MBeanRegistry.loadMBeanRegistry(MBeanRegistry.java:359)
at com.sun.enterprise.admin.meta.MBeanRegistryFactory.getAdminMBeanRegistry(MBeanRegistryFactory.java:226)
at com.sun.enterprise.config.serverbeans.validation.DomainMgr.
(DomainMgr.java:103) at com.sun.enterprise.config.serverbeans.validation.DomainMgr.
(DomainMgr.java:96) at com.sun.enterprise.config.serverbeans.validation.DomainMgr.
(DomainMgr.java:92) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at com.sun.enterprise.admin.server.core.AdminContextImpl.registerValidator(AdminContextImpl.java:142)
at com.sun.enterprise.admin.server.core.AdminContextImpl.setServerContext(AdminContextImpl.java:111)
at com.sun.enterprise.admin.server.core.AdminService.createAdminService(AdminService.java:242)
at com.sun.enterprise.admin.server.core.AdminServiceLifeCycle.onInitialization(AdminServiceLifeCycle.java:115)
at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:262)
at com.sun.enterprise.server.ondemand.OnDemandServer.onInitialization(OnDemandServer.java:101)
at com.sun.enterprise.server.PEMain.run(PEMain.java:401)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)