• Bug
  • Status: Closed
  • 1 Critical
  • Resolution: Fixed
  • hsingh
  • Reporter: teck
  • August 20, 2009
  • 0
  • Watchers: 0
  • February 12, 2013
  • August 24, 2009

Description

This problem really applies to any program we run and make assumptions on what comes out on the console.

In this case we’re picking up the “Listening for transport dt_socket at address: 8000 “ as part of the dso-boot jar name! http://forums.terracotta.org/forums/posts/list/2424.page

Fixing things so that we don’t pass in the debug options might be one approach, but perhaps marking up the output a little more might be better general solution

Comments

Alex Miller 2009-08-20

whoa, this totally blows.

Himadri Singh 2009-09-14

bench@perf28:/shares/perf/hsingh/terracotta-3.1.0-nightly-rev13384> export JAVA_OPTS=”-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n” bench@perf28:/shares/perf/hsingh/terracotta-3.1.0-nightly-rev13384> ./bin/dso-env.sh Starting BootJarTool… Listening for transport dt_socket at address: 8000 2009-09-14 01:57:31,894 INFO - Terracotta 3.1.0-nightly, as of 20090809-150820 (Revision 13384 by cruise@su10mo5 from 3.1) 2009-09-14 01:57:32,323 INFO - Configuration loaded from the Java resource at ‘/com/tc/config/schema/setup/default-config.xml’, relative to class com.tc.config.schema.setup.StandardXMLFileConfigurationCreator. 2009-09-14 01:57:39,770 INFO - Creating boot JAR file at ‘/shares/perf/hsingh/terracotta-3.1.0-nightly-rev13384/lib/dso-boot/Listening for transport dt_socket at address: 8000 dso-boot-hotspot_linux_160_15.jar’… 2009-09-14 01:57:40,765 INFO - Successfully created boot JAR file at ‘/shares/perf/hsingh/terracotta-3.1.0-nightly-rev13384/lib/dso-boot/Listening for transport dt_socket at address: 8000 dso-boot-hotspot_linux_160_15.jar’. -Xbootclasspath/p:./bin/../lib/dso-boot/Listening for transport dt_socket at address: 8000 dso-boot-hotspot_linux_160_15.jar -Dtc.install-root=./bin/.. bench@perf28:/shares/perf/hsingh/terracotta-3.1.0-nightly-rev13384> ll lib/dso-boot/ total 1484 -rw-r–r– 1 bench perf 1514087 Sep 14 01:57 Listening for transport dt_socket at address: 8000?dso-boot-hotspot_linux_160_15.jar

bench@perf28:/shares/perf/perfTests-hsingh/perfStage/archive/3.1.1-ee_t4473-13586/terracotta-3.1.1-ee> ./bin/dso-env.sh Starting BootJarTool… Listening for transport dt_socket at address: 8000 2009-09-14 01:59:39,932 INFO - Terracotta Enterprise 3.1.1, as of 20090911-110907 (Revision 4473-13586 by cruise@su10mo5 from 3.1) 2009-09-14 01:59:40,409 INFO - Configuration loaded from the Java resource at ‘/com/tc/config/schema/setup/default-config.xml’, relative to class com.tc.config.schema.setup.StandardXMLFileConfigurationCreator. 2009-09-14 01:59:47,421 INFO - Creating boot JAR file at ‘/shares/perf/perfTests-hsingh/perfStage/archive/3.1.1-ee_t4473-13586/terracotta-3.1.1-ee/lib/dso-boot/dso-boot-hotspot_linux_160_15.jar’… 2009-09-14 01:59:48,346 INFO - Successfully created boot JAR file at ‘/shares/perf/perfTests-hsingh/perfStage/archive/3.1.1-ee_t4473-13586/terracotta-3.1.1-ee/lib/dso-boot/dso-boot-hotspot_linux_160_15.jar’. -Xbootclasspath/p:./bin/../lib/dso-boot/dso-boot-hotspot_linux_160_15.jar -Dtc.install-root=./bin/.. bench@perf28:/shares/perf/perfTests-hsingh/perfStage/archive/3.1.1-ee_t4473-13586/terracotta-3.1.1-ee> bench@perf28:/shares/perf/perfTests-hsingh/perfStage/archive/3.1.1-ee_t4473-13586/terracotta-3.1.1-ee> ll lib/dso-boot/ total 1484 -rw-r–r– 1 bench perf 1515005 Sep 14 01:59 dso-boot-hotspot_linux_160_15.jar

Verified in Rev 4473-13586