Skip to main content

alphaWorks  >  Forums  >  Hyperj  >  developerWorks

Exception in thread "main" java.lang.NoSuchMethodError: append ...    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]

Posts: 1
Registered: Aug 08, 2007 05:16:46 PM
Exception in thread "main" java.lang.NoSuchMethodError: append ...
Posted: Aug 08, 2007 05:20:56 PM
Click to report abuse...   Click to reply to this thread Reply
Hi,

when trying to compose the examples or my own tiny projet I always get the below error message. Using a debugger it seems that Hyper/J is able to locate the involved classes but throws a dubious exception when loading the first class. Has anybody an idea? As Hyper/J finds the desired classes I suppose there is no problem with the class path. I tried this with Java 1.5 and 1.6, same result.

Thanks in advance

Sven

Parsing hyperspace file Graph.hj...
Exception in thread "main" java.lang.NoSuchMethodError: append (Ljava/lang/String;)Ljava/lang/StringBuffer; in java.lang.StringBuffer
at com.ibm.bobby.BB_Class.findMethod(BB_Class.java:1293)
at com.ibm.sop.classEdit.CEClass.findMethod(CEClass.java:790)
at com.ibm.bobby.BB_LoadLocalIns.<clinit>(BB_LoadLocalIns.java:230)
at com.ibm.bobby.BB_Ins.make(BB_Ins.java:519)
at com.ibm.bobby.BB_Code.dereference(BB_Code.java:185)
at com.ibm.bobby.BB_Method.dereference(BB_Method.java:531)
at com.ibm.bobby.BB_Class.dereference(BB_Class.java:1065)
at com.ibm.bobby.BB_Class.doQueuedDereferences(BB_Class.java:1634)
at com.ibm.bobby.BB_Class.loadClassFromClassPath(BB_Class.java:1762)
at com.ibm.bobby.BB_Class.forName(BB_Class.java:1817)
at com.ibm.sop.classEdit.CEClass.findClass(CEClass.java:31)
at com.ibm.sop.hyperspace.ClassFileLoader.loadClass(ClassFileLoader.java:25)
at com.ibm.sop.hyperspace.ClassFileLoader.loadAllQueuedClassesAndClassFiles(ClassFileLoader.java:210)
at com.ibm.sop.hyperspace.HyperspaceSpecificationParser.Start(HyperspaceSpecificationParser.java:163)
at com.ibm.sop.driver.hyperj.main(hyperj.java:160)
at com.ibm.hyperj.hyperj.main(hyperj.java:15)

Point your RSS reader here for a feed of the latest messages in all forums