Hello everybody, I'm really desperate because my gwt app (based on 1.5.3) keeps crashing on the server side. The error message keeps telling me to check the server log.
But where are they in hosted mode? When I look for log files using find . | grep .log$ | xargs ls -la I only see the timestamp of one file changing: ./www/MYPACKAGE-aux/MYPACKAGE.web.client.SERVICE.rpc.log (MYPACKAGE and SERVICE are placeholder for the real names) But in this file I don't find stacktraces / errors, only statements like this: java.util.ArrayList<de.rogator.v8.web.client.data.types.QuestionData> Serialization status Instantiable Path 'java.util.ArrayList< MYPACKAGE.data.types.QuestionData>' is reachable as a subtype of type 'class java.util.ArrayList (etc.) Please help! Thank you very much! J.F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---