Wednesday, September 21, 2016

WebLogic fails with NullPointerException at weblogic.deploy.service.internal.adminserver.AdminDeploymentService$2.run(AdminDeploymentService.java:311)


<Sep 20, 2016 9:26:42 PM CEST> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
 java.lang.NullPointerException.
java.lang.NullPointerException
        at weblogic.deploy.service.internal.adminserver.AdminDeploymentService$2.run(AdminDeploymentService.java:311)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:553)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
> 


We had similar cases ... always look in the weblogic_yyyy....log file for a root cause, it could be that the port used for administration is already in use, or that some security setting is messed up... you can also use "strace" to trace in detail the issue


No comments: