I have the Backendless Standalone server installed on a CentOS v6.7 - 32-bit machine.
I am uploading a file via the File Upload API using REST and the returned URL is the loop address plus instead of the IP address of the Standalone server. I have no problems with uploading the file(s) but when I use the REST File download API with the returned URL from the File Upload API call, the call fails.
Is there a configuration setting that needs to be update on the Standalone server?
Additional information from inspecting the various log files.
TaskManager - [WEBORB_ERROR] unable to find weborb-acl.xml. make sure… file is in WEB-INF
CodeRunner - [ERROR] Unable to set localhost. This prevents creation of a GUID.
PlayServer - [ERROR] weborb - [WEBORB_ERROR] unable to find weborb-acl.xml. make sure… file is in WEB-INF
The file POSTS using the File upload API succeeds but the response from the POST contains a URL with http://127.0.0.1:80/api/8cdb…/v1/files/test/file2.dat
I’ve tried stopping all the services and restarting them. Also a reboot but still the same problem. Help?