Monday, April 7, 2014

GWT Development Mode Exception


When i try to execute the project on Chrome, I receive this error:

Exception in thread "Code server listener" java.lang.IllegalArgumentException: invalid host wildcard specification
    at java
.net.SocketPermission.init(Unknown Source)
    at java
.net.SocketPermission.<init>(Unknown Source)
    at java
.lang.SecurityManager.checkConnect(Unknown Source)
    at java
.net.InetAddress.getHostFromNameService(Unknown Source)
    at java
.net.InetAddress.getCanonicalHostName(Unknown Source)
    at com
.google.gwt.dev.shell.BrowserListener$1.run(BrowserListener.java:78)


How can i resolve this error?

Thanks.

--
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