I’m a noob here.
On Appengine my servlet gives me a 500 error caused by this:
try{
classifiedTweet = SentAnalysis.classifytext("en", "I am happy");
}catch(MashapeClientException mce){
mce.printStackTrace();
}
When I comment it out it works, but I want to see why this is not working.
Help please
Update 1
I found something similar here
Just that the solution doesn’t work for me
You should see your stacktrace on the console itself. If you are uploading the app to appspot.com then you can go to appengine.google.com than to your application than go to logs. There you will find your stacktrace under the tag error.