Re: Invalid version number "null" when using the hosted mode

2008-10-01 Thread Dominik Steiner
I just tried it on IE and windows machine, it seems that when loading the hosted.html url from the remote web server you have to add the ? modulename to the url and then do the reload of that page. so something like this http://urlToConnectTo:8080//hosted.html?com_mycompany_mymodulename HTH Dom

Re: Invalid version number "null" when using the hosted mode

2008-10-01 Thread Dominik Steiner
Ok, i have something to add here too. I had the same issue and my maven build was using the correct new gwt vars, but i wasn't able to connect to a remote url as i was before moving to gwt 1.5.2. What helped for me was to load the hosted.html url directly in the gwt shell, so something like this

Re: Invalid version number "null" when using the hosted mode

2008-09-21 Thread Marco Mustapic
Yes, it works now, thanks! On Sep 20, 1:12 pm, rakesh wagh <[EMAIL PROTECTED]> wrote: > Symptoms: > - You switched to 1.5.2 from some older version of gwt. > - You are running hosted mode with -noserver flag for your app/ > module. > - During war generation, your build scripts compiles the gwt >

Re: Invalid version number "null" when using the hosted mode

2008-09-20 Thread rakesh wagh
Symptoms: - You switched to 1.5.2 from some older version of gwt. - You are running hosted mode with -noserver flag for your app/ module. - During war generation, your build scripts compiles the gwt moudule(GWTCompile). Cause: You are using older version of gwt jars in your ant build, while you h

Re: Invalid version number "null" when using the hosted mode

2008-09-17 Thread mzachar
I had the same problem as well. And I found that in my hosted.html I had "external.gwtOnLoad(window, modName);" and it was not working. Then I made some changes (I made them a lot so I am not realy sure which one was correct) and then the result in hosted.html was "external.gwtOnLoad(window, modNa

Re: Invalid version number "null" when using the hosted mode

2008-09-17 Thread mzachar
I had this problem as well. And I found that when hosted.html contains "external.gwtOnLoad(window, modName)" its wrong for gwt 1.5.2 (At least when i have this line in hosted.html Iam getting invalid version error). I made lot of changes and i cant really remember which change make to generate cor

Re: Invalid version number "null" when using the hosted mode

2008-09-17 Thread Marco Mustapic
I'm having the same problem, on os x, using -noserver and tomcat, . How do I load hosted.html from the classpath? I also tried loading the app from 127.0.0.1 and still get the same error. thanks, Marco On Sep 16, 6:30 pm, Daniel <[EMAIL PROTECTED]> wrote: > One more thing.  I'm using JBoss and

Re: Invalid version number "null" when using the hosted mode

2008-09-16 Thread Daniel
One more thing. I'm using JBoss and have tried clearing out all tmp/ work directories to no avail. Also, when looking at the access log in jboss you don't see a request for the hosted.html file. On Sep 16, 2:28 pm, Daniel <[EMAIL PROTECTED]> wrote: > I'm getting this same problem.  I'm using os

Re: Invalid version number "null" when using the hosted mode

2008-09-16 Thread Daniel
I'm getting this same problem. I'm using osx and noserver mode. I have tried force refreshing from within the hosted mode, and also tried clearing the cache/history from within safari (not sure if they are linked). I also noticed the comment earlier about loading the hosted.html file from the c

Re: Invalid version number "null" when using the hosted mode

2008-09-16 Thread WildWarrior03
anybody found any solution? I am not using tomcat..I am not sure what is wrong..I also get the same error.. On Sep 5, 7:17 am, Noé <[EMAIL PROTECTED]> wrote: > It works now. I think it was because of the cache on tomcat. > > To achieve this, I erased all the temporary files on the web server.

Re: Invalid version number "null" when using the hosted mode

2008-09-05 Thread Noé
It works now. I think it was because of the cache on tomcat. To achieve this, I erased all the temporary files on the web server. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

Re: Invalid version number "null" when using the hosted mode

2008-09-03 Thread Noé
Hummm... Today, the version number passed "null" to "1.4" in the error: [ERROR] Invalid version number "1.4" passed to external.gwtOnLoad(), expected "1.5"; your hosted mode bootstrap file may be out of date; if you are using -noserver try recompiling and redeploying your app And I don't know wh

Re: Invalid version number "null" when using the hosted mode

2008-09-03 Thread Joonas
Couple of more notes: 1.5.2 release notes state that hosted.html is now loaded from classpath. Is this true even for -noserver? Just in case, I tried to make sure that my classpath don't have hosted.html If I remove myapp.nocache.js from the server, hosted mode browser can not load the applicati

Re: Invalid version number "null" when using the hosted mode

2008-09-03 Thread Joonas
I have the same problem. It seems that the hosted mode browser somehow manages to load an old version of hosted.html. When I use web inspector to see the URL of hosted.html and try to load this file directly (also in hosted mode browser), it loads the correct up-to- date version. The problem is e

Invalid version number "null" when using the hosted mode

2008-09-02 Thread Noé
Hi, I've got a problem to update the version 1.4 to version 1.5 using Eclipse. I followed the upgrade guide. It's works fine when I'm using the GWT compiler. But when I use the hosted mode, the log in the GWT Dev Shell say: "[ERROR] Invalid version number "null" passed to external.gwtOnLoad(),