Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Build failure

Hi Markus,

Thanks for the information and the link.

I'm actually building in Windows and I'm able to download the jar file.

I installed a linux VM inside my Windows and I'm also able to download that specific jar file too. Below is the server response:

HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Thu, 10 Mar 2016 00:10:42 GMT
  Server: Apache
  Last-Modified: Tue, 08 Mar 2016 02:17:54 GMT
  ETag: "7dfc113-3a5838-52d80305cb880"
  Accept-Ranges: bytes
  Content-Length: 3823672
  Keep-Alive: timeout=5, max=1000
  Connection: Keep-Alive
  Content-Type: application/x-java-archive
Length: 3823672 (3.6M) [application/x-java-archive]
Saving to: ‘org.eclipse.ui.workbench_3.108.0.N20160307-2000.jar’

Unfortunately, I couldn't switch to a different network as I'm constrained to using this remote machine for building.

When I build inside the linux environment (inside the VM), I am able to build successfully.

Seems like a bug in building under Windows?


--
Warmest Regards,
    Fuxiang



On Wed, Mar 9, 2016 at 9:41 PM, Markus Keller <markus_keller@xxxxxxxxxx> wrote:
It's probably a bug somewhere in the eclipse.org infrastructure or on the path to your machine, see:

Bug 485787: Downloads of certain files from http://download.eclipse.org/eclipse/updates/*sites fails

Unfortunately, I don't know of a good solution. You could try it from a different network, or you could try to use a proxy (I don't know how to configure that in Maven).

If you can reproduce the download failure with this command, then please add that observation to the bug:

$ wget -S http://download.eclipse.org/eclipse/updates/4.6-N-builds/N20160307-2000/plugins/org.eclipse.ui.workbench_3.108.0.N20160307-2000.jar

Cheers,
Markus



From:        Fuxiang Chen <cfuxiang@xxxxxxxxx>
To:        jdt-core-dev@xxxxxxxxxxx
Date:        2016-03-09 13:02
Subject:        [jdt-core-dev]  Build failure
Sent by:        jdt-core-dev-bounces@xxxxxxxxxxx




Hi,

I got the following error when building with this command: mvn -P build-individual-bundles package

[ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ui.workbench,3.108.0.N20160307-2000 from repository http://download.eclipse.org/eclipse/updates/4.6-N-builds/N20160307-2000:
[ERROR]    Unable to read repository at http://download.eclipse.org/eclipse/updates/4.6-N-builds/N20160307-2000/plugins/org.eclipse.ui.workbench_3.108.0.N20160307-2000.jar.
[ERROR] Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.eclipse.ui.workbench,3.108.0.N20160307-2000 into the local Maven repository.See log output for details. Connection reset -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.eclipse.ui...

May I know what should I do to resolve the errors?

Thanks!


--
Warmest Regards,
    Fuxiang_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev


_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev





Back to the top