Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Logon error on Websphere administrative console - SRVE0180I

94 views
Skip to first unread message

cyber_...@gmx.net

unread,
Jul 24, 2006, 5:11:54 AM7/24/06
to
Good morming,

may somebody can help me out. If I'm working on the administrative console I'm getting these exception:

[24.07.06 10:57:22:166 CEST] 0000009e WebApp A SRVE0180I: [adminconsole] [/ibm/console] [Servlet.LOG]: Error page exception The server cannot use the error page specified for your application because of the exception printed below.

I don't know why this occur. After that nobody can enter the administrative console anymore but the WAS is still running well.

This WAS is running on a iSries server, security is enabled.

Thanks!

cyber_...@gmx.net

unread,
Jul 24, 2006, 5:25:48 AM7/24/06
to
Update:
Now I found out that I have to restart the WAS. After that, the console is working. But this can't be the solution!

jiany...@hotmail.com

unread,
Jul 24, 2006, 8:28:55 AM7/24/06
to
use command tools wsadmin login, attempt manage WAS, if may manage with wsadmin. advice redeploy adminconsole.ear

cyber_...@gmx.net

unread,
Jul 25, 2006, 8:11:49 AM7/25/06
to
Where do I find the adminonsole.ear? It isn't in the installedApps folder. Can I do that without any issues?

geor...@gmail.com

unread,
Jul 25, 2006, 10:07:26 AM7/25/06
to
How to reinstall the adminconsole appl: http://www-1.ibm.com/support/docview.wss?uid=swg21163938

I have adminconsole.ear in ../installableApps by default (I don't remember installing it separately; WAS 5.0).


George

marmc...@gov.mb.ca

unread,
Jul 26, 2006, 11:36:36 AM7/26/06
to
I have a very similar problem. In my case if I access the admin console right after WAS is restarted it works ok, but if I access it a few hours after WAS has been restarted I get the exception, the java process will die, and a javacore will be created.

I have opened a PMR with IBM but so far no solution. I am running RHES 3 update 5, WAS 6.0.2.11 on an intel server.

What is your environment?

Regards, Marshall

Ben_

unread,
Jul 26, 2006, 12:02:11 PM7/26/06
to
And what says "the exception printed below" ?


cyber_...@gmx.net

unread,
Jul 31, 2006, 2:29:31 AM7/31/06
to
Our environment is:
WAS 6.0.2.11
OS/400 V5R2 on iSeries
Java 1.4

cyber_...@gmx.net

unread,
Jul 31, 2006, 2:31:39 AM7/31/06
to
Security is enabled with custom user registry

cyber_...@gmx.net

unread,
Jul 31, 2006, 4:22:13 AM7/31/06
to
The second part of the exceptin is:

[28.07.06 09:43:40:938 CEST] 0000003b WebApp A SRVE0181I: [adminconsole] [/ibm/console] [Servlet.LOG]: Error Page Exception: : com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at javax.servlet.ServletException.<init>(ServletException.java:161)
at com.ibm.websphere.servlet.error.ServletErrorReport.<init>(ServletErrorReport.java:81)
at com.ibm.ws.webcontainer.webapp.WebAppErrorReport.<init>(WebAppErrorReport.java:62)
at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2500)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2922)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:218)
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:201)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1761)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:83)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:422)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:319)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:924)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:579)
at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1668)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:537)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:593)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:946)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1038)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1447)
Caused by: javax.servlet.ServletException
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at javax.servlet.ServletException.<init>(ServletException.java:161)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:101)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:70)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:381)
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:125)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:256)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:148)
... 17 more
---- Begin backtrace for Nested Throwables
java.lang.NullPointerException
at java.lang.Throwable.<init>(Throwable.java:180)
at java.lang.Exception.<init>(Exception.java:29)
at java.lang.RuntimeException.<init>(RuntimeException.java:32)
at java.lang.NullPointerException.<init>(NullPointerException.java:36)
at com.ibm.ws.jsp.runtime.HttpJspBase.getTagHandler(HttpJspBase.java:114)
at _ibmjsp._error.initTaglibLookup(_error.java:189)
at _ibmjsp._error._jspService(_error.java:62)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:91)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:851)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1248)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1236)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:101)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:70)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:381)
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:125)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:256)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:148)
at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2500)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2922)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:218)
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:201)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1761)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:83)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:422)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:319)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:924)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:579)
at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1668)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:537)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:593)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:946)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1038)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1447)

Manglu

unread,
Jul 31, 2006, 7:46:21 AM7/31/06
to
Hi,

I have seen 500 errors that occur in the admin Console. On a number of
occasions just a logout and re-login seems to be the solution and in
other cases a re-start of the dmgr seems to help. I am fortunate in not
ending up in a situation where the admin console needs to be
re-installed (at least so far)

Most cases the root cause seems to be a Null Pointer Exception but then
we can't fix the Null Pointer ourselves!!

Would we be able to re-install admin console now that is a System
Applicaton in WAS V6 compared to a regular application in V5?

Thanks,
Manglu

marmc...@gov.mb.ca

unread,
Aug 2, 2006, 11:46:51 AM8/2/06
to
With the exception of the Hardware and OS, my config and levels are very similar.
I made a change the other day that seems to have made a difference in how I am able to access the admin console.
I enabled "VERBOSE JNI" That is the only change I made( IBM support suggested that I do that in the course of trying to force a core) and the admin console has been up since.

Regards, Marshall

0 new messages