OK, I've found the problem. I was including the ext.js files (and style sheets) in my html page. I found a post somewhere that seemed to suggest that the mozilla browser used for hosting mode on linux has problems with large javascript files. I moved all the javascript and style sheet references into my gwt.xml file (and removed them from the .html file) and not hosted mode debugging works.
Rob On May 1, 12:00 pm, Rob <[email protected]> wrote: > I have a fairly complex application (GWT, gwt-ext, RPC) that was > developed using netbeans and GWT 1.5. > > Debugging was always a bit of a problem as I had to copy the ext-js > css and javascript files to a 'public' directory in order to use > hosted mode, but I managed OK. > > I'm now in the process of upgrading my application to use 1.6. I have > restructured the application to follow the GWT standard (all the web > resources in a 'war' directory) and have managed to successfully > deploy the application and view it via a web browser. However, I am > having real problems getting hosted mode to work. > > If I start up using -logLevel SPAM I can see all the resources being > requested and I see a 'Initializing module...' message which includes > Linking module, Constructing StandardLinkerContext, Invoking Linker > Standard and Linking compilation into war messages. But I don't then > see a 'Loading an instance of module' message (which I do see when > running the GWT sample applications), and my main module is never > loaded. > > I have tried running in '-noserver' mode with exactly the same > outcome. > > Can anyone offer me any clues or is there any more debug that I can > enable that will show me why the module isn't being loaded ? > > Thanks > Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
