Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 21863 invoked from network); 8 Nov 2006 14:47:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2006 14:47:22 -0000 Received: (qmail 84184 invoked by uid 500); 8 Nov 2006 14:42:18 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 84153 invoked by uid 500); 8 Nov 2006 14:42:18 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 84142 invoked by uid 99); 8 Nov 2006 14:42:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 06:42:18 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [207.97.245.131] (HELO smtp131.iad.emailsrvr.com) (207.97.245.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 06:41:04 -0800 Received: from [192.168.1.73] (a80-126-75-36.adsl.xs4all.nl [80.126.75.36]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: marcel.offermans@luminis.nl) by relay3.r3.iad.emailsrvr.com (SMTP Server) with ESMTP id A548244C077 for ; Wed, 8 Nov 2006 09:40:42 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <1162999343.19171.2.camel@localhost> References: <1162997371.10355.27.camel@localhost> <1162999343.19171.2.camel@localhost> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <49292DD0-DFB6-4E2F-A17F-7A9A21D27DD9@luminis.nl> Content-Transfer-Encoding: 7bit From: Marcel Offermans Subject: Re: Issue on starting file:bundle/org.apache.felix.bundlerepository-0.8.0-SNAPSHOT.jar Date: Wed, 8 Nov 2006 15:40:36 +0100 To: felix-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: OK X-Virus-Checked: Checked by ClamAV on apache.org On Nov 8, 2006, at 16:22 , Thanh NGUYEN wrote: > java.lang.IllegalStateException: Unknown protocol: http > at java.net.URL.(URL.java:480) > at java.net.URL.(URL.java:325) >> at java.net.URL.(libgcj.so.7) >> at java.net.URL.(libgcj.so.7) >> When I tried with SUN JVM, I did not get any issue. Does anybody >> get the >> same issue with jamvm in the past or any idea about it ? I have done some experiments with JamVM, but I do not remember running into this issue specifically. It seems to be that the java.net.URL constructor does not support the http protocol (but that's stating the obvious). I'd advise you to do some simple tests to make sure that is the problem. Greetings, Marcel