Hi
!!
I have a problem
with the execution of servlet.
In the servlet when
I catch the DEMOException I can read in the tomcat log
"ERROR: Exception of reserve of space
for servlet DEMO"
The demo.jaca is
compiled with
javac -classpath
/usr/java/jdk1.5.0/lib/soap.jar:/usr/java/jdk1.5.0/lib/servlet.jar:
demo.java
Have you got any
idea for this problem ??
thanks
private void
demo()
{
{
try{
DEMO objdemo = new DEMO ();
respBean = objdemo.sendMessage();
DEMO objdemo = new DEMO ();
respBean = objdemo.sendMessage();
}
catch(DEMOException e){
// do whatever you want
System.out.println("ERROR! " + e.getErrorCode());
}
}
catch(DEMOException e){
// do whatever you want
System.out.println("ERROR! " + e.getErrorCode());
}
}
- Miguel Angel RUZ
- Dpto. I+D
- Mediafusion España, S.A.
- [EMAIL PROTECTED]
- www.mediafusion.es
- Tel. 902.01.02.01
- Fax 902.01.00.00
- Mediafusion España, S.A. ® Aviso legal: Este mensaje electrónico está dirigido únicamente a la(s) dirección(es) indicadas anteriormente; el carácter confidencial, personal e intransferible del mismo está protegido legalmente. Cualquier revelación, uso o reenvío no autorizado, completo o en parte, está prohibido. Si ha recibido este mensaje por equivocación, notifíquelo inmediatamente a la persona que lo ha enviado y borre el mensaje original junto con sus ficheros anexos sin leerlo ni grabarlo, total o parcialmente. Gracias.