[appengine-java] java.lang.NoClassDefFoundError

2012-02-26 Thread Brian Chapman
I get this message when I deploy my app to appspot instance: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please reporthttp://code.google.com/appengine/community.html your problem and mention this error message and the

[appengine-java] java.lang.NoClassDefFoundError: org.apache.xerces.jaxp.SAXParserFactoryImpl is a restricted class

2011-10-12 Thread Köll S . Cherizard
Hey Gang! I am stumped on this one... any idea on how to fix below error. *java.lang.NoClassDefFoundError: org.apache.xerces.jaxp.SAXParserFactoryImpl is a restricted class. Please see the Google App Engine developer's guide for more details.* ** It looks like a CLASSPATH based on a

[appengine-java] java.lang.NoClassDefFoundError: for sample project ( CodeLabEx2.zip.)

2011-07-25 Thread bgapps
Hi, I am using sdk 1.5.1 to run one sample google application/project CodeLabEx2.zip. WARNING: Error for /product java.lang.NoClassDefFoundError: com/google/appengine/api/datastore/ EntityNotFoundException at com.google.appengine.codelab.Product.getAllProducts(Product.java: 59)

[appengine-java] java.lang.NoClassDefFoundError: com.sun.org.apache.xerces.internal.dom.DocumentImpl

2011-05-06 Thread racoq
Hello! I'm getting a major headache about an soap web service client/ server example. What is more intriguing is that using part of the following official howto available: https://code.google.com/intl/pt-PT/appengine/articles/soap.html My specs are: Ubuntu 10.04 LTS Eclipse Helios Google

[appengine-java] java.lang.NoClassDefFoundError appearing at random after SOME deployments

2011-01-27 Thread culov
I'm using the Twitter4J oAuth Twitter API to pull some tweets in a servlet. After some deployments, the servlet dies with an uncaught exception: java.lang.NoClassDefFoundError: Could not initialize class com.google.apphosting.runtime.security.shared.stub.java.net.Proxy Most of the time, if

[appengine-java] java.lang.NoClassDefFoundError: javax/mail/Message

2011-01-14 Thread Alan Williamson
Good evening all, I am deploying my GAE app (1.4.0) and all is fine in the local development mode. However when I deploy it to Google, i received the error below. I am not including any mail.jar file in my uploaded WEB-INF/lib/ jar list as per the instruction. What is going wrong here?

[appengine-java] java.lang.NoClassDefFoundError: java.net.InetAddress is a restricted class. Trying to send email

2010-09-22 Thread Shaun
I know I must be doing something really simple wrong here, but I followed the example (http://code.google.com/appengine/docs/java/mail/ overview.html) for sending mail through GAE and I getting: WARNING: /invoiceactions.do java.lang.NoClassDefFoundError: java.net.InetAddress is a restricted

[appengine-java] java.lang.NoClassDefFoundError: org/apache/log4j/xml/DOMConfigurator

2010-06-24 Thread hector
Deployed a minor change to my app and got this error. No dependencies changed in my pom. C 06-24 09:19AM 49.700 Uncaught exception from servlet java.lang.NoClassDefFoundError: org/apache/log4j/xml/DOMConfigurator at

[appengine-java] java.lang.NoClassDefFoundError: org/apache/tools/ant/ExitException

2010-06-07 Thread Ray Valley
java.lang.NoClassDefFoundError: org/apache/tools/ant/ExitException can anyone tell why this happen? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To

Re: [appengine-java] java.lang.NoClassDefFoundError: Could not initialize ... PMF

2010-02-17 Thread Ikai L (Google)
Is this in production or on the development server? On Mon, Feb 8, 2010 at 9:13 PM, gaenoob spellw...@gmail.com wrote: Error for ... java.lang.NoClassDefFoundError: Could not initialize class dao.PMF at my app got the above problems quite often. And, it will get cured by

[appengine-java] java.lang.NoClassDefFoundError: Could not initialize ... PMF

2010-02-09 Thread gaenoob
Error for ... java.lang.NoClassDefFoundError: Could not initialize class dao.PMF at my app got the above problems quite often. And, it will get cured by itself after a while. Any idea how to fix it totally? i checked - nothing above quote limits. -- You received this message

[appengine-java] java.lang.NoClassDefFoundError: Could not initialize class org.datanucleus.store.appengine.query.DatastoreQuery

2010-01-29 Thread Joe
Hello, I'm getting the exception in the subject line when I try to do a simple query. Here's the code: PersistenceManager pm = Persistence.getInstance (); String query = select from + Registration.class.getName (); Query q = pm.newQuery (query);

[appengine-java] java.lang.NoClassDefFoundError: Could not initialize class org.datanucleus.store.appengine.DatastoreFieldManager

2010-01-27 Thread Miroslav Genov
Hello, 7 hours after last deploy of my application I got the following exception: java.lang.NoClassDefFoundError: Could not initialize class org.datanucleus.store.appengine.DatastoreFieldManager at org.datanucleus.store.appengine.query.DatastoreQuery$3.fetchFields(DatastoreQuery.java:511)

[appengine-java] java.lang.NoClassDefFoundError: java.rmi.server.UID -using commons-fileupload-1.2.1.jar

2009-12-09 Thread Henry
Hi Guys, Im trying to store and image with GWT to Google App engine, I'm using the packages: commons-codec-1.4.jar commons-fileupload-1.2.1.jar commons-io-1.4.jar to get the widgets from the formPanel that I'm sending to the server which contain the widgets FileUpload that has my image.

Re: [appengine-java] java.lang.NoClassDefFoundError: java.rmi.server.UID -using commons-fileupload-1.2.1.jar

2009-12-09 Thread Toby Reyelts
http://code.google.com/appengine/kb/java.html#fileforms On Wed, Dec 9, 2009 at 12:44 PM, Henry enricrequ...@gmail.com wrote: Hi Guys, Im trying to store and image with GWT to Google App engine, I'm using the packages: commons-codec-1.4.jar commons-fileupload-1.2.1.jar

[appengine-java] java.lang.NoClassDefFoundError: Could not initialize class freemarker.template.Configuration

2009-09-02 Thread Hani Naguib
Has any thing changed today. My java app stopped working after a redeploy today. I get the following error: org.springframework.web.servlet.FrameworkServlet initServletBean: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name