java.lang.NoClassDefFoundError: java/lang/StringBuilder
843798Jun 26 2006 — edited Jul 12 2006Dear 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