[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Installation fo Subclipse failed due to HTTP error 416

From: Mark Phippard <markphip_at_gmail.com>
Date: Sun, 5 Jul 2009 11:44:38 -0400

Not sure if it related, but I see you are using gcj, which will not
work with Subclipse and many other Eclipse plugins. You should use a
Sun JVM or OpenJDK.

The files are served by standard HTTP and we do not have any control
over the server. Not sure what HTTP 416 is, I've never seen it. I
would not rule out gcj as the problem.

Mark

On Sun, Jul 5, 2009 at 5:36 AM, Joerg Maschtaler<maschtaler_at_blackbase.de> wrote:
> Hi there,
>
> using the installation instructions at
> http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA
> I used a "New Remote Site" (Step 4) containing
> Name: Subclipse 1.6.x (Eclipse 3.2+)
> URL:  http://subclipse.tigris.org/update_1.6.x
>
> The error log shows the following messages:
>
> ---snip---
> !ENTRY org.eclipse.update.core 1 0 2009-07-05 11:28:54.468
> !MESSAGE An exception occured while downloading feature from
> "http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.subclipse.mylyn_3.0.0.jar".
> !STACK 0
> java.io.IOException: Server returned HTTP response code 416 for URL
> http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.subclipse.mylyn_3.0.0.jar
>
> !ENTRY org.eclipse.update.core 1 0 2009-07-05 11:28:54.483
> !MESSAGE An exception occured while downloading feature from
> "http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.subclipse_1.6.2.jar".
> !STACK 0
> java.io.IOException: Server returned HTTP response code 416 for URL
> http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.subclipse_1.6.2.jar
>
> !ENTRY org.eclipse.update.core 1 0 2009-07-05 11:28:54.498
> !MESSAGE An exception occured while downloading feature from
> "http://subclipse.tigris.org/update_1.6.x/features/com.collabnet.subversion.merge.feature_1.9.0.4.jar".
> !STACK 0
> java.io.IOException: Server returned HTTP response code 416 for URL
> http://subclipse.tigris.org/update_1.6.x/features/com.collabnet.subversion.merge.feature_1.9.0.4.jar
>
> !ENTRY org.eclipse.update.core 1 0 2009-07-05 11:28:54.512
> !MESSAGE An exception occured while downloading feature from
> "http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.clientadapter.feature_1.6.0.2.jar".
> !STACK 0
> java.io.IOException: Server returned HTTP response code 416 for URL
> http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.clientadapter.feature_1.6.0.2.jar
>
> !ENTRY org.eclipse.update.core 1 0 2009-07-05 11:28:54.520
> !MESSAGE An exception occured while downloading feature from
> "http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.subclipse.graph.feature_1.0.7.jar".
> !STACK 0
> java.io.IOException: Server returned HTTP response code 416 for URL
> http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.subclipse.graph.feature_1.0.7.jar
>
> !ENTRY org.eclipse.update.core 1 0 2009-07-05 11:28:55.338
> !MESSAGE An exception occured while downloading feature from
> "http://subclipse.tigris.org/update_1.6.x/features/org.tmatesoft.svnkit_1.3.0.5847.jar".
> !STACK 0
> java.io.IOException: Server returned HTTP response code 416 for URL
> http://subclipse.tigris.org/update_1.6.x/features/org.tmatesoft.svnkit_1.3.0.5847.jar
>
> !ENTRY org.eclipse.update.core 1 0 2009-07-05 11:28:55.372
> !MESSAGE An exception occured while downloading feature from
> "http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.clientadapter.javahl.feature_1.6.3.jar".
> !STACK 0
> java.io.IOException: Server returned HTTP response code 416 for URL
> http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.clientadapter.javahl.feature_1.6.3.jar
>
> !ENTRY org.eclipse.update.core 1 0 2009-07-05 11:28:55.384
> !MESSAGE An exception occured while downloading feature from
> "http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.clientadapter.svnkit.feature_1.6.2.jar".
> !STACK 0
> java.io.IOException: Server returned HTTP response code 416 for URL
> http://subclipse.tigris.org/update_1.6.x/features/org.tigris.subversion.clientadapter.svnkit.feature_1.6.2.jar
> ---snap---
>
>
> Each of the messages above is followed by this:
> ---snip---
>   at gnu.java.net.protocol.http.HTTPURLConnection.getInputStream(libgcj.so.81)
>   at
> org.eclipse.update.internal.core.connection.HttpResponse.getInputStream(HttpResponse.java:127)
>   at
> org.eclipse.update.core.ContentReference.getPartialInputStream(ContentReference.java:175)
>   at
> org.eclipse.update.core.FeatureContentProvider.asLocalReference(FeatureContentProvider.java:243)
>   at
> org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureEntryArchiveReferences(FeaturePackagedContentProvider.java:157)
>   at
> org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureManifestReference(FeaturePackagedContentProvider.java:83)
>   at
> org.eclipse.update.internal.core.FeaturePackagedFactory.createFeature(FeaturePackagedFactory.java:39)
>   at org.eclipse.update.core.Site.createFeature(Site.java:527)
>   at
> org.eclipse.update.core.FeatureReference.createFeature(FeatureReference.java:122)
>   at org.eclipse.update.core.FeatureReference.getFeature(FeatureReference.java:110)
>   at org.eclipse.update.core.FeatureReference.getFeature(FeatureReference.java:97)
>   at
> org.eclipse.update.internal.search.SiteSearchCategory$FeatureDownloader.run(SiteSearchCategory.java:234)
>   at java.lang.Thread.run(libgcj.so.81)
> ---snap---
>
>
>
> My setting is
> Ubuntu 8.0.4.2
> Eclipse 3.2.2 Build id: M20070212-1330 (Ubuntu version: 3.2.2-5ubuntu2)
>
> Java:
> java.class.path=/usr/lib/eclipse/startup.jar
> java.class.version=49.0
> java.ext.dirs=/usr/share/java/ext
> java.fullversion=GNU libgcj 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
> java.home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre
> java.io.tmpdir=/tmp
> java.library.path=/usr/lib/jni
> java.runtime.version=1.5.0
> java.specification.name=Java(tm) Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.5
> java.vendor=Free Software Foundation, Inc.
> java.vendor.url=http://gcc.gnu.org/java/
> java.version=1.5.0
> java.vm.info=GNU libgcj 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
> java.vm.name=GNU libgcj
> java.vm.specification.name=Java(tm) Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Free Software Foundation, Inc.
> java.vm.version=4.2.4 (Ubuntu 4.2.4-1ubuntu3)
>
>
>
>
> Do I miss something to configure or to do right?
>
> Any help is appreciated :)
>
> Thx in advance,
> cheers,
> Joerg
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2368081
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2368154
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-07-05 17:44:53 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.