I’m trying to upload a custom business logic API service in Backendless 3.x. I developed it in Java and has been working fine until just a little while ago. I tried uploading an updated version and I receive this error:
Can not parse generic service: BackendlessServerException: Undefined error, cause [CodeRunnerError] Code: 0; Msg: Error when generate xml for CodeGen; Class: class com.backendless.coderunner.commons.exception.CodeRunnerException
I don’t think it’s specific to my code because I also get the same error if I try to upload the sample shopping cart service. Please help.