is the build server down?

Is the corona build server down? I am not able to build any project including hello world for both iOS and Android.

Mar 19 12:02:49.127: WebServices: Call corona.build.6 failed in 1426737769 seconds: /CFStreamFault

Mar 19 12:02:49.127:    response: {

    “/FaultCode” = “-65794”;

    “/FaultExtra” =     {

        domain = “-1”;

        error = “-65795”;

        msg = “The server did not return a ‘text/xml’ response.”;

    };

    “/FaultString” = “/CFStreamFault”;

    “/WSDebugInHeaders” =     {

        Connection = close;

        “Content-Type” = “application/x-httpd-fastphp”;

        Date = “Thu, 19 Mar 2015 04:02:39 GMT”;

        Server = Apache;

    };

    “/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x7ff912677790(0x7ff9126777a0)> { parsed response, url = https://developer.coronalabs.com/services/xmlrpc, status = 200 }”;

    “/kWSResultIsFault” = 1;

}

Mar 19 12:02:49.131: Android build failed (11)

I’m getting the same problem.

iOS build failed (11)

2015-03-19 14:23:54.097 Corona Simulator[2678:129545] WebServices: Call user.logout failed in 1426746234 seconds: /CFStreamFault

2015-03-19 14:23:54.097 Corona Simulator[2678:129545]    response: {

    “/FaultCode” = “-65794”;

    “/FaultExtra” =     {

        domain = “-1”;

        error = “-65795”;

        msg = “The server did not return a ‘text/xml’ response.”;

    };

    “/FaultString” = “/CFStreamFault”;

    “/WSDebugInHeaders” =     {

        Connection = close;

        “Content-Type” = “application/x-httpd-fastphp”;

        Date = “Thu, 19 Mar 2015 06:23:44 GMT”;

        Server = Apache;

    };

    “/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x7fc4b878efe0(0x7fc4b878eff0)> { parsed response, url = https://developer.coronalabs.com/services/xmlrpc, status = 200 }”;

    “/kWSResultIsFault” = 1;

}

Mar 19 15:00:13.417:    response: {

    “/FaultCode” = “-65794”;

    “/FaultExtra” =     {

        domain = “-1”;

        error = “-65795”;

        msg = “The server did not return a ‘text/xml’ response.”;

    };

    “/FaultString” = “/CFStreamFault”;

    “/WSDebugInHeaders” =     {

        Connection = close;

        “Content-Type” = “application/x-httpd-fastphp”;

        Date = “Thu, 19 Mar 2015 07:00:03 GMT”;

        Server = Apache;

    };

    “/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x7fa76cc56440(0x7fa76cc56450)> { parsed response, url = https://developer.coronalabs.com/services/xmlrpc, status = 200 }”;

    “/kWSResultIsFault” = 1;

}

Mar 19 15:00:13.422: Android build failed (11)

 

 

 

me too…

Is this still an issue?

I am okay now

Its OK now, but was very inconvenient for a whole day. 

I have been upgraded to Enterprise edition. Why could I not do offline builds yesterday? 

Where you using Xcode or ant to build an Enterprise project or were you using Corona SDK to build your project?  Offline builds are a technology that requires you to open a native project in Xcode (for iOS) and build through Xcode.  For Android, builds happen through an IDE like Eclipse that knows how to call “ant”, the android native compiler.   Offline builds should work that way.

However if you run “Corona Simulator” or “Corona Terminal” and do a build from there, you’re using SDK which still talks to our servers.

Rob

I’m getting the same problem.

iOS build failed (11)

2015-03-19 14:23:54.097 Corona Simulator[2678:129545] WebServices: Call user.logout failed in 1426746234 seconds: /CFStreamFault

2015-03-19 14:23:54.097 Corona Simulator[2678:129545]    response: {

    “/FaultCode” = “-65794”;

    “/FaultExtra” =     {

        domain = “-1”;

        error = “-65795”;

        msg = “The server did not return a ‘text/xml’ response.”;

    };

    “/FaultString” = “/CFStreamFault”;

    “/WSDebugInHeaders” =     {

        Connection = close;

        “Content-Type” = “application/x-httpd-fastphp”;

        Date = “Thu, 19 Mar 2015 06:23:44 GMT”;

        Server = Apache;

    };

    “/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x7fc4b878efe0(0x7fc4b878eff0)> { parsed response, url = https://developer.coronalabs.com/services/xmlrpc, status = 200 }”;

    “/kWSResultIsFault” = 1;

}

Mar 19 15:00:13.417:    response: {

    “/FaultCode” = “-65794”;

    “/FaultExtra” =     {

        domain = “-1”;

        error = “-65795”;

        msg = “The server did not return a ‘text/xml’ response.”;

    };

    “/FaultString” = “/CFStreamFault”;

    “/WSDebugInHeaders” =     {

        Connection = close;

        “Content-Type” = “application/x-httpd-fastphp”;

        Date = “Thu, 19 Mar 2015 07:00:03 GMT”;

        Server = Apache;

    };

    “/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x7fa76cc56440(0x7fa76cc56450)> { parsed response, url = https://developer.coronalabs.com/services/xmlrpc, status = 200 }”;

    “/kWSResultIsFault” = 1;

}

Mar 19 15:00:13.422: Android build failed (11)

 

 

 

me too…

Is this still an issue?

I am okay now

Its OK now, but was very inconvenient for a whole day. 

I have been upgraded to Enterprise edition. Why could I not do offline builds yesterday? 

Where you using Xcode or ant to build an Enterprise project or were you using Corona SDK to build your project?  Offline builds are a technology that requires you to open a native project in Xcode (for iOS) and build through Xcode.  For Android, builds happen through an IDE like Eclipse that knows how to call “ant”, the android native compiler.   Offline builds should work that way.

However if you run “Corona Simulator” or “Corona Terminal” and do a build from there, you’re using SDK which still talks to our servers.

Rob