Re: viewing server log in eclipse

2010-08-06 Thread dane.molotok
If you're using the Google Eclipse plugin the server-side sysout will be output to the Console view in eclipse. Client-side stuff, like your code not successfully compiling into JavaScript will show up in the Development Mode view. On Aug 5, 12:35 am, newguy yfe...@gmail.com wrote: Hi I'm

viewing server log in eclipse

2010-08-05 Thread newguy
Hi I'm using GWT App engine in eclipse. I have come across a problem when I tried to connect to the database. I think probably there is some code causing error at the server side and GWT displays com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log