this sounds like a jvm version problem to me.. are you using Sun's JVM, can you check with java -version?
Dees, Ian (GE Healthcare) wrote: > Hi List, > > I've got an ant target that runs our jibx compilation. On all of our dev > machines, the ant target works (including the build server). When one of > our interns that recently joined receives the following error: > > jibx-bind: > [echo] Binding classes with binding file D:\...\mapping/binding.xml > [bind] Error running binding compiler > [bind] java.lang.NoSuchFieldError: SYSTEM_CLASS_PATH > [bind] at > org.jibx.binding.classes.ClassFile.<init>(ClassFile.java:239) > [bind] at > org.jibx.binding.classes.ClassCache.getClassFileImpl(ClassCache.java:138 > ) > [bind] at > org.jibx.binding.classes.ClassCache.getClassFile(ClassCache.java:178) > [bind] at > org.jibx.binding.classes.ClassItem.findStaticMethod(ClassItem.java:479) > [bind] at > org.jibx.binding.def.StringConversion.setSerializer(StringConversion.jav > a:386) > [bind] at > org.jibx.binding.def.PrimitiveStringConversion.setSerializer(PrimitiveSt > ringConversion.java:460) > [bind] at > org.jibx.binding.def.StringConversion.<init>(StringConversion.java:148) > [bind] at > org.jibx.binding.def.PrimitiveStringConversion.<init>(PrimitiveStringCon > version.java:146) > [bind] at > org.jibx.binding.def.BindingDefinition.<clinit>(BindingDefinition.java:8 > 4) > [bind] at org.jibx.binding.Compile.compile(Compile.java:289) > [bind] at > org.jibx.binding.ant.CompileTask.execute(CompileTask.java:248) > [bind] at > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) > [bind] at org.apache.tools.ant.Task.perform(Task.java:364) > [bind] at org.apache.tools.ant.Target.execute(Target.java:341) > [bind] at > org.apache.tools.ant.Target.performTasks(Target.java:369) > [bind] at > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) > [bind] at > org.apache.tools.ant.Project.executeTarget(Project.java:1185) > [bind] at > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecut > or.java:40) > [bind] at > org.apache.tools.ant.Project.executeTargets(Project.java:1068) > [bind] at org.apache.tools.ant.Main.runBuild(Main.java:668) > [bind] at org.apache.tools.ant.Main.startAnt(Main.java:187) > [bind] at > org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) > [bind] at > org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) > > > BUILD FAILED > D:\...\build.xml:92: JiBXException in JiBX binding compilation > > The previous messages on the list mention that the bcel jar is > incorrect. The bcel.jar file is byte-for-byte the same as the one we use > on other build machines that work. > > Thanks, > Ian > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > jibx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jibx-users > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
