I have developed a application in my local system its running
correctly. after uploading to the GAE its giving following exception:
115.108.122.17 - - [22/Mar/2010:02:41:51 -0700] "POST /smartstore/
greet HTTP/1.1" 200 134 "http://smartstoreact.appspot.com/smartstore/
5CBF907BC63196D7B1E2BE1458031519.cache.html" "Mozilla/4.0 (compatible;
MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe)"
"smartstoreact.appspot.com"W 03-22 02:41AM 51.000 [smartstoreact/
9.340710510195639511].<stderr>:
org.datanucleus.jdo.exceptions.ClassNotPersistenceCapableException:
The class "The class "com.atp.smartstore.DB.config.User" is not
persistable. This means that it either hasnt been enhanced, or that
the enhanced version of the file is not in the CLASSPATH (or is hidden
by an unenhanced version), or the Meta-Data/annotations for the class
are not found." is not persistable. This means that it either hasnt
been enhanced, or that the enhanced version of the file is not in the
CLASSPATH (or is hidden by an unenhanced version), or the Meta-Data
for the class is not found.

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at
org.datanucleus.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:
241)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at
org.datanucleus.jdo.JDOPersistenceManager.newObjectIdInstance(JDOPersistenceManager.java:
1571)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at
org.datanucleus.jdo.JDOPersistenceManager.getObjectById(JDOPersistenceManager.java:
1767)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at
org.datanucleus.store.appengine.jdo.DatastoreJDOPersistenceManager.getObjectById(DatastoreJDOPersistenceManager.java:
71)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at com.atp.smartstore.DB.DAO.UserDAO.getUser(UserDAO.java:29)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at com.atp.smartstore.service.impl.UserImpl.getUser(UserImpl.java:26)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at java.lang.reflect.Method.invoke(Unknown Source)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_
$1.run(Method_.java:165)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at java.security.AccessController.doPrivileged(Native Method)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_.privilegedInvoke(Method_.java:
163)

W 03-22 02:41AM 51.001 [smartstoreact/9.340710510195639511].<stderr>:
at
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_.invoke_(Method_.java:
124)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to