Weblogic Console not available throws NullPointerException - Single Server
Hello,
When i created my domain, just BAM option is unchecked, see the figure bellow:
http://www.image-share.com/ipng-361-244.html
My Weblogic Console isn't work.
My Enterprise Manager works.
This is the error when i try to access the weblogic console:
weblogic.management.DeploymentException:
at weblogic.application.internal.BackgroundDeploymentService.OnDemandURIAccessed(BackgroundDeploymentService.java:166)
at weblogic.servlet.internal.OnDemandManager.loadOnDemandURI(OnDemandManager.java:106)
at weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:327)
at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:901)
at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:840)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NullPointerException
at weblogic.servlet.internal.ConsoleExtensionManager.applyExtensionConfigFile(ConsoleExtensionManager.java:231)
at weblogic.servlet.internal.ConsoleExtensionManager.findExtensions(ConsoleExtensionManager.java:88)
at weblogic.servlet.internal.War.processExtensions(War.java:768)
at weblogic.servlet.internal.War.init(War.java:250)
at weblogic.servlet.internal.War.<init>(War.java:215)
Truncated. see log file for complete stacktrace
Error 503--Service Unavailable
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.4 503 Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.
Thanks.
Victor Jabur