[appengine-java] Re: My application works well in eclipse but when I deploy the same code in GAE it shows the following error while opening the homepage

2011-04-16 Thread hiran.suvrat
Can anyone help with the above problems? On Apr 9, 10:58 am, hiran.suvrat hiran.suv...@gmail.com wrote: Hi, Tweet_now is a servlet which i have made. when i run it on the local server it works fine. but after deployment to google app engine server this error occurs. i am using netbeans to

Re: [appengine-java] Re: My application works well in eclipse but when I deploy the same code in GAE it shows the following error while opening the homepage

2011-04-16 Thread jem...@gmail.com
Try clean and build everything again. And make sure all classes are enhanced properly by data nucleus. Hth - Reply message - From: hiran.suvrat hiran.suv...@gmail.com Date: Sat, Apr 16, 2011 3:15 am Subject: [appengine-java] Re: My application works well in eclipse but when I deploy

Re: [appengine-java] Re: My application works well in eclipse but when I deploy the same code in GAE it shows the following error while opening the homepage

2011-04-08 Thread Amit Pandey
As per your exception* tweet_now* class is not available for JVM. If you have created this class, make sure you have imported it. OR if you are using jar file for this class, make sure you have added the jar file to the class path. Just to clarify- Are you using eclipse to deploy the code in app

[appengine-java] Re: My application works well in eclipse but when I deploy the same code in GAE it shows the following error while opening the homepage

2011-04-08 Thread hiran.suvrat
Hi, Tweet_now is a servlet which i have made. when i run it on the local server it works fine. but after deployment to google app engine server this error occurs. i am using netbeans to create war file but i am not able to deploy it to the server through netbeans. i am using command line to deploy