Did you ran GWT Compiler and are the compiled files (the *.cache.html, module.nocache.js and etc) updated? Or are you simply running devmode and removing the ?gwt.codesvr from the url?
On Wed, Jul 6, 2011 at 1:13 PM, Jens <[email protected]> wrote: > Hi > > I have an application that i have been working on for a while, but now > suddenly the application will not run outside dev mode. > > If i remove the "gwt.codesvr=127.0.0.1:9997" from my url, the > application stops working (it will not bootstrap). > > After digging a bit around i found the following javascript stacktrace > in chrome: > > Uncaught TypeError: Cannot read property > 'com_google_gwt_user_client_rpc_impl_RemoteServiceProxy_serializer' of > undefined > (anonymous function) FDA307FC33B43DADD6B98D9EE42A955C.cache.html:976 > gwtOnLoad FDA307FC33B43DADD6B98D9EE42A955C.cache.html:22850 > maybeStartModule myapp.nocache.js:40 > allocationrule.onScriptLoad myapp.nocache.js:273 > (anonymous function)FDA307FC33B43DADD6B98D9EE42A955C.cache.html:22858 > > Any clues on what going on here? > > Best regards Jens > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Magno Machado Paulo http://blog.magnomachado.com.br http://code.google.com/p/emballo/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
