Como eliminar essa a Warning "Server returned HTTP response code : 503 for .... "

Pessoal,

Tenho uma página de cadastro em JSF, cujo código está parcialmente postado abaixo está abaixo :

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:ui="http://java.sun.com/jsf/facelets"
	  xmlns:rich="http://richfaces.org/rich"
	  xmlns:a4j="http://richfaces.org/a4j">
...

O Eclipse está acusando, ma segunda linha, a seguinte Warning :

...
Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd	cadastroParametros.xhtml	/Diploma/WebContent/aplicacao/ufpb/cadastros	line 2	XML Problem
...

Como faço para eliminar essa Warning ?
Agradece,

Max Carvalho