- From: Sean Owen <srowen@google.com>
- Date: Mon, 8 Oct 2007 10:21:47 -0400
- To: "Guido García Bernardo" <ggarciab@itdeusto.com>
- Cc: "Dominique Hazael-Massieux" <dom@w3.org>, public-mobileok-checker <public-mobileok-checker@w3.org>
Yes I have also seen this recently. There is definitely code in place to catch requests for entity resolution and use a local copy, but I am not sure it works in all cases. This works within my IDE, but I have seen this morning that run the tester on the command line is slower, and eventually fails for exactly this reason: DTDs are being remotely retrieved, and, eventually are denied access. I will make this my priority to fix since indeed it is going to be a large problem. Sean On 10/8/07, Guido García Bernardo <ggarciab@itdeusto.com> wrote: > > Dominique Hazael-Massieux escribió: > > Sounds good; just a small note, though: someone reported this morning to > our webmaster that their IP address got blocked due to too many > downloads of one of the XHTML DTDs while using the mobileOK checker > library: has anyone verified that we don't hit the network when > validating pages? > > Dom > > In this thread Sean Owen talked about CatalogResolver no longer working as > expected, maybe it is related: > http://lists.w3.org/Archives/Public/public-mobileok-checker/2007Sep/0028.html > > This is the stack trace I get, just in case it could be useful. You can > see the 503 response code I get when trying to access the w3c webserver > > Exception in thread "main" > org.w3c.mwi.mobileok.basic.TestException: > java.io.IOException: Server returned HTTP response code: 503 for URL: > http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd > at > org.w3c.mwi.mobileok.basic.HTTPXHTMLResource.validateMarkup(HTTPXHTMLResource.java:451) > at > org.w3c.mwi.mobileok.basic.HTTPXHTMLResource.<init>(HTTPXHTMLResource.java:106) > at > org.w3c.mwi.mobileok.basic.Preprocessor.preprocess(Preprocessor.java:34) > at > org.w3c.mwi.mobileok.basic.Tester.getPreprocessorResults(Tester.java:76) > at > org.w3c.mwi.mobileok.basic.Tester.main(Tester.java:131) > Caused by: java.io.IOException: Server returned HTTP response code: 503 for > URL: > http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1241) > at > com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:677) > at > com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEntityManager.java:1316) > at > com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XMLEntityManager.java:1283) > at > com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:283) > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(XMLDocumentScannerImpl.java:1168) > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(XMLDocumentScannerImpl.java:1068) > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:988) > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:645) > at > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140) > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:508) > at > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807) > at > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737) > at > com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107) > at > com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205) > at > com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522) > at > org.w3c.mwi.mobileok.basic.HTTPXHTMLResource.validateMarkup(HTTPXHTMLResource.java:440) > ... 4 more > > Thank you, > Guido García Bernardo >
Received on Monday, 8 October 2007 14:22:09 UTC