Nevermind. I figured out that the issue was related to the fact that my workspace was on Network Resource referenced through a UNC path. When I moved the Workspace to my local machine, it resolved the issue.
On May 18, 6:49 pm, SamC <[email protected]> wrote: > I've just setup my environment (AppEngine using Java) using the Google > Plugin for Eclipse to create the sample StockWatch application (per > the following guide: > http://code.google.com/webtoolkit/tutorials/1.6/create.html) > > When I try to Run/Debug my Project as a Web Application, I get an "URI > has an authority component error", see exception stack below: > > java.lang.IllegalArgumentException: URI has an authority component > at java.io.File.<init>(Unknown Source) > at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad > (ModuleDefLoader.java:212) > at com.google.gwt.dev.cfg.ModuleDefLoader$1.load(ModuleDefLoader.java: > 155) > at com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule > (ModuleDefLoader.java:269) > at com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath > (ModuleDefLoader.java:127) > at com.google.gwt.dev.HostedModeBase.loadModule(HostedModeBase.java: > 536) > at com.google.gwt.dev.HostedMode.loadModule(HostedMode.java:426) > at com.google.gwt.dev.HostedMode.doStartup(HostedMode.java:351) > at com.google.gwt.dev.HostedModeBase.startUp(HostedModeBase.java:585) > at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:397) > at com.google.gwt.dev.HostedMode.main(HostedMode.java:232) > > I have simplified to create a new Google Web Application and I get > this error with the default project if I include the Google Web > Toolkit. > > If I don't include the Google Web Toolkit, then I do NOT get this > error. > > Has anyone else had this issue? > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
