Buggy .war in 5.5.9 binary distribution

2005-06-07 Thread Alexander Fairley
Hello all,

I've been playing around with the samples in the 5.5.9 distribution,
and the .war available from the internal link:
http://localhost/tomcat-docs/appdev/sample/sample.war
doesn't autodeploy when placed in webapps. Furthermore, attempting to
extract it with jar (fastjar) 0.92-gcc throws the following java.zip
exception:
  created: META-INF/
extracted: META-INF/MANIFEST.MF
java.util.zip.ZipException: invalid entry size (expected 975 but got 470 bytes)
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:368)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
at sun.tools.jar.Main.extractFile(Main.java:714)
at sun.tools.jar.Main.extract(Main.java:677)
at sun.tools.jar.Main.run(Main.java:189)
at sun.tools.jar.Main.main(Main.java:903)
[EMAIL PROTECTED] webapps]# jar -xvf sample.war

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



RE: Buggy .war in 5.5.9 binary distribution

2005-06-07 Thread Caldarale, Charles R
 From: Alexander Fairley [mailto:[EMAIL PROTECTED] 
 Subject: Buggy .war in 5.5.9 binary distribution
 
 I've been playing around with the samples in the 5.5.9 distribution,
 and the .war available from the internal link:
 http://localhost/tomcat-docs/appdev/sample/sample.war
 doesn't autodeploy when placed in webapps. Furthermore, attempting to
 extract it with jar (fastjar) 0.92-gcc throws the following java.zip
 exception:
   created: META-INF/
 extracted: META-INF/MANIFEST.MF
 java.util.zip.ZipException: invalid entry size (expected 975 
 but got 470 bytes)
 at 
 java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:368)

I just downloaded a fresh copy of the 5.5.9 zip distribution, installed
it, examined sample.war, and extracted everything from it - with no
problems.  Did you verify the checksums of your download?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



RE: Buggy .war in 5.5.9 binary distribution

2005-06-07 Thread Ben Souther
I just deployed the one that shipped with 5.5.9 as well.
At one point that war file was corrupted but I know the issue was fixed
before 5.5.9.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32382







On Tue, 2005-06-07 at 10:57, Caldarale, Charles R wrote:
  From: Alexander Fairley [mailto:[EMAIL PROTECTED] 
  Subject: Buggy .war in 5.5.9 binary distribution
  
  I've been playing around with the samples in the 5.5.9 distribution,
  and the .war available from the internal link:
  http://localhost/tomcat-docs/appdev/sample/sample.war
  doesn't autodeploy when placed in webapps. Furthermore, attempting to
  extract it with jar (fastjar) 0.92-gcc throws the following java.zip
  exception:
created: META-INF/
  extracted: META-INF/MANIFEST.MF
  java.util.zip.ZipException: invalid entry size (expected 975 
  but got 470 bytes)
  at 
  java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:368)
 
 I just downloaded a fresh copy of the 5.5.9 zip distribution, installed
 it, examined sample.war, and extracted everything from it - with no
 problems.  Did you verify the checksums of your download?
 
  - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended recipient. If you
 received this in error, please contact the sender and delete the e-mail
 and its attachments from all computers.
 
 -
 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]