thanks a lot Thomas, now everything work! Il giorno lunedì 7 aprile 2014 12:36:05 UTC+2, Thomas Broyer ha scritto: > > Oh, I see in the OpenJDK code that this can only happen if there's a > SecurityManager. GWT doesn't add one but AppEngine does. > So I would first try without AppEngine (uncheck AppEngine in the Eclipse > project's settings). If it solves the problem, then report the issue to the > AppEngine team at Google. Otherwise, check that you do not have a global > SecurityManager. > > On Monday, April 7, 2014 12:29:35 PM UTC+2, Pippo Baudone wrote: >> >> 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: >>> >>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
