CDV ❯ Incomplete bootjar error message doesn't offer any info into what went wrong
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
X-Common Code
-
-
hhuynh
-
Reporter: hhuynh
-
March 06, 2008
-
0
-
Watchers: 0
-
April 10, 2009
-
March 04, 2009
Description
example from this post http://forums.terracotta.org/forums/posts/list/0/846.page#5120
there’s nothing provided what is missing in the error.
Comments
Fiona OShea 2008-03-07
Alex Miller 2009-03-04
Boomerang…back to you. If you need an error message, assign to Igal.
nadeem ghani 2009-04-09
client log has new error msg
2009-04-09 12:56:05,195 [main] ERROR com.terracottatech.dso - Number of classes in the DSO boot jar:159
2009-04-09 12:56:05,196 [main] ERROR com.terracottatech.dso - Number of classes expected to be in the DSO boot jar:128
2009-04-09 12:56:05,196 [main] ERROR com.terracottatech.dso - Missing classes: [java.awt.geom.Rectangle2D]
2009-04-09 12:56:05,196 [main] FATAL com.terracottatech.console - BootJarException occurred while attempting to verify the contents of the boot jar. Unable to verify the contents of the boot jar; Please check the client logs for more information.
2009-04-09 12:56:05,197 [main] FATAL com.tc.object.bytecode.hook.impl.DSOContextImpl - Exception thrown
com.tc.object.tools.BootJarException: BootJarException occurred while attempting to verify the contents of the boot jar. Unable to verify the contents of the boot jar; Please check the client logs for more information.
at com.tc.object.bytecode.hook.impl.DSOContextImpl.validateBootJar(DSOContextImpl.java:131)
at com.tc.object.bytecode.hook.impl.DSOContextImpl.
The error message is Caused by: com.tc.object.config.IncompleteBootJarException: Incomplete DSO boot jar; 1 pre-instrumented class(es) found missing.