"error": "no response from server"

Hi,

I tried running a service in the cloud version of backendless, here am not getting the response from that function.
public class GetData implements IBackendlessService{
public String Data(String s){
return "Hi " + s;
}
}It is giving the json
{
“error”: “no response from server”
} with the response code 0

I’m not getting any error or warnings in the terminal.

Hello!
Verify that all services has been started and are running correctly.
If it’s ok - try to restart all of them and try calling method again.
best regards,
Alex

Hi Alex,
Can you please brief me what are all the needed services and how to verify.
As per my knowledge it is working fine, even the argument which am passing is logged.

Hello!

I mean services that you start when running backendless cloud version: mysql, redis, taskman etc. Here is a sample of console for cloud:
https://monosnap.com/file/6jeAKyE1vVa2LQwmRqQS9Vxk3exaD6
best regards,
Alex