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