Answered again with more detail on http://stackoverflow.com/q/37525610
On Monday, May 30, 2016 at 5:56:06 PM UTC+2, Wilfried Gösgens wrote: > > Hi, > stating to debug on ISO/OSI Layer 1, is there any firewall etc > connectivity problem? > Are you able to do something like this: (replace the IP with your > production server) > > > telnet 192.168.1.1 8529 > Trying 192.168.1.1... > Connected to 192.168.1.1. > Escape character is '^]'. <start to type now: > > GET / HTTP/1.0 > > <server should reply:> > HTTP/1.1 301 Moved Permanently > Location: /_db/_system/_admin/aardvark/index.html > Content-Type: text/html > Server: ArangoDB > Connection: Close > Content-Length: 197 > > <html><head><title>Moved</title></head><body><h1>Moved</h1><p>This page > has moved to <a > href="/_db/_system/_admin/aardvark/index.html">/_db/_system/_admin/aardvark/index.html</a>.</p></body></html>Connection > > closed by foreign host. > > ? > > On Monday, May 30, 2016 at 2:29:40 PM UTC+2, [email protected] wrote: >> >> Hi All, >> >> I have developed a Java application that uses ArangoDB as backend >> database (Used ArangoDB Java-Driver/Interface to access ArangoDB). >> >> Everything is good until my ArangoDB and Application resides on same >> machine. >> >> Once i moved ArangoDB to remote machine(Dedicated Server), my application >> is unable to access it :( >> >> I have given my remote machine details(ArangoDB Server) in some >> properties file and feeding that file location to ArangoConfigure >> Constructor while creating ArangoDriver Object. But still i'm unable to >> access ArangoDB :( >> >> Small snippet of my code is below: >> >>> protected static ArangoConfigure getConfiguration() { >>> //ArangoConfigure configure = new ArangoConfigure(); >>> ArangoConfigure configure = new >>> ArangoConfigure("/Volumes/Official/ZLabs/arangodb.properties"); >>> return configure; >>> } >>> >>> protected static ArangoDriver getArangoDriver(ArangoConfigure >>> configuration) { >>> return new ArangoDriver(configuration); >>> } >>> >> Please help me in this regard. >> >> Awaiting your response. >> >> Thanks & Best Regards, >> >> - Mahi >> >> >> -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
