Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Issues with Mac Signing

Thanks Caroline for the hint. I managed to figure out the real problem after taking a closer look today and your hint helped me narrow it down. Turns out the issue was with the Mac OSX server we're using to sign. It had a default php.ini config so it was not allowing file uploads larger than 2MB. Up till now the Platform SDK signing was successful because the Eclipse.app directory was tiny as it only included an icon, executable and a few text files. In this case Gyrex's Gyrex.app was almost 20MB in size due to it bundling some jars inside it's Gyrex.app.

Anyway I bumped up the file upload limit to 100MB (maybe it should be a bit higher?).

Gunnar, Can you try again? you will need to change the gyrex.app change back to a capital G.


It worked for me on a local build:

[INFO] Signed /buildroot/gyrex-releng/products/target/products/org.eclipse.gyrex.products.server/macosx/cocoa/x86_64/Gyrex.app in 20 seconds.


Thanh


On 18/08/13 08:24 PM, Caroline McQuatt wrote:
Hi Gunnar,

Can you confirm that the program has permission to access files created during the build? The issue might be that the macsigner plugin does not have permission to read the file sent back from the signing service. So, running the build with administrator permissions could fix the problem if you are not already doing that.

Thanks,
Caroline


On 2013-08-18, at 7:18 AM, Thanh Ha <thanh.ha@xxxxxxxxxxx> wrote:

On 18/08/13 04:11 AM, Gunnar Wagenknecht wrote:
Hi,

On 2013-08-16 22:53:41 +0000, Thanh Ha said:
Notice the "Gyrex.app" part. If I changed it to lowercase gyrex.app it works.
Nope, it can't work with lower case. The folder on disc is uppercase. The build runs through, but nothing is signed:

[WARNING] /jobs/genie.rt.gyrex/gyrex-maintenance/workspace/gyrex-releng/products/target/products/org.eclipse.gyrex.products.server/macosx/cocoa/x86_64/gyrex.app is a not a directory, the artifact is not signed.

I will take a closer look at the code on Monday. This sounds likely a bug somewhere in the macsigner plugin.


Thanh
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cbi-dev
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cbi-dev




Back to the top