I am upgrading an application from GWT 1.3 to 1.6.4, and get below
error when starting the hosted mode, I am not sure if I missed any
required jar files or Hosted mode configuration is wrong. can anyone
help me on the issue.

[ERROR] Failure while parsing XML
org.xml.sax.SAXNotRecognizedException: 
http://apache.org/xml/features/nonvalidating/load-external-dtd
        at gnu.xml.aelfred2.JAXPFactory.setFeature(JAXPFactory.java:102)
        at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.parse
(ReflectiveParser.java:307)
        at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access$100
(ReflectiveParser.java:48)
        at com.google.gwt.dev.util.xml.ReflectiveParser.parse
(ReflectiveParser.java:385)
        at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad
(ModuleDefLoader.java:243)
        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)

Environment:
GWT 1.6.4
JDK: 1.6
MyEclipse: 6.6
Hosted Mode Parameters: -startupUrl Main.html  -whitelist "http://
192.*" Main

Thanks
Kelvin




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

Reply via email to