Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Is signing working for someone after the outage?

Hi Dennis and Nicolas,

Here is the bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=347744

Dennis, I did not report in my email that after the outage I had to
fix the permissions on
  /home/data/httpd/download-staging.priv/rt/jetty/wksigning
hudson was not able to write to it.

If you are running your build from hudson, I suspect that you have
that issue too:
hmalphett@build:/shared/download-staging.priv/modeling/m2t> ls -la
drwxrwsr-x  2 dhubner     modeling.m2t  48 2011-05-30 11:19 xpand

I think it should be:
drwxrwsrwx  2 dhubner     modeling.m2t  48 2011-05-30 11:19 xpand

Cheers,
Hugues

2011/5/31 Dennis Hübner <dennis.huebner@xxxxxxxxx>:
> Hi Hugues,
> we have the same problem.
> Caused by: java.io.FileNotFoundException:
> /shared/download-staging.priv/modeling/m2t/xpand/site_1403329414.zip
> (Permission denied)
> Have you already filled a bug report?
>
> Regards,
> Dennis.
>
> Am 31.05.11 09:47, schrieb Hugues Malphettes:
>> Hi there,
>>
>> After the outage yesterday I am having trouble signing my artifacts.
>> The signing task times out[1] and the file
>> /home/data/httpd/download-staging.priv/arch/signer.log remains empty.
>> I suspect that other builds have the same issue and the file remains
>> empty for them too [2].
>>
>> In the log of the graphiti build I can see an ominous log:
>> file group-writable.
>> [ant]
>> [ant] /usr/bin/sign: line 90:
>> /opt/public/download-staging.priv/arch/signing_queue: Permission
>> denied
>> [ant] /usr/bin/sign: line 91:
>> /opt/public/download-staging.priv/arch/signing_queue: Permission
>> denied
>> [ant] /usr/bin/sign: line 92:
>> /opt/public/download-staging.priv/arch/signing_queue: Permission
>> denied
>> [ant] /usr/bin/sign: line 93:
>> /opt/public/download-staging.priv/arch/signing_queue: Permission
>> denied
>> [ant] /usr/bin/sign: line 94:
>> /opt/public/download-staging.priv/arch/signing_queue: Permission
>> denied
>>
>> Let me know if I am missing something,
>> Cheers,
>> Hugues
>>
>> [1]https://hudson.eclipse.org/hudson/view/Jetty-RT/job/jetty-rt-bundles/103/console
>> [2]https://hudson.eclipse.org/hudson/job/gmp-graphiti-nightly/663/console
>> _______________________________________________
>> cross-project-issues-dev mailing list
>> cross-project-issues-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
>
> --
> Dennis Hübner
>
> Softwareentwickler
>
> Mobil:   0151 173 96 707
>
> http://www.itemis.de/
>
> itemis AG
> Am Germaniahafen 1
> 24143 Kiel
>
> Rechtlicher Hinweis:
> Amtsgericht Dortmund, HRB 20621
> Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek
> Aufsichtsrat: Prof. Dr. Burkhard Igel (Vors.), Stephan Grollmann, Michael Neuhaus
>
>


Back to the top