I have not used VAJ, but this is what the error message but on WAS on os-390 mainframe, it means that an error has occured in a servlet that has autostart = true. When this kind of error occurs in WAS, it disables the entire application.
In other words, you have a problem with Struts and because it cannot start, WAS will not start the entire application. The problems causing this with my setup was that there were additional xml parsers on my classpath that got loaded before my own parsers. Problem only went away for me when I did the convert to WAR utility on the mainframe and then copied the struts-was.jar to the application directory created. Steven Banks 368-0566 >>> Struts Newsgroup @Basebeans.com <[EMAIL PROTECTED]> 05/13/02 02:40AM >>> Subject: VAJ 4 & Struts & Error 503 From: Marco <[EMAIL PROTECTED]> === Hi, I get the following error when trying the Employeelist example from IBM. I setup everything like the article said. What else can I try? THanks, Marco THis is the error msg. Error 503 An error has occured while processing request:http://localhost:8080/employeelist/ 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 java.lang.Throwable(java.lang.String) java.lang.Exception(java.lang.String) javax.servlet.ServletException(java.lang.String) com.ibm.websphere.servlet.error.ServletErrorReport(java.lang.String) com.ibm.servlet.engine.webapp.WebAppErrorReport(java.lang.String) com.ibm.servlet.engine.webapp.ApplicationUnavailableException(com.ibm. se rvlet.engine.webapp.WebApp) void com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch( co m.ibm.servlet.engine.webapp.WebAppRequest, javax.servlet.http.HttpServletResponse, boolean) void com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(javax.servle t. ServletRequest, javax.servlet.ServletResponse, boolean) void com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(javax.servlet .S ervletRequest, javax.servlet.ServletResponse) void com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(java.lang.Obj ec t) void com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(java.la ng .Object) void com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(java.lang. St ring, com.ibm.servlet.engine.srp.ISRPConnection) void com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(com.ibm.se rv let.engine.oselistener.api.IOSEConnection) void com.ibm.servlet.engine.http_transport.HttpTransportHandler.handleConnection (j ava.net.Socket) void com.ibm.servlet.engine.http_transport.HttpTransportHandler.run() void java.lang.Thread.run() -- =========================================== Lekkere recepten en een verzameling culinaire adresjes op http://www.tastyweb.nl -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

