A device build error occurred on the server. how to fix it

Android build error

Jul 15 14:42:20.333 Excluding specified files from build: 

                       excluding: Icon.png

                       excluding: Icon-Small-*.png

                       excluding: Icon*@2x.png

                    CreateParamsArray: item.value unexpectedly NULL for item.key ‘customBuildId’

Jul 15 14:42:32.901 BuildID: kCoronaBuild [A device build error occurred on the server. 

                    

                    Error: 

                    BuildID: 578893e58bfa9

Jul 15 14:42:32.901 ERROR: An error occurred during build. The server returned the following message:

                    —

                    A device build error occurred on the server. 

                    

                    Error: 

                    BuildID: 578893e58bfa9

                    —

Jul 15 14:42:32.902 

Jul 15 14:42:32.928 Android build failed (5)

Jul 15 14:42:33.168 ERROR: Build Failed: A device build error occurred on the server. 

                    

                    Error: 

                    BuildID: 578893e58bfa9

                    

                    Error code: 5

Generally that’s indicating that you’re running into networking problems.

First: What version of Corona are you running and on a Mac or PC?

Second: Can you build the “HelloWorld” sample app that we include with your Corona SDK download? You can click the “Samples” link on the Welcome screen. It’s in SampleCode/GettingStarted/HelloWorld. What happens when you try and build that?

Please post your build.settings file please. Make sure to use the code entry button (blue <> ) to paste your code in.

Thanks

Rob

Hi Rob, I’m getting this same error as of yesterday. I just re-downloaded the latest public build after trying and failing to build with several daily build versions that used to work for me. I tested it with the HelloWorld example, running on a Mac with public release 2016.2906. In the build dialog, I selected “Open in Xcode iOS Simulator” in order to eliminate provisioning profiles from the equation (trying with those wasn’t working, either). Here’s what I get:

[lua]Jul 20 08:58:37.355 Loading project from:   /Applications/CoronaSDK/SampleCode/GettingStarted/HelloWorld
Jul 20 08:58:37.355 Project sandbox folder: ~/Library/Application Support/Corona Simulator/HelloWorld-F8E2C5BA4CE84C12437755BD91CD8FA0
Jul 20 08:58:37.386 Platform: iPhone / x86_64 / 10.11.5 / AMD Radeon R9 M370X OpenGL Engine / 2.1 ATI-1.42.11 / 2016.2906 / en | US | en_US | en
Jul 20 08:58:46.493 Building ios app for MY_EMAIL_REMOVED with 2016.2906
Jul 20 08:58:48.219 CreateParamsArray: item.value unexpectedly NULL for item.key ‘customBuildId’
Jul 20 08:58:49.150 BuildID: kCoronaBuild [Error: Could not generate corona certificate: /home/ansca-web/public_html/deploybot.developer.anscamobile.com/releases/1468969456/sites/all/modules/services/services/corona_service/cert_gen_only.sh 135199
Jul 20 08:58:49.150 ERROR: An error occurred during build. The server returned the following message:
                    —
                    Error: Could not generate corona certificate: /home/ansca-web/public_html/deploybot.developer.anscamobile.com/releases/1468969456/sites/all/modules/services/services/corona_service/cert_gen_only.sh 135199
                    —
Jul 20 08:58:49.150
Jul 20 08:58:49.178 iOS build failed (5)
Jul 20 08:58:49.454 ERROR: Build Failed: Error: Could not generate corona certificate: /home/ansca-web/public_html/deploybot.developer.anscamobile.com/releases/1468969456/sites/all/modules/services/services/corona_service/cert_gen_only.sh 135199
[/lua]

Others are experiencing the same - See post below

https://forums.coronalabs.com/topic/64694-corona-simulator-unable-to-build-could-not-generate-corona-certificate/

If you’re getting the certificate error please comment on the other thread:

https://forums.coronalabs.com/topic/64694-corona-simulator-unable-to-build-could-not-generate-corona-certificate/

Frank’s error was different. Lets focus this thread on solving his issue, which I’m still waiting on answers to the questions.

Rob

Generally that’s indicating that you’re running into networking problems.

First: What version of Corona are you running and on a Mac or PC?

Second: Can you build the “HelloWorld” sample app that we include with your Corona SDK download? You can click the “Samples” link on the Welcome screen. It’s in SampleCode/GettingStarted/HelloWorld. What happens when you try and build that?

Please post your build.settings file please. Make sure to use the code entry button (blue <> ) to paste your code in.

Thanks

Rob

Hi Rob, I’m getting this same error as of yesterday. I just re-downloaded the latest public build after trying and failing to build with several daily build versions that used to work for me. I tested it with the HelloWorld example, running on a Mac with public release 2016.2906. In the build dialog, I selected “Open in Xcode iOS Simulator” in order to eliminate provisioning profiles from the equation (trying with those wasn’t working, either). Here’s what I get:

[lua]Jul 20 08:58:37.355 Loading project from:   /Applications/CoronaSDK/SampleCode/GettingStarted/HelloWorld
Jul 20 08:58:37.355 Project sandbox folder: ~/Library/Application Support/Corona Simulator/HelloWorld-F8E2C5BA4CE84C12437755BD91CD8FA0
Jul 20 08:58:37.386 Platform: iPhone / x86_64 / 10.11.5 / AMD Radeon R9 M370X OpenGL Engine / 2.1 ATI-1.42.11 / 2016.2906 / en | US | en_US | en
Jul 20 08:58:46.493 Building ios app for MY_EMAIL_REMOVED with 2016.2906
Jul 20 08:58:48.219 CreateParamsArray: item.value unexpectedly NULL for item.key ‘customBuildId’
Jul 20 08:58:49.150 BuildID: kCoronaBuild [Error: Could not generate corona certificate: /home/ansca-web/public_html/deploybot.developer.anscamobile.com/releases/1468969456/sites/all/modules/services/services/corona_service/cert_gen_only.sh 135199
Jul 20 08:58:49.150 ERROR: An error occurred during build. The server returned the following message:
                    —
                    Error: Could not generate corona certificate: /home/ansca-web/public_html/deploybot.developer.anscamobile.com/releases/1468969456/sites/all/modules/services/services/corona_service/cert_gen_only.sh 135199
                    —
Jul 20 08:58:49.150
Jul 20 08:58:49.178 iOS build failed (5)
Jul 20 08:58:49.454 ERROR: Build Failed: Error: Could not generate corona certificate: /home/ansca-web/public_html/deploybot.developer.anscamobile.com/releases/1468969456/sites/all/modules/services/services/corona_service/cert_gen_only.sh 135199
[/lua]

Others are experiencing the same - See post below

https://forums.coronalabs.com/topic/64694-corona-simulator-unable-to-build-could-not-generate-corona-certificate/

If you’re getting the certificate error please comment on the other thread:

https://forums.coronalabs.com/topic/64694-corona-simulator-unable-to-build-could-not-generate-corona-certificate/

Frank’s error was different. Lets focus this thread on solving his issue, which I’m still waiting on answers to the questions.

Rob