[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 > report your > problem and mention this error message and

[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 po

[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) at

[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 App

[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 I

[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? T

[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 class.

[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 org.springframework.util.Log4jConfigurer.initLogging(Log4jConfigurer.java

[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 uns

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 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 > itself after a

[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)

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 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 > commons-io-1.4.jar > to get the w

[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. When

[appengine-java] java.lang.NoClassDefFoundError: com/google/appengine/api/xmpp/JID

2009-10-26 Thread lallafa
I wrote a test servlet "SendServlet" that sends invitations and messages. Calling the servlet works fine with with the runtime. It also worked when it was uploaded to app engine the first time. But after uploading new versions the following exception is thrown: java.lang.NoClassDefFoundError: co

[appengine-java] java.lang.NoClassDefFoundError: com/google/appengine/api/datastore/CompositeIndexManager

2009-10-20 Thread stanlick
I have configured my test environment according to the notes found here. http://code.google.com/appengine/docs/java/howto/unittesting.html However, when I run my unit test, I am receiving java.lang.NoClassDefFoundError: com/google/appengine/api/datastore/ CompositeIndexManager. Is there possibl

[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 'freem

[appengine-java] java.lang.NoClassDefFoundError

2009-08-31 Thread g
I use freemarker as my template engine. I have the freemarker.jar under the \war\WEB-INFO\lib from this morning all my pages return 500 error: java.lang.NoClassDefFoundError: Could not initialize class freemarker.template.Configuration but the localhost is fine. Is there anything wrong with appe