Thank you Chris!

I'm playing with the neo4j-shell.
I'm using the one I have found in the tar.gz

I have tried to run this command:
[myclient]$ ./neo4j-community-1.4.1/bin/neo4j-shell -host myserver -port 1337

but nothing happens: the shell remains hanging...

I have checked on the server-side
[myserver] netstat -an | grep 1337

I can see the port in LISTEN and then in ESTABLISHED:
tcp        0      0 :::1337                     :::*
     LISTEN
tcp        0      0 ::ffff:10.226.222.155:1337
::ffff:10.48.14.57:58329    ESTABLISHED
 but nothing happens on the client side...

If I use the neo4j-shell directly on the server it works perfectly.

what is wrong?

thank you,
franz




2011/8/26 Chris Gioran <[email protected]>:
> Hi,
>
> this is a known issue. Please follow the documentation and run from
> the installation root (/home/ec2-user/neo4j-community-1.4.1/ in your
> example) as
>
> bin/neo4j <command>
>
> cheers,
> CG
>
> On Fri, Aug 26, 2011 at 1:41 PM, Francesco Ruffino <[email protected]> 
> wrote:
>> [ec2-user@xxx bin]$ pwd
>> /home/ec2-user/neo4j-community-1.4.1/bin
>>
>> [ec2-user@xxxx bin]$ sudo ./neo4j start
>> Starting Neo4j Server...Error: missing Neo4j Library, expected at
>> /home/ec2-user/lib
>>
>>
>> doesn't resolve correctly the "$NEO4J_HOME" variable
>> _______________________________________________
>> Neo4j mailing list
>> [email protected]
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to