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