Its exactly what I have...

I've spent the morning checking DTD's and even going up to the nightly 
build to see if that helps...





-----Original Message-----
From: cedric.dumoulin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 26, 2002 9:09 AM
To: struts-user
Subject: Re: SAX Error ?



Maybe a bad (or old) Tiles config file header. The error report that an 
xml root
element is missing, but Tiles factory seem to have been successfully 
loaded. The
error doesn't say what file is wrong ;-(.
  Check your tiles config files, and compare them to following header / 
root
component :

------------------
<?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE tiles-definitions PUBLIC
       "-//Apache Software Foundation//DTD Tiles Configuration//EN"
       "http://jakarta.apache.org/struts/dtds/tiles-config.dtd";>

<tiles-definitions>
    ......
</tiles-definitions>
------------------

  Hope this help,

       Cedric


[EMAIL PROTECTED] wrote:

> I am getting this for every application I started under 1.1b
>
> How can I tell what file it is?  If I move all of my applications out 
of
> the webapps directory they go away.  I've checked the log files and 
this
> does not even appear in there...
>
> (I am on WinNT / XP, Tomcat403, struts 1.1b using validator, tiles)
>
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0.3
> PARSE error at line 1 column -1
> org.xml.sax.SAXParseException: Document root element is missing.
> Component Definitions debug level = 2
> factory loaded : {global.errata.block={name=global.errata.block,
> path=/WEB-INF/jsp/common/tiles/GlobalErrataBlock.jsp, role=null, co
> ntroller=null, controllerType=null, controllerInstance=null,
> attributes={}}
> , global.search.block={name=global.search.block,
> path=/WEB-INF/jsp/common/tiles/GlobalSearchBlock.jsp, role=null,
> controller=null, c
> ontrollerType=null, controllerInstance=null, attributes={}}
> , billing.mainmenu={name=billing.mainmenu,
> path=/WEB-INF/jsp/common/tiles/GlobalMasterLayout.jsp, role=null,
> controller=null, contro
> llerType=null, controllerInstance=null,
> attributes={Body=/WEB-INF/jsp/billing/mainmenu.jsp,
> searchBlock=global.search.block, regiona
> lNav=/WEB-INF/jsp/billing/nav.jsp,
> regionalFooter=/WEB-INF/jsp/footer.jsp, 
errataBlock=global.errata.block,
> authBlock=global.authent
>
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to