2 Replies Latest reply on Sep 29, 2003 9:50 AM by pete

    Installing jboss 3.2.2RC4_jetty-4.2.11

    pete

      Hi,

      I am trying to install jboss 3.2.2RC4 (bundled with jetty) and it complains that a number of jars (e.g. xalan, xercesImpl etc..) are missing from the jbossweb-jetty.sar directory. I've copied them overfrom variouslib directories in jboss, but am left with missing optional.jar and crimson.jar, neither of which arecontained in the jboss distribution.



      05:46:06,936 WARN [MainDeployer] The manifest entry in file:/C:/jboss-3.2.2RC4_jetty-4.2.11/server/default/deploy/jboss
      web-jetty.sar/ant.jar references URL file:/C:/jboss-3.2.2RC4_jetty-4.2.11/server/default/deploy/jbossweb-jetty.sar/xml-a
      pis.jar which could not be opened, entry ignored
      05:46:06,936 WARN [MainDeployer] The manifest entry in file:/C:/jboss-3.2.2RC4_jetty-4.2.11/server/default/deploy/jboss
      web-jetty.sar/ant.jar references URL file:/C:/jboss-3.2.2RC4_jetty-4.2.11/server/default/deploy/jbossweb-jetty.sar/xerce
      sImpl.jar which could not be opened, entry ignored
      05:46:06,936 WARN [MainDeployer] The manifest entry in file:/C:/jboss-3.2.2RC4_jetty-4.2.11/server/default/deploy/jboss
      web-jetty.sar/ant.jar references URL file:/C:/jboss-3.2.2RC4_jetty-4.2.11/server/default/deploy/jbossweb-jetty.sar/optio
      nal.jar which could not be opened, entry ignored
      05:46:06,936 WARN [MainDeployer] The manifest entry in file:/C:/jboss-3.2.2RC4_jetty-4.2.11/server/default/deploy/jboss
      web-jetty.sar/ant.jar references URL file:/C:/jboss-3.2.2RC4_jetty-4.2.11/server/default/deploy/jbossweb-jetty.sar/xalan
      .jar which could not be opened, entry ignored
      05:46:08,669 INFO [jbossweb] Registered jboss.web:Jetty=0
      05:46:08,729 INFO [jbossweb] Registered jboss.web:Code=0
      05:46:08,839 INFO [jbossweb] Registered jboss.web:Log=0
      05:46:08,939 INFO [jbossweb] Registered jboss.web:Log=0,JBossLogSink=0
      05:46:08,949 INFO [JettyService] Creating
      05:46:09,099 ERROR [jbossweb] problem configuring Jetty:
      java.lang.IllegalStateException: zip file closed
      at java.util.zip.ZipFile.getEntry(ZipFile.java:141)
      at java.util.jar.JarFile.getEntry(JarFile.java:181)
      at sun.net.www.protocol.jar.URLJarFile.getEntry(URLJarFile.java:76)
      at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:96)
      at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:72)
      at org.mortbay.util.JarFileResource.newConnection(JarFileResource.java:80)

      Can anyone help?