Long Java Servlet Error on New Jersey DMV Website

The following error message displayed at the bottom of the New Jersey Department of Motor Vehicles' online registration renewal page. Our guess is that it would easily be a finalist in the "World's Longest Error Messages" contest.

This problem would have been caught in performance, load, stress testing and possibly in  functional testing.

Note: we currently aren't fortunate enough to count the NJ DMV as a client (not yet, anyway :-). A Testware employee happened upon this error while using the site to renew his registration online.


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.SQEventSource.notifyEvent(Compiled Code) at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.notifyService(Compiled Code) at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.run(Compiled Code) at com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run(Compiled Code) at java.lang.Thread.run(Compiled Code)


Wrapped Error-3: Server caught unhandled exception from servlet [File Serving Enabler] com.ibm.servlet.engine.webapp.UncaughtServletException: Server caught unhandled exception from servlet [File Serving Enabler] at java.lang.Exception.(Compiled Code) at javax.servlet.ServletException.(Compiled Code) at com.ibm.websphere.servlet.error.ServletErrorReport.(Compiled Code) at com.ibm.servlet.engine.webapp.WebAppErrorReport.(Compiled Code) at com.ibm.servlet.engine.webapp.UncaughtServletException.(Compiled Code) 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.SQEventSource.notifyEvent(Compiled Code) at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.notifyService(Compiled Code) at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.run(Compiled Code) at com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run(Compiled Code) at java.lang.Thread.run(Compiled Code)

Copyright © 1994-2011 Testware Associates Inc.