Hello there, We are unable to deploy any Java cloud code to Backendless all of a sudden. We are able to run CodeRunner.sh without any issues and test our API services. But running Deploy.sh generates the following -
…
22:47:44.257 [INFO] DependencyAnalyzer |main| Analyze service: net.navstation.chartstore.chartworldservice
22:47:44.360 [INFO] DependencyAnalyzer |main| Analyze service: net.navstation.chartstore.fastspringservice
22:47:44.542 [INFO] c.b.c.d.DebuggerConsoleInterface |main| Build successfully: 0 event handlers and 0 timers and 2 services
22:47:44.543 [WARN] c.b.c.d.DebuggerConsoleInterface |main| IMPORTANT! The business logic code will be deployed to model “default”.
Any business logic which is already deployed on the server in that model
will be removed and replaced with the code from your current project.
If this is an undesired behavior, stop now and set a different deployment model
either by using the -model argument or changing the model name in runner.properties.
Would you like to continue? (Y/N)
y
22:47:47.778 [INFO] c.b.c.d.DebuggerConsoleInterface |main| Publishing 0 event handlers and 0 timers and 2 services to the server…
22:51:57.420 [ERROR] c.b.c.CodeRunnerLoader |main| Can not parse generic service: Failed to inspect service archive file.
RuntimeException: java.util.concurrent.ExecutionException: com.backendless.exceptions.BusinessLogicExecutionTimeoutException: Custom business logic execution has been terminated because it did not complete in permitted time - 243 seconds
Cause: ExecutionException
com.backendless.exceptions.BusinessLogicExecutionTimeoutException: Custom business logic execution has been terminated because it did not complete in permitted time - 243 seconds
Cause: BusinessLogicExecutionTimeoutException
Custom business logic execution has been terminated because it did not complete in permitted time - 243 seconds
22:51:57.422 [INFO] c.b.coderunner.LocalCodeRunner |Thread-0| Debugging Utility disconnected successfully
22:51:57.423 [INFO] c.b.coderunner.LocalCodeRunner |Thread-0| Thank you for using Backendless