Hello Harsha,

It sounds like the JVM has hanged up. try killing the java proceses with
command: killall -9 java
this might help, but remember, that it actually kills all currently
running java processes on that machine.

you can also view all processes with the command ps -aux and kill process
by process with command: kill -9 <pid> where <pid> is the process id from
the process listing.

Has anyone successfully installed Java Pet Store on a linux box. I'm
getting some sort of RemoteExceptions (thought the installation on a Sun
Solaris box seems to work without any problems).

Cheers,
Kare

On Thu, 5 Apr 2001, Harsha P. R wrote:

> Date: Thu, 5 Apr 2001 16:10:12 +0530
> From: Harsha P. R <[EMAIL PROTECTED]>
> Reply-To: A mailing list for discussion about Sun Microsystem's Java
        Servlet API Technology. <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: J2EE's depltool crashes
>
> Hi,
>
> I had installed J2EE in linux and it was running alright. I had also started
> the deploytool and deployed servlets and ejb. But now, when I started j2ee
> server, I'm getting the following "No local string for enterprise.log."
> messages. Since then if i start deploytool, it crashes. But still the HTTP
> server is running at port 8000.
>
> I have installed j2ee1.2.1 several times since then. But even then I'm
> getting the sanme messages and the deploytool is still crashing.
>
> What is going wrong here?
>
> Regards,
> Harsha P. Ravnikar
>
> ====================================
> [root@java harsha]# /usr/java/j2sdkee1.2.1/bin/j2ee
>
> J2EE server Listen Port: = 1049
> No local string for enterprise.log.logging.serverversion.started
> No local string for enterprise.log.using.vm.name.version.from
> No local string for enterprise.log.vm's.classpath
> No local string for enterprise.log.j2ee.homedirectory
> No local string for enterprise.log.logging.serverversion.started
> No local string for enterprise.log.using.vm.name.version.from
> No local string for enterprise.log.vm's.classpath
> No local string for enterprise.log.j2ee.homedirectory
> Redirecting the output and error streams to the following files:
> /usr/java/j2sdkee1.2.1/logs/java/ejb/j2ee/system.out
> /usr/java/j2sdkee1.2.1/logs/java/ejb/j2ee/system.err
> J2EE server startup complete.
> ====================================
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

--
Kare Nuorteva
http://www.kare.uklinux.net/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to