Wednesday, July 27, 2011

Aw: App runs dev-mode but doesn't run if deployed

Ok, we looked futher into this issue, so far i can you tell this:

- the war file looks fine
- there are no 404 html errors within firebugs

- there IS a javascript error, which will stop the whole app. I've tried to compile it pretty but this won't help us much, but i doubt it will help anyone to track down our problem :-D
Uncaught TypeError: Cannot read property 'impl' of null
function entry_0(jsFunction){
return function(){
try {
return entry0(jsFunction, this, arguments);
}
catch (e) {
throw e;
}
}
;
}
D567810C3CA526CC2D2D07399319FBAD.cache.html:577Uncaught TypeError: Cannot read property 'impl' of null


But we tracked down our problem to our logging. Our log guy will look further into this ;-)

--
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/-/GevZUSGliXkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment