Return-Path: X-Original-To: apmail-karaf-user-archive@minotaur.apache.org Delivered-To: apmail-karaf-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB94F1086F for ; Wed, 8 Jan 2014 09:36:40 +0000 (UTC) Received: (qmail 67866 invoked by uid 500); 8 Jan 2014 09:34:19 -0000 Delivered-To: apmail-karaf-user-archive@karaf.apache.org Received: (qmail 67823 invoked by uid 500); 8 Jan 2014 09:34:01 -0000 Mailing-List: contact user-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@karaf.apache.org Delivered-To: mailing list user@karaf.apache.org Received: (qmail 67813 invoked by uid 99); 8 Jan 2014 09:33:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jan 2014 09:33:55 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of yifeng.guo@citi.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jan 2014 09:33:49 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1W0pVv-000184-Lq for user@karaf.apache.org; Wed, 08 Jan 2014 01:33:27 -0800 Date: Wed, 8 Jan 2014 01:33:27 -0800 (PST) From: simafengyun1984 To: user@karaf.apache.org Message-ID: <1389173607578-4030932.post@n3.nabble.com> Subject: karaf 2.3.3 java.io.IOException: Pipe closed MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi JB, when I try to deploy the quartz-1.8.5.jar to karaf 2.3.3 It always shows the below exception. 2014-01-08 17:04:49,276 | INFO | raf-2.3.3/deploy | fileinstall | ? ? | 6 - org.apache.felix.fileinstall - 3.2.6 | Started bundle: wrap:file:/C:/work/softtools/Karaf%20cluster/apache-karaf-2.3.3/deploy/quartz-2.0.0.jar$Bundle-SymbolicName=quartz&Bundle-Version=2.0.0 2014-01-08 17:04:50,199 | WARN | Thread-15 | BndUtils | ps4j.pax.swissbox.bnd.BndUtils$1 178 | 2 - org.ops4j.pax.url.wrap - 1.3.6 | Bundle cannot be generated java.io.IOException: Pipe closed at java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:244)[:1.6.0_37] at java.io.PipedInputStream.receive(PipedInputStream.java:210)[:1.6.0_37] at java.io.PipedOutputStream.write(PipedOutputStream.java:132)[:1.6.0_37] at java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:155)[:1.6.0_37] at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:196)[:1.6.0_37] at aQute.lib.osgi.Jar.writeResource(Jar.java:305)[2:org.ops4j.pax.url.wrap:1.3.6] at aQute.lib.osgi.Jar.write(Jar.java:211)[2:org.ops4j.pax.url.wrap:1.3.6] at org.ops4j.pax.swissbox.bnd.BndUtils$1.run(BndUtils.java:174)[2:org.ops4j.pax.url.wrap:1.3.6] I check the MANIFEST.MF in the jar file. the content as below *Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: cruise Build-Jdk: 1.6.0_24* apparently it is not a standard bundle MANIFEST.MF file. *Is the issue caused by the MANIFEST.MF file? Is any solution to fix this? * -- View this message in context: http://karaf.922171.n3.nabble.com/karaf-2-3-3-java-io-IOException-Pipe-closed-tp4030932.html Sent from the Karaf - User mailing list archive at Nabble.com.