Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.NoClassDefFoundError: java/lang/StringBuilder

843798Jun 26 2006 — edited Jul 12 2006
Dear all, Hello. I am running a J2EE project. My server is orion 2.0.7. Right after I login I encounter the following error:

500 Internal Server Error
java.lang.NoClassDefFoundError: java/lang/StringBuilder
at com.bipc.Users.checkUser(Users.java:149)
at com.bipc.doLogin.processRequest(doLogin.java:26)
at com.bipc.doLogin.doPost(doLogin.java:69)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:208)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:306)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:333)
at com.evermind[Orion/2.0.7 (build 11273)]._csb._pvd(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._csb._boc(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._ax._lsc(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._ax._uab(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._bf.run(Unknown Source)


Please let me know how to handle this problem.
Note com.bipc.Users is a java file which works earlier with verion 2.0.1 of orion server.
my jdk is 1.5 and I put tools.jar of this jdk in my server.
Please help me to sort this out.
all the bests,
Keivan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2006
Added on Jun 26 2006
3 comments
379 views