port is already occupied

Nicolas Plessis, modified 10 Years ago.

port is already occupied

Youngling Posts: 10 Join Date: 3/1/11 Recent Posts
Hi,

I'm trying to install Klaros-Testmanagement 3.7.9 from jar file on Linux using the -console parameter as root.

root@klaros:/usr/local# java -jar Klaros-Setup.jar -console

However when then installer ask for a port, regardless the port I've got tyhe same error.

Tomcat Server Settings:
Server-Port: [18005]
Validation failed, please verify your input.
Validation error: This port is already occupied, please free it or choose another one
Server-Port: [18005]
8080
Validation failed, please verify your input.
Validation error: This port is already occupied, please free it or choose another one

I'm also pretty sure those ports are not "already occupied"
root@klaros:/usr/local# lsof -i:8080
root@klaros:/usr/local#

Do you have any idea ?

Many thanks.
thumbnail
Torsten Stolpmann, modified 10 Years ago.

RE: port is already occupied

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Hi Nicolas,

Just to rule out the obvious: Is your Java VM a Sun/Oracle JDK/JRE 1.6 or 1.7?

Regards,

Torsten
Nicolas Plessis, modified 10 Years ago.

RE: port is already occupied

Youngling Posts: 10 Join Date: 3/1/11 Recent Posts
Damn that was it...
I'm really sorry, I forgot about the obvious Sun/Oracle java requirement.

Thanks for your help Torsten !