Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Signing issue


Thanks David,

It was a permissions issue, and Denis is on it so hopefully it will get squared away RSN. I thought naively that the buck setup I modified from other projects would have this ready to go.

On Jun 7, 2011, at 8:10 PM, David M Williams wrote:

signing logs are at
/opt/public/download-staging.priv/arch/signer.log
but, I don't think you are getting that far, and chances are there are no more detailed logs that what you have.

Have you ever signed from a hudson build before? I haven't, but seem like a lot of others do, and many others have
user:hudsonBuild:rwx
in their access control list, but .../modeling/amp does not.
Not sure if that is required, or if others do for some historical reason ... or needed, but set up by webmaster? ... or, what ... but my guess is you are correct it is a permissions problem since hudsonBuild does not have permission to write to .../modeling/amp.

I know this probably won't help you directly ... just letting you know what little I know.
 







From:        Miles Parker <milesparker@xxxxxxxxx>
To:        Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date:        06/07/2011 06:37 PM
Subject:        [cross-project-issues-dev] Signing issue
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx




When trying to run the signed version of my build, I'm getting the following. .."not successful for an unknown reason".. I'm not sure how to even begin diagnosing that and anyway I don't think I can get to the relevant log. It looks like perhaps some kind of permissions issue as the failure is in making a directory. Or perhaps I just have something misconfigured but I have no idea what that might be.

https://hudson.eclipse.org/hudson/job/amp-nightly/1067/console


[ant] Queueing site_1243188215.zip for signing
ERROR: org.eclipse.core.runtime.CoreException: /opt/users/hudsonbuild/.eclipse/800848694/configuration/org.eclipse.osgi/bundles/21/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:208: Directory /home/data/httpd/download-staging.priv/modeling/amp creation was not successful for an unknown reason
org.eclipse.core.runtime.CoreException: /opt/users/hudsonbuild/.eclipse/800848694/configuration/org.eclipse.osgi/bundles/21/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:208: Directory /home/data/httpd/download-staging.priv/modeling/amp creation was not successful for an unknown reason
                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:186)
                at org.eclipse.buckminster.core.internal.actor.PerformManager$DirectActionInvocation.execute(PerformManager.java:143)
                at org.eclipse.buckminster.core.internal.actor.PerformManager.internalPerform(PerformManager.java:454)
                at org.eclipse.buckminster.core.internal.actor.PerformManager.perform(PerformManager.java:293)
                at org.eclipse.buckminster.core.internal.actor.PerformManager.perform(PerformManager.java:305)
                at org.eclipse.buckminster.core.commands.Perform.internalRun(Perform.java:108)
                at org.eclipse.buckminster.core.commands.WorkspaceCommand.run(WorkspaceCommand.java:91)
                at org.eclipse.buckminster.cmdline.AbstractCommand.basicRun(AbstractCommand.java:200)
                at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:317)
                at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:136)
                at org.eclipse.buckminster.cmdline.Headless.start(Headless.java:156)
                at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:597)
                at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
                at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
                at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
Caused by: /opt/users/hudsonbuild/.eclipse/800848694/configuration/org.eclipse.osgi/bundles/21/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:208: Directory /home/data/httpd/download-staging.priv/modeling/amp creation was not successful for an unknown reason
                at org.apache.tools.ant.taskdefs.Mkdir.execute(Mkdir.java:64)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
                at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:597)
                at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
                at org.apache.tools.ant.Task.perform(Task.java:348)
                at org.apache.tools.ant.Target.execute(Target.java:357)
                at org.apache.tools.ant.Target.performTasks(Target.java:385)
                at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
                at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
                at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
                at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
                at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
                at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:662)
                at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:495)
                at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:597)
                at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:318)
                ... 25 more

_______________________________________________
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