Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] R-HEAD build failing

I've been fussing with this R-HEAD...but when I put it back to the way things were for the successful build (without packing) I'm now seeing this exception on failed signing attempts:

[ant] Queueing site_1961713111.zip for signing
ERROR: org.eclipse.core.runtime.CoreException: /opt/hudson/tools/hudson.plugins.buckminster.BuckminsterInstallation/Buckminster_4.3/buckminster/configuration/org.eclipse.osgi/bundles/27/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:174: server indicated an error: scp: /home/data/users/mkuppe//home/data/httpd/download-staging.priv/rt/ecf: No such file or directory
org.eclipse.core.runtime.CoreException: /opt/hudson/tools/hudson.plugins.buckminster.BuckminsterInstallation/Buckminster_4.3/buckminster/configuration/org.eclipse.osgi/bundles/27/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:174: server indicated an error: scp: /home/data/users/mkuppe//home/data/httpd/download-staging.priv/rt/ecf: No such file or directory
	at org.eclipse.buckminster.ant.AntRunner.handleInvocationTargetException(AntRunner.java:167)
	at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:322)
	at org.eclipse.buckminster.ant.actor.AntActor.internalPerform(AntActor.java:254)
	at org.eclipse.buckminster.core.actor.AbstractActor.perform(AbstractActor.java:195)

...


this appears to be saying that the path information on the Eclipse signing service is somehow munged up:

indicated an error: scp: /home/data/users/mkuppe//home/data/httpd/download-staging.priv/rt/ecf: No such file or directory

Thing is...afaik, I (nor no one) has messed with any of these paths in the jenkins project configs.  It looks to me like perhaps there should be a space here:

scp: /home/data/users/mkuppe/  /home/data/httpd/download-staging.priv/rt/ecf

Where are these set, however?   Any ideas (Markus?) as to why/how this would go wrong without config changes?

Thanks,

Scott


On 1/14/2016 5:51 PM, Scott Lewis wrote:
Hi All,

Please see this comment for some more ideas on fixing the pack200 issue from David Williams:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=448916#c57

Thanks,

Scott

On 1/14/2016 10:26 AM, Scott Lewis wrote:
On 1/14/2016 10:21 AM, Wim Jongman wrote:

Hi,

Lance from osuosl now has time to upgrade our machine.

Shall I give him the green light?


Yes, I think so.  I have a 3.12.1 build on builds.eclipse.org, and I don't need it anymore today/Thurs.  I hope that things should be active by tomorrow/Friday though.

Scott



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



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


Back to the top