Re: Problem with compiled app but not with dev mode

2011-11-18 Thread Oliver Uvman
Thanks for the replies! Setting up logging was easy, and after that it
took me a while to figure out that after upgrading to a new GWT
version, the gwt-query lib I used was no longer compatible. After
upgrading this one as well, my application works again.
I'll also take your good advice and exclude those folders from my git
repo.
Thanks again!
Warm regards // Oliver Uvman
On Nov 16, 1:45 am, Thomas Broyer t.bro...@gmail.com wrote:
 Look at your browser's developer tools; there are uncaught exceptions.
 Looking at them I can see there's a ClassCastException, but I didn't dig
 deeper to try to find which class and where in the code.

 Add a GWT.UncaughtExceptionHandler with some logging.

 Oh, and BTW, do not commit war/WEB-INF/classes, war/WEB-INF/deploy, .gwt et
 at.

-- 
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.



Problem with compiled app but not with dev mode

2011-11-15 Thread Oliver Uvman
Hello!

I've got an GWT application that has been working (last working commit
https://github.com/OliverUv/Circulus/commit/881b38ce26a2af95969ebac3e931bd7b5c32e6c6
).

Now, however, the application only works in development mode but not
when compiled. Any help or advice about what kinds of errors can cause
this would be greatly appreciated.

Non-working version can be seen on http://2.michaeltyack.appspot.com

Regards,
Oliver Uvman

-- 
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.



Re: Problem with compiled app but not with dev mode

2011-11-15 Thread David Vree
I am certainly no expert, but I would think:

1) async server calls...order of results returned can be very
different on different machines
2) web server differences -- permissions, firewalls, servlet container
configuration
3) any kind of proxy or reverse proxy in front of the server?


On Nov 15, 2:16 pm, Oliver Uvman embry...@gmail.com wrote:
 Hello!

 I've got an GWT application that has been working (last working 
 commithttps://github.com/OliverUv/Circulus/commit/881b38ce26a2af95969ebac3e...
 ).

 Now, however, the application only works in development mode but not
 when compiled. Any help or advice about what kinds of errors can cause
 this would be greatly appreciated.

 Non-working version can be seen onhttp://2.michaeltyack.appspot.com

 Regards,
 Oliver Uvman

-- 
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.



Re: Problem with compiled app but not with dev mode

2011-11-15 Thread Thomas Broyer
Look at your browser's developer tools; there are uncaught exceptions. 
Looking at them I can see there's a ClassCastException, but I didn't dig 
deeper to try to find which class and where in the code.

Add a GWT.UncaughtExceptionHandler with some logging.

Oh, and BTW, do not commit war/WEB-INF/classes, war/WEB-INF/deploy, .gwt et 
at.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/reSG7TLUswgJ.
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.