• 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

The error message is Caused by: com.tc.object.config.IncompleteBootJarException: Incomplete DSO boot jar; 1 pre-instrumented class(es) found missing.

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.(DSOContextImpl.java:116) at com.tc.object.bytecode.hook.impl.DSOContextImpl.createGlobalContext(DSOContextImpl.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.tc.object.bytecode.hook.impl.ClassProcessorHelper.createGlobalContext(ClassProcessorHelper.java:617) at com.tc.object.bytecode.hook.impl.ClassProcessorHelper.initialize(ClassProcessorHelper.java:398) at com.tc.object.bytecode.hook.impl.ClassProcessorHelper.defineClass0Pre(ClassProcessorHelper.java:656) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at sun.misc.Launcher$AppClassLoader.findClass(Launcher.java) at java.lang.ClassLoader.loadClass(ClassLoader.java:316) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) Caused by: com.tc.object.config.UnverifiedBootJarException: BootJarException occurred while attempting to verify the contents of the boot jar. at com.tc.object.config.StandardDSOClientConfigHelperImpl.verifyBootJarContents(StandardDSOClientConfigHelperImpl.java:1607) at com.tc.object.bytecode.hook.impl.DSOContextImpl.validateBootJar(DSOContextImpl.java:126) ... 21 more Caused by: com.tc.object.config.IncompleteBootJarException: Incomplete DSO boot jar; 1 pre-instrumented class(es) found missing at com.tc.object.config.StandardDSOClientConfigHelperImpl.scanForMissingClassesDeclaredInConfig(StandardDSOClientConfigHelperImpl.java:1592) at com.tc.object.config.StandardDSOClientConfigHelperImpl.verifyBootJarContents(StandardDSOClientConfigHelperImpl.java:1605) ... 22 more