Re: What does it mean?

2005-06-05 Thread Martin Gainty

Andy-

More than likely the DTD you are using is messed up (in your web.xml) try
http://java.sun.com/dtd/web-app_2_2.dtd";>
feel free to email offline as this is decidedly 'off-topic'
(altho its sunday and most folks arent working we should still be respectful 
of being on topic)


HTH-
Martin

- Original Message - 
From: "Adam Hardy" <[EMAIL PROTECTED]>

To: "Struts Users Mailing List" 
Sent: Sunday, June 05, 2005 3:40 PM
Subject: Re: What does it mean?



It means you're on the wrong mailing list ;)

Taking a wild guess, I'd say you have a problem with the tag library 
definitions for JSTL (tld's). Depending on what version of tomcat (or 
rather, what servlet spec), you may have to put entries in your web.xml. 
Or you may be having problems accessing the net (in some situations a web 
server will fetch xml DTDs and schemas from the net).


Try mailing list archives for your webserver, or for JSTL / 
jakarta-taglibs, or even eclipse.


Adam

On 05/06/05 18:09 lk wrote:

Hi,

I got the following error:

Exception initializing TldLocationsCache: XML parsing error on file
/WEB-INF/tlds/sql.tld: (line 3, col 8): Document is invalid: no grammar
found.

I'm using MyEclipseIde 3.8.4 on Eclipse 3.0.2 (linux).

I get that exception many times during the running of my application and
I cannot understand what does it mean.

I don't use this tag in my application but the sql.tld is in the correct 
directory.


Thanks for any advise!

LuKe



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




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



Re: What does it mean?

2005-06-05 Thread Adam Hardy

It means you're on the wrong mailing list ;)

Taking a wild guess, I'd say you have a problem with the tag library 
definitions for JSTL (tld's). Depending on what version of tomcat (or 
rather, what servlet spec), you may have to put entries in your web.xml. 
Or you may be having problems accessing the net (in some situations a 
web server will fetch xml DTDs and schemas from the net).


Try mailing list archives for your webserver, or for JSTL / 
jakarta-taglibs, or even eclipse.


Adam

On 05/06/05 18:09 lk wrote:

Hi,

I got the following error:

Exception initializing TldLocationsCache: XML parsing error on file
/WEB-INF/tlds/sql.tld: (line 3, col 8): Document is invalid: no grammar
found.

I'm using MyEclipseIde 3.8.4 on Eclipse 3.0.2 (linux).

I get that exception many times during the running of my application and
I cannot understand what does it mean.

I don't use this tag in my application but the sql.tld is in the correct 
directory.


Thanks for any advise!

LuKe



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