Author Topic: Unable to establish status connection with director on port 8897  (Read 5337 times)

Linkaps

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
Hi,
I had a problem as below pic


And I checked the director.log
It's shown:

C:\Users\Alex\SERT-1.1.0>java -version
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) Client VM (build 24.79-b02, mixed mode, sharing)
Using CLASSPATH entries:
lib\sert.jar
lib\chauffeur.jar
lib\chauffeurCommon.jar
lib\ptdaemonClientApi.jar
lib\mtrandom.jar
lib\xsrandom.jar
lib\reporter.jar
lib\jcommon.jar
lib\jfreechart.jar
lib\saxon9he.jar
lib\xmlsec.jar
lib\slf4j-api.jar
lib\slf4j-jdk14.jar

Starting Director
C:\Users\Alex\SERT-1.1.0>java -Xms64m -Xmx2048m -Djava.util.logging.config.file=logging.properties org.spec.chauffeur.Launcher org.spec.chauffeur.director.Director -hosts 192.168.1.21 config-all.xml
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

So how should I do ? :(

GregDarnell

  • Moderator
  • Newbie
  • *****
  • Posts: 21
  • Karma: +1/-0
Re: Unable to establish status connection with director on port 8897
« Reply #1 on: April 18, 2016, 09:13:54 AM »
Hello,

Please follow the instructions in https://www.spec.org/forums/index.php?topic=48.0 entitled "Troubleshooting UI "Unable to establish listener connection on port 8897"" as it describes the exact issue you have seen and how to fix it.

Also pay attention to the final note - a 64-bit JVM is required starting with SERT 1.1.1.

Linkaps

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
Re: Unable to establish status connection with director on port 8897
« Reply #2 on: April 18, 2016, 09:23:28 PM »
Oh yeah!
I did it!
changed RAM of SUT to 8GB & another Gigabit router between controller and SUT.

Thank you ! :)