port is already occupied - Klaros Test Management - Forum - Klaros-Testmanagement
port is already occupied
Nicolas Plessis, geändert vor 11 Jahren.
port is already occupied
Youngling Beiträge: 10 Beitrittsdatum: 01.03.11 Neueste Beiträge
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.
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.
Torsten Stolpmann, geändert vor 11 Jahren.
RE: port is already occupied
Jedi Council Member Beiträge: 770 Beitrittsdatum: 12.02.09 Neueste Beiträge
Hi Nicolas,
Just to rule out the obvious: Is your Java VM a Sun/Oracle JDK/JRE 1.6 or 1.7?
Regards,
Torsten
Just to rule out the obvious: Is your Java VM a Sun/Oracle JDK/JRE 1.6 or 1.7?
Regards,
Torsten
Nicolas Plessis, geändert vor 11 Jahren.
RE: port is already occupied
Youngling Beiträge: 10 Beitrittsdatum: 01.03.11 Neueste Beiträge
Damn that was it...
I'm really sorry, I forgot about the obvious Sun/Oracle java requirement.
Thanks for your help Torsten !
I'm really sorry, I forgot about the obvious Sun/Oracle java requirement.
Thanks for your help Torsten !