|
I have seen the 503 before. What has happened is you have some servlet configured to "Load at Startup". Something about this servlet is broke, either it's init( ) method incurred an unhandled exception; it's classfile got deleted, etc. Anyway, when this happens to a servlet configured this way, then ANY access to any servlet/jsp/html within the same webapp will fail with a 503 error code. This is true even if there is nothing wrong with the resource itself. You can circumvent this temporarily by configuring the failing servlet to no Load at Startup. But the real solution is to fix whatever exception that servlet is incurring. There should be more information in the app server's stdout/stderr file (located in /QIBM/UserData/WebASAdv/default/logs/ by default) that provides more information about the exception. ashaikhhafiz@chubb.com@midrange.com on 07/17/2001 01:11:01 AM Please respond to JAVA400-L@midrange.com Sent by: owner-java400-l@midrange.com To: JAVA400-L@midrange.com cc: Subject: problem! Hi All! i have a problem. i get this error message when i try to access a html page from websphere. Error 503 An error has occured while processing request: http://apzrws01.chubb.com/pldDev/main.htm Message:Application is currently unavailable for service Target Servlet: null StackTrace: -------------------------------------------------------------------------------- Root Error-1: Application is currently unavailable for service com.ibm.servlet.engine.webapp.ApplicationUnavailableException: Application is currently unavailable for service at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(Compiled Code) at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(Compiled Code) at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(Compiled Code) at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(Compiled Code) at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(Compiled Code) at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(Compiled Code) at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(Compiled Code) at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(Compiled Code) at com.ibm.servlet.engine.oselistener.SQEventListenerImp$ServiceRunnable.run(Compiled Code) at com.ibm.servlet.engine.oselistener.SQEventListenerImp.notifySQEvent(Compiled Code) at com.ibm.servlet.engine.oselistener.serverqueue.SQEventSourc e.notifyEvent(Compiled Code) at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable. notifyService(Compiled Code) at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.r un(SQWrapperEventSource.java:216) at com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable. run(Compiled Code) at java.lang.Thread.run(Thread.java:472) Can anyone help me on this. Thanks in Advance. Thnx & Regards Azeem. +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +--- +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.