I have created EC2 instance on AWS with Ubuntu(14.04). I am trying to install arangodb application using foxx manager on this. I have connected to it using putty. I have installed the arangodb using sudo apt-get install arangodb. I have also got project from git on ubuntu machine. when I am trying to install application using foxx-manager install . /DataSandbox it gives error as
"StdOut: ArangoError 3103: failed to invoke module.
File: /var/lib/arangodb-apps/_db/_system/DataSandbox/APP/controllers/Reports.js
Cause: ArangoError 3100: cannot locate module
File: repositories/Reports"
When I check the file repositories/Reports it exists and when I check /var/lib/arangodb-apps path it is there until Datasandbox like /var/lib/arangodb-apps/_db/_system/DataSandbox/. Datasandbox folder is empty in arangodb-apps.
Same process I did in different ubuntu machine which is not created from AWS. On that it was got installed successfully.
Can anyone please guide me on this error cannot locate module?
Thanks in Advance.