× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
We have a very strange problem.
We are using WAS 3.54

Each time we stop Websphere and we restart it, we have a compilation error
message on the
first jsp that is accessed.

If I press on "Reload" (Netscapte) it reload it and it works fine.

Where does this can come from?

Here is the message I receive:

A recursive error was detected.

The server cannot use specified error page. Please check the application
error-path.


Original Error:

Error Message: Server caught unhandled exception from servlet [JSP 1.0
Processor]: Compilation of
"Portfolio.jsp" failed:
/QIBM/UserData/WebASAdv/QualityAssurance/hosts/default_host/EIB/servlets/com
/lloyds/dal/persistence/QueryDescriptionCollection.java:73:
class com.ibm.xml.parser.TXDocument is an abstract class. It can't be
instantiated. Document doc = new
TXDocument(); ^ Note:
/QIBM/UserData/WebASAdv/QualityAssurance/temp/default_host/EIB/_Portfolio_2E
_jsp_jsp_1.java uses or
overrides a deprecated API. Recompile with "-deprecation" for details. 1
error, 1 warning
Error Code: 500
Target Servlet: JSP 1.0 Processor
Error Stack:

Root Error-1: Compilation of "Portfolio.jsp" failed:
/QIBM/UserData/WebASAdv/QualityAssurance/hosts/default_host/EIB/servlets/com
/lloyds/dal/persistence/QueryDescriptionCollection.java:73:
class com.ibm.xml.parser.TXDocument is an abstract class. It can't be
instantiated. Document doc = new
TXDocument(); ^ Note:
/QIBM/UserData/WebASAdv/QualityAssurance/temp/default_host/EIB/_Portfolio_2E
_jsp_jsp_1.java uses or
overrides a deprecated API. Recompile with "-deprecation" for details. 1
error, 1 warning
com.sun.jsp.JspException: Compilation of "Portfolio.jsp" failed:
/QIBM/UserData/WebASAdv/QualityAssurance/hosts/default_host/EIB/servlets/com
/lloyds/dal/persistence/QueryDescriptionCollection.java:73:
class com.ibm.xml.parser.TXDocument is an abstract class. It can't be
instantiated.
     Document doc = new TXDocument();
     ^
     Note:
/QIBM/UserData/WebASAdv/QualityAssurance/temp/default_host/EIB/_Portfolio_2E
_jsp_jsp_1.java
uses or overrides a deprecated API. Recompile with "-deprecation" for
details.
     1 error, 1 warning
     java/lang/Throwable.<init>(Ljava/lang/String;)V+4 (Throwable.java:94)
     com/sun/jsp/JspException.<init>(Ljava/lang/String;)V+1
(JspException.java:29)

com/sun/jsp/compiler/Main.compile(Ljava/lang/ClassLoader;Ljavax/servlet/Serv
letContext;Ljava/lang/String;Lcom/sun/jsp/compiler/Main$ClassFileData;Ljava/
lang/String;ZZLjava/lang/String;)V+543
(Main.java:393)

com/sun/jsp/runtime/JspLoader.compile(Ljava/lang/String;Lcom/sun/jsp/compile
r/Main$ClassFileData;Ljava/lang/String;ZLjava/lang/String;)V+44
(JspLoader.java:192)

com/sun/jsp/runtime/JspLoader.loadJSP(Ljava/lang/String;ZLjava/lang/String;)
Z+215 (JspLoader.java:398)

com/sun/jsp/runtime/JspServlet$JspServletWrapper.loadIfNecessary(Ljava/lang/
String;)V+15
(JspServlet.java:166)

com/sun/jsp/runtime/JspServlet$JspServletWrapper.service(Ljavax/servlet/http
/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+171
(JspServlet.java:220)

com/sun/jsp/runtime/JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServle
tRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lan
g/Throwable;)V+186
(JspServlet.java:912)

com/sun/jsp/runtime/JspServlet.service(Ljavax/servlet/http/HttpServletReques
t;Ljavax/servlet/http/HttpServletResponse;)V+187
(JspServlet.java:821)

javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/
servlet/ServletResponse;)V+25
(HttpServlet.java:853)

com/ibm/servlet/engine/webapp/StrictServletInstance.doService(Ljavax/servlet
/ServletRequest;Ljavax/servlet/ServletResponse;)V+21
(ServletManager.java:644)

com/ibm/servlet/engine/webapp/StrictLifecycleServlet._service(Ljavax/servlet
/ServletRequest;Ljavax/servlet/ServletResponse;)V+46
(StrictLifecycleServlet.java:160)

com/ibm/servlet/engine/webapp/ServletInstance.service(Ljavax/servlet/Servlet
Request;Ljavax/servlet/ServletResponse;Lcom/ibm/servlet/engine/webapp/WebApp
ServletInvocationEvent;)V+186
(ServletManager.java:371)

com/ibm/servlet/engine/webapp/WebAppRequestDispatcher.handleWebAppDispatch(L
com/ibm/servlet/engine/webapp/WebAppRequest;Ljavax/servlet/http/HttpServletR
esponse;Z)V+993
(WebAppRequestDispatcher.java:632)

com/ibm/servlet/engine/webapp/WebAppRequestDispatcher.dispatch(Ljavax/servle
t/ServletRequest;Ljavax/servlet/ServletResponse;Z)V+443
(WebAppRequestDispatcher.java:290)

com/ibm/servlet/engine/webapp/WebAppRequestDispatcher.forward(Ljavax/servlet
/ServletRequest;Ljavax/servlet/ServletResponse;)V+258
(WebAppRequestDispatcher.java:189)

com/ibm/servlet/engine/srt/WebAppInvoker.doForward(Ljavax/servlet/http/HttpS
ervletRequest;Ljavax/servlet/http/HttpServletResponse;)V+4
(WebAppInvoker.java:61)

com/ibm/servlet/engine/srt/WebAppInvoker.handleInvocationHook(Ljava/lang/Obj
ect;)V+130
(WebAppInvoker.java:133)

com/ibm/servlet/engine/invocation/CachedInvocation.handleInvocation(Ljava/la
ng/Object;)V+25
(CachedInvocation.java:67)

com/ibm/servlet/engine/srp/ServletRequestProcessor.dispatchByURI(Ljava/lang/
String;Lcom/ibm/servlet/engine/srp/ISRPConnection;)V+839
(ServletRequestProcessor.java:155)

com/ibm/servlet/engine/oselistener/OSEListenerDispatcher.service(Lcom/ibm/se
rvlet/engine/oselistener/api/IOSEConnection;)V+95
(OSEListener.java:300)

com/ibm/servlet/engine/oselistener/SQEventListenerImp$ServiceRunnable.run()V
+155
(SQEventListenerImp.java:230)

com/ibm/servlet/engine/oselistener/SQEventListenerImp.notifySQEvent(Lcom/ibm
/servlet/engine/oselistener/api/ISQEvent;)V+184
(SQEventListenerImp.java:104)

com/ibm/servlet/engine/oselistener/serverqueue/SQEventSource.notifyEvent(Lco
m/ibm/servlet/engine/oselistener/api/SQEventImp;)V+40
(SQEventSource.java:216)

com/ibm/servlet/engine/oselistener/serverqueue/SQWrapperEventSource$SelectRu
nnable.notifyService()V+116
(SQWrapperEventSource.java:354)

com/ibm/servlet/engine/oselistener/serverqueue/SQWrapperEventSource$SelectRu
nnable.run()V+124
(SQWrapperEventSource.java:221)

com/ibm/servlet/engine/oselistener/outofproc/OutOfProcThread$CtlRunnable.run
()V+104
(OutOfProcThread.java:248)
     java/lang/Thread.run()V+11 (Thread.java:479)



**********************************************************************
This E-mail and any files transmitted with it are confidential
and intended for the exclusive use of the addressee(s) only.
 You should not disclose its contents to any other person.
If you are not the intended recipient please notify the sender
immediately.
**********************************************************************


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.