You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Miguel Angel Ruz <ma...@mediafusion.es> on 2006/05/31 18:25:17 UTC

Error reserve of space with exception

 
 
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();
 
        }
        catch(DEMOException e){
           // do whatever you want
           System.out.println("ERROR! " + e.getErrorCode());
        }
    }

 
 
 

*	Miguel Angel RUZ 

*	Dpto. I+D 

*	Mediafusion España, S.A. 

*	maruz@mediafusion.es  

*	www.mediafusion.es <http://www.mediafusion.es/>  

*	Tel. 902.01.02.01 

*	Fax  902.01.00.00 

*	  <http://www.mediafusion.es/DESCARGAS/logo/logo.gif> 

*	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.