Note that there are some explanatory texts on larger screens.

plurals
  1. POGWT favicon.ico returning error!(GWT and Java)
    primarykey
    data
    text
    <p>My program, (Basically the GWT Sample Code, except with different headers and names) was working <em>perfect</em> - until I added a <code>favicon.ICO</code> file and <code>&lt;link rel="icon" href="favicon.ico" type="image/x-icon" /&gt;</code>! Now my program returns: </p> <p><code>[WARN] Unable to process '.../war/WEB-INF/web.xml' for servlet validation</code></p> <pre><code>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.ServletValidator.create(ServletValidator.java:188) at com.google.gwt.dev.ServletValidator.create(ServletValidator.java:172) ... </code></pre> <p><code>[ERROR] Failure while parsing XML</code></p> <pre><code>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:324) at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access$100(ReflectiveParser.java:48) ... </code></pre> <p><code>[ERROR] Unexpected error while processing XML</code></p> <pre><code>com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries) at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.parse(ReflectiveParser.java:355) 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:402) </code></pre> <p><code>[ERROR] shell failed in doStartup method</code></p> <p>I have now <strong>removed</strong> <code>favicon.ICO</code>, and my program is <strong><em>still</em></strong> returning the same error!</p> <p>Is the problem with the <strong>code</strong>, or with the <code>favicon</code>? I am using the GWT Eclipse Plugin</p> <p>I am <strong><em>REALLY</em></strong> confused!!! Can any body <strong>please</strong> help me?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload