Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sapphire-dev] Building sapphire

Delete the download file that it’s referencing with zip exception and re-run. It looks like the download was corrupted, but since we are forced to turn off checksum validation, the build system doesn’t know that.

 

- Konstantin

 

 

From: Ling Hao [mailto:ling.hao@xxxxxxxxxx]
Sent: Tuesday, March 08, 2011 9:18 AM
To: Konstantin Komissarchik
Cc: Sapphire project
Subject: RE: Building sapphire

 

I ran into another issue:

 

     [java] The installable unit org.eclipse.emf.feature.group has not been found.
     [java] Application failed, log file location: D:\workspaces\sapphire-root\org.eclipse.sapphire\build\bootstrap\configuration\1299604389935.log

 

This is the log:

 

!ENTRY org.eclipse.equinox.p2.transport.ecf 4 1002 2011-03-08 09:13:17.935
!MESSAGE Unable to read repository at jar:file:D:%5Cworkspaces%5Csapphire-root%5Corg.eclipse.sapphire/downloads/079ce04b03d8fea60e7ab1099a548a1d!/content.xml.
!STACK 0
java.util.zip.ZipException: error in opening zip file
 at java.util.zip.ZipFile.open(Native Method)
 at java.util.zip.ZipFile.<init>(ZipFile.java:114)
 at java.util.jar.JarFile.<init>(JarFile.java:135)
 at java.util.jar.JarFile.<init>(JarFile.java:72)
 at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:72)
 at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:48)
 at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:80)
 at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:104)
 at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:132)
 at org.eclipse.ecf.provider.filetransfer.browse.URLFileSystemBrowser.runRequest(URLFileSystemBrowser.java:115)
 at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

 

!ENTRY org.eclipse.equinox.p2.director.app 4 0 2011-03-08 09:13:19.153
!MESSAGE The installable unit org.eclipse.emf.feature.group has not been found.

 


From: Konstantin Komissarchik
Sent: Monday, March 07, 2011 7:53 PM
To: Ling Hao
Cc: Sapphire project
Subject: RE: Building sapphire

Currently, to build HEAD/0.3.0 stream, you have to include -Dignore.checksum.issues=true flag. Unfortunately, several dependencies that we need don’t match their published checksum due to issues with eclipse.org infrastructure.

 

- Konstantin

 

 

From: Ling Hao [mailto:ling.hao@xxxxxxxxxx]
Sent: Monday, March 07, 2011 4:07 PM
To: Konstantin Komissarchik
Subject: Building sapphire

 

Konstanin,

 

I've been having trouble building Sapphire for most of the day. It always stops at emf-xsd-Update-2.7.0M5.zip. I don't think there is an issue with my connection because other zips have been downloaded successfully. I was able to download this zip manually. Is there a way to copy this file in manually and continue with the build?

 

Thanks,

Ling

 

 

      [get] Getting: http://www.eclipse.org/downloads/download.php?file=/modelin
g/emf/emf/downloads/drops/2.7.0/S201101281446/emf-xsd-Update-2.7.0M5.zip&r=1
      [get] To: D:\workspaces\sapphire-root\org.eclipse.sapphire\downloads\079ce
04b03d8fea60e7ab1099a548a1d
      [get] http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf
/downloads/drops/2.7.0/S201101281446/emf-xsd-Update-2.7.0M5.zip&r=1 moved to htt
p://carroll.aset.psu.edu/pub/eclipse/modeling/emf/emf/downloads/drops/2.7.0/S201
101281446/emf-xsd-Update-2.7.0M5.zip

 

BUILD FAILED
D:\workspaces\sapphire-root\org.eclipse.sapphire\build.xml:50: The following err
or occurred while executing this line:
D:\workspaces\sapphire-root\org.eclipse.sapphire\build.xml:1208: The following e
rror occurred while executing this line:
D:\workspaces\sapphire-root\org.eclipse.sapphire\build.xml:907: The following er
ror occurred while executing this line:
D:\workspaces\sapphire-root\org.eclipse.sapphire\build.xml:866: The following er
ror occurred while executing this line:
D:\workspaces\sapphire-root\org.eclipse.sapphire\build.xml:868: The following er
ror occurred while executing this line:
D:\workspaces\sapphire-root\org.eclipse.sapphire\build.xml:1124: The following e
rror occurred while executing this line:
D:\workspaces\sapphire-root\org.eclipse.sapphire\build.xml:1088: Failed to downl
oad /modeling/emf/emf/downloads/drops/2.7.0/S201101281446/emf-xsd-Update-2.7.0M5
.zip from Eclipse Foundation.


Back to the top