• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • hhuynh
  • Reporter: tgautier
  • August 06, 2007
  • 0
  • Watchers: 0
  • September 06, 2007
  • August 14, 2007

Description

This post on the forums indicates that the boot-jar verifier didn’t work. Let’s get to the bottom of the problem.

http://forums.terracotta.org/forums/posts/list/380.page

Comments

Tim Eck 2007-08-13

The verification didn’t seem to take user specified boot jar classes into account.

If tc-config.xml says java.util.Locale should be in the boot jar, but it is not at runtime, the user will get an error as such.

If one was expecting the boot jar to be automagically remade any time a relevant config change is made, that is another issue. The script only checks whether a boot jar of the correct name exists, the verification happens when the app is launched.

Juris Galang 2007-08-13

The boot jar verifier checks both ways, basically it (should) trigger if the contents of the tc-config.xml’s additional-boot-jar-classes section is not in sync with the contents of the bootjar at all (the ones marked foreign) — I’m taking it, I’m the one who last worked on that feature.

Juris Galang 2007-08-14

  • Still need to merge in trunk
  • Also make sure it works in Windows: check for side-effects on scripts that uses the boot-jar-path scripts and dso-env