You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2009/06/13 15:20:42 UTC

[jira] Created: (DOXIA-341) Error 503 when validate XHTML files

Error 503 when validate XHTML files
-----------------------------------

                 Key: DOXIA-341
                 URL: http://jira.codehaus.org/browse/DOXIA-341
             Project: Maven Doxia
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1
            Reporter: Vincent Siveton


CachedFileEntityResolver could throw the following exception:
{noformat}
Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
{noformat}

To reproduce this error, just try the following snippet:
{noformat}
    public static void main( String[] args )
        throws Exception
    {
        new URL( "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" ).openStream();
    }
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-341) Error 503 when validate XHTML files

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180234#action_180234 ] 

Vincent Siveton commented on DOXIA-341:
---------------------------------------

It seems to be a recent change to the w3 servers, some other projects have this problem:
https://bamboo.developer.atlassian.com/build/viewBuildResultsFailedTests.action;jsessionid=E232501DDF6CE20E5AB1ACF2A98C0D0D?buildKey=USGTRK-STABLE&buildNumber=73
http://www.nabble.com/Why-does-TestNodeWalker-keep-failing--to23995758.html

A workaround could be to use HttpClient.

One more reference:
http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic

> Error 503 when validate XHTML files
> -----------------------------------
>
>                 Key: DOXIA-341
>                 URL: http://jira.codehaus.org/browse/DOXIA-341
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Vincent Siveton
>
> CachedFileEntityResolver could throw the following exception:
> {noformat}
> Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
> {noformat}
> To reproduce this error, just try the following snippet:
> {noformat}
>     public static void main( String[] args )
>         throws Exception
>     {
>         new URL( "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" ).openStream();
>     }
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-341) Error 503 when validate XHTML files

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180235#action_180235 ] 

Vincent Siveton commented on DOXIA-341:
---------------------------------------

Also error from Hudson
https://grid.sonatype.org/ci/job/doxia/205/jdk=1.5,label=ubuntu/console

> Error 503 when validate XHTML files
> -----------------------------------
>
>                 Key: DOXIA-341
>                 URL: http://jira.codehaus.org/browse/DOXIA-341
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Vincent Siveton
>
> CachedFileEntityResolver could throw the following exception:
> {noformat}
> Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
> {noformat}
> To reproduce this error, just try the following snippet:
> {noformat}
>     public static void main( String[] args )
>         throws Exception
>     {
>         new URL( "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" ).openStream();
>     }
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DOXIA-341) Error 503 when validate XHTML files

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed DOXIA-341.
---------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 1.1.1

fixed in [r784395|http://svn.apache.org/viewvc?rev=784395&view=rev]

> Error 503 when validate XHTML files
> -----------------------------------
>
>                 Key: DOXIA-341
>                 URL: http://jira.codehaus.org/browse/DOXIA-341
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Vincent Siveton
>            Assignee: Vincent Siveton
>             Fix For: 1.1.1
>
>
> CachedFileEntityResolver could throw the following exception:
> {noformat}
> Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
> {noformat}
> To reproduce this error, just try the following snippet:
> {noformat}
>     public static void main( String[] args )
>         throws Exception
>     {
>         new URL( "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" ).openStream();
>     }
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira