RE: SAX Error ? - ?

2002-06-26 Thread wbchmura


Through a long process of elimination... Remove a file, restart, see if 
the error occurs...

I got it down to the datetime.tld...

Which for some insane reason is a completely empty file...

Why would it not spit forth the filename when it had the problem?




-Original Message-
From: Chmura, William B. 
Sent: Wednesday, June 26, 2002 9:27 AM
To: struts-user
Subject: RE: SAX Error ? - nope



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 :

--

 http://jakarta.apache.org/struts/dtds/tiles-config.dtd";>


..

--

  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]>



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




RE: SAX Error ? - nope

2002-06-26 Thread wbchmura


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 :

--

 http://jakarta.apache.org/struts/dtds/tiles-config.dtd";>


..

--

  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]>




Re: SAX Error ?

2002-06-26 Thread Cedric Dumoulin


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 :

--

 http://jakarta.apache.org/struts/dtds/tiles-config.dtd";>


..

--

  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:   
> For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: SAX Error ?

2002-06-26 Thread wbchmura

Yep, 1.4.4 is installed...



-Original Message-
From: pelly69 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 26, 2002 4:23 AM
To: struts-user
Subject: Re: SAX Error ?



Do you have Xerces 1.4.4 installed with Struts 1.1b1?


>From: [EMAIL PROTECTED]
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: SAX Error ?
>Date: Tue, 25 Jun 2002 15:40:00 -0400
>
>
>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]>

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
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]>




Re: SAX Error ?

2002-06-26 Thread Adolfo Miguelez


Do you have Xerces 1.4.4 installed with Struts 1.1b1?


>From: [EMAIL PROTECTED]
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: SAX Error ?
>Date: Tue, 25 Jun 2002 15:40:00 -0400
>
>
>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:   
>
>For additional commands, e-mail: 
>

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   
For additional commands, e-mail: