Forum Problems Installing LAMS: Re: Re: Re: problem is starting jboss server


 
Search: 

4: Re: Re: Re: problem is starting jboss server
By: a nge
In response to 3 10/20/08 03:49 AM
[ Reply | Forward ]
when i start jboss,i encounter this problen=m...

ObjectName: jboss:service=Naming
State: FAILED
Reason: java.rmi.server.ExportException: Port already in use: 1098; nested exc
eption is:
java.net.BindException: Address already in use: JVM_Bind

how will i solve this problems!

i will run run.sh,right?
i am a java beginner so i don't know how i will run this file


pls reply me!!!

Posted by a nge

5: Re: Re: Re: Re: problem is starting jboss server
In response to 4 10/20/08 04:34 AM
[ Reply | Forward ]
> Reason: java.rmi.server.ExportException: Port already in
> use: 1098; nested exception is:
> java.net.BindException: Address already in use: JVM_Bind

It seems that either you are running JBoss already or another web application is already in used.

If you are using linux, see if another instance is running (ps -ef|grep java). If it is JBoss, stop it by running /path-to-jboss/bin/shutdown.sh -S

Once you are sure that Jboss or tomcat is running, then restart JBoss and you start up properly.

Thanks,

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to Problems Installing LAMS