Skip to main content

Posts

Showing posts with the label NullPointerException

NullPointerException at FileUtils.remove

This is a simple symptom-cause-solution blog entry only. I hope these blogs will help fellow administrators. Symptom java.lang.NullPointerException at weblogic.utils.FileUtils.remove(FileUtils.java:203) at weblogic.management.mbeans.custom.Component.removeTempModule(Component.java:353) at weblogic.management.mbeans.custom.Component.initializeTwoPhase(Component.java:435) at weblogic.management.mbeans.custom.Component.initialize(Component.java:282) at weblogic.management.mbeans.custom.EJBComponent.findOrCreateEJBDescriptor(EJBComponent.java:220) 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:324) at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:755) at weblogic.management.internal.DynamicMBe...