You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by nachi19 <na...@gmail.com> on 2008/12/13 17:55:06 UTC

jvm_bind exception 8443

hi all,
 When i am running the application i am getting the jvm bind exception and
it says the address is already in use 8443.... what i have to do to run the
application...
-- 
View this message in context: http://www.nabble.com/jvm_bind-exception-8443-tp20992111p20992111.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: jvm_bind exception 8443

Posted by Ashish Vijaywargiya <as...@hotwaxmedia.com>.
Please give the answer of following questions :-

1) Which O/S ?
2) Is another instance of tomcat (inbuilt within OFBiz) running on your 
machine ?
3) Can you post the complete log message ?

The general concept behind this error is that the port (i.e 8443) is 
reserved by some other instance of Web Server that's why it is showing 
this error.

Hint :- Sometime it happens that we are runs tomcat instance that comes 
with OFBiz and incidentally we close the terminal window.
In this case 8443 (secure port) and 8080 (http port) remains active.

So you can either restart your machine or you can shutdown the tomcat 
server by either ./shutdown.sh(Linux) or shutdown.bat (Windows) present 
at the root location of OFBiz.

--
Ashish

nachi19 wrote:
> hi all,
>  When i am running the application i am getting the jvm bind exception and
> it says the address is already in use 8443.... what i have to do to run the
> application...
>