my machine name is: karma-PC
the URL is: http://127.0.0.1:8888/project.html?gwt.codesvr=127.0.0.1:9997
Il giorno lunedì 7 aprile 2014 12:00:49 UTC+2, Thomas Broyer ha scritto:
-- the URL is: http://127.0.0.1:8888/project.html?gwt.codesvr=127.0.0.1:9997
Il giorno lunedì 7 aprile 2014 12:00:49 UTC+2, Thomas Broyer ha scritto:
No, the problem is that Java tries resolves the name of the machine where your browser is running (likely the same machine where DevMode is running) from the IP address, and it gives a hostname containing a "*".More specifically: your browser connects to the DevMode through TCP/IP. DevMode gets the IP of the remote end of the TCP/IP connection and tries to resolve its name (this is done by the JVM, which delegates it to the operating system). After the name is resolved internally, it is checked before being returned to DevMode, and that check fails because the name contains a "*".What's your machine name? and what's the URL you're opening in your browser?
On Monday, April 7, 2014 11:43:46 AM UTC+2, Pippo Baudone wrote:The "Run Configuration" is this:
-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl project.html -logLevel INFO -codeServerPort 9997 -port 8888 -server com.google.appengine.tools. development.gwt. AppEngineLauncher -war C:\dir\project\war project.example
I have no " * " into the run configuration.
Il giorno lunedì 7 aprile 2014 11:30:51 UTC+2, Jens ha scritto:You somewhere have a " * " in the host part of the URL. Thats not allowed as its not a valid URL then.-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment