First Eclipse:
Cannot get rid of this error ... Tried all suggested fixes in google ..
The persistent class "The com.blahb.blahblah.master.UserToken class does not seem to have been extended. You might want to restart the enhancer and check for errors in the output." does not have a table in the database, but this requires an operation. Please check the MetaData specification for this class.
List of 500 lines of exceptions... *Caused by: javax.jdo.JDOUserException: Persistent class "Class com.blahb.blahblah.master.UserToken does not seem to have been enhanced. You may want to rerun the enhancer and check for errors in the output." has no table in the database, but the operation requires it. Please check the specification of the MetaData for this class. at org.datanucleus.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:375) at org.datanucleus.jdo.JDOQuery.execute(JDOQuery.java:230) at com.gulfnet.gulfstar.master.Master.getUserToken(Master.java:645) at org.apache.jsp.top_jsp._jspService(top_jsp.java:68) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) at com.google.appengine.tools.development.PrivilegedJspServlet.access$101(PrivilegedJspServlet*
My colleague has the same project on her Windows PC, and it works great ...
I tried three different computers Linux, Mac, Windows, 3 different versions of eclipse, 20 different import methods, creating a new project, ect ....
Yes, fixed .classpath to display the correct location of all jar files. I tried adding every single class, java, jar, as suggested in one of the google blogs, to class / buildpath (window → pref → google → orm) nothing ...
And where is that damn "Enhancer Console" that should be in Eclipse ...? I am running the latest Eclipse, with all the plugins of Google applications.
Any ideas ...? Anyone?..
Thanks!
java eclipse google-app-engine
chinasailor
source share