I would advice not to change the script in bin.

Can you access the port from your home computer at all? e.g. with `curl
http://host:7474`

Are you sure your remote firewall is open on all of those ports?

Join our new Community Site & Forum <https://community.neo4j.com>


On Thu, Jan 17, 2019 at 11:55 AM Kwami Sossoe <kwami.sos...@gmail.com>
wrote:

> Hello all,
>
> Sorry to disturb. I have problem about configuring Neo4j server for remote
> machine.
> I well use it in my local machine. Now I putting neo4j in an remote centos
> machine.
> I changed in the file neo4j.conf the local address localhost to be the ip
> adress of my remote machine
> When I launch the neo4j server with the command ./neo4j console
> I get this output (but when I go to the browser using
> remote_ip_adress:7474, I get nothing or time out)
>
> <r...@luxexplo-1y.pin:/opt/cellule/apps/neo4j-community-3.5.1>#
> ./bin/neo4j console
> Active database: graph.db
> Directories in use:
>   home:         /opt/cellule/apps/neo4j-community-3.5.1
>   config:       /opt/cellule/apps/neo4j-community-3.5.1/conf
>   logs:         /opt/cellule/apps/neo4j-community-3.5.1/logs
>   plugins:      /opt/cellule/apps/neo4j-community-3.5.1/plugins
>   import:       /opt/cellule/apps/neo4j-community-3.5.1/import
>   data:         /opt/cellule/apps/neo4j-community-3.5.1/data
>   certificates: /opt/cellule/apps/neo4j-community-3.5.1/certificates
>   run:          /opt/cellule/apps/neo4j-community-3.5.1/run
> Starting Neo4j.
> WARNING: Max 1024 open files allowed, minimum of 40000 recommended. See
> the Neo4j manual.
> 2019-01-08 14:06:51.400+0000 WARN  dbms.connector.bolt.address is
> deprecated. Replaced by dbms.connector.bolt.listen_address
> 2019-01-08 14:06:51.415+0000 INFO  ======== Neo4j 3.5.1 ========
> 2019-01-08 14:06:51.422+0000 INFO  Starting...
> 2019-01-08 14:06:53.593+0000 INFO  Bolt enabled on 172.17.135.46:7687.
> 2019-01-08 14:06:55.144+0000 INFO  Started.
> 2019-01-08 14:06:56.104+0000 INFO  Remote interface available at
> http://172.17.135.46:7474/
>
>
> I have try other thing. I find that in the file /bin/neo4j the variables
> are literally name differently than in /conf/neo4j.conf
> So I try to uniformise them.
> For example in /conf/neo4j.conf there
> is dbms.connectors.default_advertised_address, but in /bin/neo4j there
> is dbms_connectors_default_listen_address.
> I try to write same name in both files.
> Then when I run the command ./bin/neo4j console
> I got the error below
>
> ./neo4j: line 240: export: `-r': not a valid identifier
> ./neo4j: line 240: PROGRAM: readonly variable
>
> This is the line 240 :            export ${key}="${value}"
>
> Thanks by advance,
>
> Kwami.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to