Package: jetty
Version: 5.0.0-2
Severity: grave
Justification: renders package unusable

The webdefault.xml references:
 http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd

Which in turn references a few other schema documents ... including
 http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd 

Unfortunately our friends at IBM appear to have removed this document.
:-/

This causes an error in loading configuration files of Jetty and
therefore Jetty fails to start properly.

Workarounds include:
 adding: org.mortbay.xml.XmlParser.NotValidating=true
 to start.config

 which bypasses the schema validation which is on by default

Or
 include libservlet2.4-java - which I don't believe exists

Or
 jetty 5.1.3 appears to have the correct schema documents onboard in its
 source.

However - users of the stock jetty deb packages will get a nostart
situation (or at least I think so - we tried several purge and
reinstalls - same result each time)

log snapshot follows:

16:15:29.701 WARN!! [main]
org.mortbay.xml.XmlParser$Handler.fatalError(XmlParser.java:325) >48>
[EMAIL PROTECTED]://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd
lin
e:428 col:106 : org.xml.sax.SAXParseException: The reference to entity
"ca" must end with the ';' delimiter.
16:15:29.704 WARN!! [main]
org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:455)
>10> Configuration error on file:/usr/share/jetty/webapps/roo
t/
org.xml.sax.SAXParseException: The reference to entity "ca" must end
with the ';' delimiter.
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
        Source)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at org.mortbay.xml.XmlParser.parse(XmlParser.java:206)
        at org.mortbay.xml.XmlParser.parse(XmlParser.java:224)
        at 
org.mortbay.jetty.servlet.XMLConfiguration.configureDefaults(XMLConfiguration.java:93)

... etc.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux jdev.infonium.ca 2.4.27-run-k7 #1 Tue Feb 1 12:17:27 EST 2005 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages jetty depends on:
ii  adduser                    3.47          Add and remove users and groups
ii  libcommons-logging-java    1.0.4-2       The commmon wrapper interface for 
ii  libmx4j-java               2.0.1-2       An open source implementation of t
ii  libservlet2.3-java         4.0-2         Servlet 2.3 and JSP 1.2 Java class
ii  libtomcat4-java            4.0.3-3woody3 Java Servlet engine -- core librar
ii  libxerces2-java            2.0.1-1       Validating XML parser for Java
ii  sun-j2sdk1.4 [j2re1.4]     1.4.2+06      Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.4 [j2sdk1.4]    1.4.2+06      Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.4 [java-compile 1.4.2+06      Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.4 [java2-compil 1.4.2+06      Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.4 [java2-runtim 1.4.2+06      Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.4debian [j2sdk1 0.14          Debian specific parts of Java(TM) 
ii  sun-j2sdk1.4debian [java-c 0.14          Debian specific parts of Java(TM) 
ii  sun-j2sdk1.4debian [java2- 0.14          Debian specific parts of Java(TM) 
ii  sun-j2sdk1.4debian [java2- 0.14          Debian specific parts of Java(TM) 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to