I have installed arangodb 2.2.4 on Ubuntu 14.04 and created new database "SampleDB" using arangodb web interface.
then executed following commands
foxx-manager --server.database SampleDB update
foxx-manager --server.database SampleDB install hello-foxx /hello
but the command is returning error "cannot write file".
I have checked the logs but could not find anything. Same error is coming if i am trying to install from arangosh.