Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] java.sun.com DTDs

Daniel,

This is very odd. All of the dtds and xsds that jetty parses have
local redirects set up. I've disconnected from the network and
verified that they are all locally resolved.

I notice that you're running jrockit. Can you try with a standard
sun jvm and see if that affects your problem?

Do you have any configuration set up that could affect the parsing
of xml descriptors?

regards
Jan

On 17/11/10 00:09, Daniel Peters wrote:
Hello,

there is really a problem with java.sun.com-URLs at the moment:
- http://forums.oracle.com/forums/thread.jspa?messageID=9149159
- http://forums.oracle.com/forums/thread.jspa?messageID=9148759

I'd strongly suggest not to download these DTD's all the time, or use a
reasonable timeout.
Otherwise this is really bad for production systems.
Maybe ship the standard java DTDs with jetty and use the local copy
instead?

My way to fix it atm is to modify the 3rd party jars that include tlds
with those urls...


regards,
Daniel

On 15.11.2010 18:00, Daniel Peters wrote:
On 10.11.2010 21:35, Jan Bartel wrote:
Just noticed the stack trace at the bottom of your post.
The problem with the url is in one of the tag libs you're using:
org/eclipse/jetty/webapp/TagLibConfiguration$TldProcessor.parse(TagLibConfiguration.java:144)

I found the DTD that causes the problem:
http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users

--
Jan Bartel, Webtide LLC | janb@xxxxxxxxxxx | http://www.webtide.com


Back to the top