I’ve been trying to set the custom bussines logic for my app, it works perfect when is in debug mode but it fails when I deploy it and I try to get a response (from de Backendless console or my app) I always get the following error:
My theory is that I am overload the space available for the custom service code(by the way I am also confuse about this limit: In the docs says: 2 mb, in the pricing plans says:5 mb) and part of the code to deploy isn’t uploading correctly.
Pd. My libs folder size is 3 mb and my class files is 250kb
1)I already send the proyect to support (The issue of the mail is the same of this topic), my appId is also in the mail.
2)I didn’t understand you. Did you mean I had to put all my third-part libraries in one zip before uploading to production? with the command “./Deploy.sh”. I review this proyect of Mark and he didn´t do that:
It strange, because i just took your project, built it and deployed to my app. And i receive error about sun.security.ssl.SSLContextImpl$TLSContext also in debug mode.
Did you change anything in security.policy file ?
No, I didn’t change nothing about the security.policy file. In fact I’m using this api because I don’t have troubles about that kind of things(like other libraries I tried to used) and I could use it from my app and from the console of backendless(at least in the debug mode) .
I’m going to create a complete new proyect(from the sample code downloaded from Backendless) and copy all the code to review if this solves the problem, I’ll inform you the result.