Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Weblogic Console not available throws NullPointerException - Single Server

VictorJaburSep 17 2010 — edited Sep 22 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2010
Added on Sep 17 2010
1 comment
719 views