Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] WTP contribution to Luna RC1 may be delayed

> Any ideas?

If you wanted to try it, and your build system/infrastructure allows it to be specified easily, you can direct p2 not to use any "packed jars", with
-Dorg.eclipse.update.jarprocessor.pack200=@none

That _might_ work around the problem.

Otherwise (just guessing) you could likely make your contribution based on WTP M7 ... and then late tonight or tomorrow confirm (with with rebuild, or re-testing) that WTP RC1a gives same result (which, as far as I know, it would, but only those more familiar with WTP would know ... but doubt they've made any "big changes" at this point?

HTH




From:        <Stephan.Born@xxxxxxxxxxx>
To:        <cross-project-issues-dev@xxxxxxxxxxx>, <wtp-dev@xxxxxxxxxxx>,
Date:        05/21/2014 10:19 AM
Subject:        Re: [cross-project-issues-dev] WTP contribution to Luna RC1 may be delayed
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx




Hi!

We saw the mail that build issues for WTP 3.6.0 RC1 have been solved and it was added to Sim-Rel.

But still we have the same problem if we try to build Stardust 2.0 RC1. If we consume WTP we get:

[ERROR] An error occurred while transferring artifact canonical:
osgi.bundle,org.eclipse.jst.jsf.core,1.7.0.v201405081727 from
repository
http://download.eclipse.org/releases/staging:

[ERROR]    Problems downloading artifact:
   osgi.bundle,org.eclipse.jst.jsf.core,1.7.0.v201405081727.:

[ERROR]       File has invalid  content:
  /tmp/signatureFile7759511223677410965.jar:
[ERROR]          Invalid content:jars/fake_jsp_21.jar
[ERROR]          Invalid content:jars/fake_el.jar

If this will not be fixed in the next half an hour we are forced to build Stardust 2.0 RC1 based on eclipse Luna M7 - this is working fine!

Any ideas?

Stephan



Stephan Born . Director Kernel and Modeler Development, Infinity Process Platform . SunGard . Global Business Services and Technology . Schillerstraße 3, 10625 Berlin, Germany
Tel +49 69 70768 487 . Mobile +49 176 1111 0196 . Fax +49 69 70768 599 . stephan.born@xxxxxxxxxxx .
www.sungard.com

Join the online conversation with SunGard's customers, partners and industry experts and find an event near you at:
www.sungard.com/ten.
CONFIDENTIALITY: This e-mail (including any attachments) may contain confidential, proprietary and privileged information, and unauthorized disclosure or use is prohibited. If you receive this e-mail in error, please notify the sender and delete this e-mail from your system.

SunGard Systeme GmbH . Registered: Frankfurt am Main, Handelsregister Frankfurt HRB 56839 . Geschäftsführer: Harold Finders, Christian U. Haas, Henry Morton Miller Jr., Victoria E. Silbey

-----Ursprüngliche Nachricht-----
Von: cross-project-issues-dev-bounces@xxxxxxxxxxx [
mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] Im Auftrag von Sven.Rottstock@xxxxxxxxxxx
Gesendet: Mittwoch, 21. Mai 2014 10:32
An: cross-project-issues-dev@xxxxxxxxxxx
Betreff: Re: [cross-project-issues-dev] WTP contribution to Luna RC1 may be delayed

IMO I'm a little bit closer: if I look into org.eclipse.jst.jsf.core_1.7.0.v201405081727.jar/META-INF/MANIFEST.MF I can see these entries regarding the jars folder:
Name: jars/fake_jsp_21.jar
SHA1-Digest: OVeVblsk4OOiwoSiCslhkrTy83A=
Name: jars/fake_el.jar
SHA1-Digest: 4rPmwc/lAL0/gWGwJey7Uyb8Qug=

But If I look into the org.eclipse.jst.jsf.core_1.7.0.v201405081727.jar/jars folder I can only see fake_el.jar.pack.gz and fake_jsp_21.jar.pack.gz.

So I assume that something is wrong with the file, isn't it?

--
Sven

-----Ursprüngliche Nachricht-----
Von: cross-project-issues-dev-bounces@xxxxxxxxxxx [
mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] Im Auftrag von Sven.Rottstock@xxxxxxxxxxx
Gesendet: Mittwoch, 21. Mai 2014 09:54
An: cross-project-issues-dev@xxxxxxxxxxx
Betreff: Re: [cross-project-issues-dev] WTP contribution to Luna RC1 may be delayed

Many thanks for your advice. I've double checked if we're using Java 7 but this is not the case. The Hudson job sets the JDK to "Java 6 R 27 64bit" and I assume that Maven/Tycho is using this version. If I run: jarsigner -verify downloads/releases/staging/plugins/org.eclipse.jst.jsf.core_1.7.0.v201405081727.jar
on the SSH console I get the warning "This jar contains unsigned entries which have not been integrity-checked". If I do that e.g. for org.eclipse.jst.jsf.common.runtime_1.4.0.v201405081727.jar I get the output "jar verified" without any warnings.

--
Sven

-----Ursprüngliche Nachricht-----
Von: cross-project-issues-dev-bounces@xxxxxxxxxxx [
mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] Im Auftrag von Pierre-Charles David
Gesendet: Mittwoch, 21. Mai 2014 09:33
An: cross-project-issues-dev@xxxxxxxxxxx
Betreff: Re: [cross-project-issues-dev] WTP contribution to Luna RC1 may be delayed

Le 21/05/2014 09:23, Sven.Rottstock@xxxxxxxxxxx a écrit :
>
> Hi Carl,
>
> I get the following exception if I try to build Stardust 2.0.0 RC1 for
> Luna RC1:
>
> [ERROR] An error occurred while transferring artifact canonical:
> osgi.bundle,org.eclipse.jst.jsf.core,1.7.0.v201405081727 from
> repository
http://download.eclipse.org/releases/staging:
>
> [ERROR]    Problems downloading artifact:
> osgi.bundle,org.eclipse.jst.jsf.core,1.7.0.v201405081727.:
>
> [ERROR]       File has invalid
> content:/tmp/signatureFile7759511223677410965.jar:
>
> [ERROR]          Invalid content:jars/fake_jsp_21.jar
>
> [ERROR]          Invalid content:jars/fake_el.jar
>
> Is this issue connected with your build issues?
>

This looks like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=361628.
Are you using Java 7 or later for the build? If so, you may want to try again with Java 6 instead.

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top