Re: Help! can't start my servlet app any more !

Mathieu MANGEOT-NAGATA <[email protected]> Wed, 26 Nov 2003 17:54:30 +0900
Newsgroups gmane.comp.java.enhydra.general
Message-ID <[email protected]>
I found a workaround by adding the jsse.jar in the executable classpath.

Nevertheless, it is still mysterious for me because I thought that the  
jsse.jar package was needed
only to compile enhydra5.0 with the jdk1.3 and not at execution time.  
Furthermore, I had no problems
without indicating it for almost two years...

If you have any explanation !

Mathieu

On mercredi, nov 26, 2003, at 16:00 Asia/Tokyo, Mathieu MANGEOT-NAGATA  
wrote:

> Hello all,
>
> I have an enhydra web server running behind an apache server with  
> enhydra director.
> The server is running for more than one year now without any problem.
> I am using enhydra 5.0, the jdk 1.3.1 and PostgresQL 7.3.4 for storing  
> the data on a debian unstable.
>
> Today, I recompiled my enhydra app and relaunched it and I was very  
> surprised to see that
> the enhydra servlet does not want to start any more. I rebooted the  
> server, relaunched apache
> and I can compile my app without any problems, so the error might come  
> from a configuration problem.
>
> I updated my tools via debian apt-get, apache was also updated, it  
> might come from that !
>
> Thank you for your help !
>
> Mathieu
>
> Error: 500
> Internal Servlet Error:
> javax.servlet.ServletException: Unable to change application to  
> running state
> caused by class java.lang.NoClassDefFoundError: javax/net/ssl/SSLSocket
>         at  
> com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationSe 
> rvlet.throwServletException(Unknown Source)
>         at  
> com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationSe 
> rvlet.ensureAppIsRunning(Unknown Source)
>         at  
> com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationSe 
> rvlet.serviceDirect(Unknown Source)
>         at  
> com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationSe 
> rvlet.service(Unknown Source)
>         at  
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)