Re: [Neo4j] Neo4j startup script syntax errors

2011-08-16 Thread Vyoma
is the bash version: bash -version GNU bash, version 3.00.16(1)-release (sparc-sun-solaris2.10) Copyright (C) 2004 Free Software Foundation, Inc. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4j-startup-script-syntax-errors-tp3136965p3259264.html

Re: [Neo4j] Neo4j startup script syntax errors

2011-08-16 Thread Andreas Kollegger
is the bash version: bash -version GNU bash, version 3.00.16(1)-release (sparc-sun-solaris2.10) Copyright (C) 2004 Free Software Foundation, Inc. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4j-startup-script-syntax-errors

Re: [Neo4j] Neo4j startup script syntax errors

2011-08-16 Thread Vyoma
-- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4j-startup-script-syntax-errors-tp3136965p3259350.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___ Neo4j mailing list

Re: [Neo4j] Neo4j startup script syntax errors

2011-08-16 Thread Andreas Kollegger
this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4j-startup-script-syntax-errors-tp3136965p3259350.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___ Neo4j mailing list User

Re: [Neo4j] Neo4j startup script syntax errors

2011-08-16 Thread Chris Gioran
! - KMaheshBhat.com -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4j-startup-script-syntax-errors-tp3136965p3259350.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com

Re: [Neo4j] Neo4j startup script syntax errors

2011-08-16 Thread Vyoma
on Download page as of now: neo4j-community-1.4.1-unix - KMaheshBhat.com -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4j-startup-script-syntax-errors-tp3136965p3259395.html Sent from the Neo4j Community Discussions mailing list archive

Re: [Neo4j] Neo4j startup script syntax errors

2011-08-16 Thread Vyoma
/ Of course, I still need to work out the 'lsof' issue as I think if not, there would be issues with locking and multiple server processes getting started. - KMaheshBhat.com -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4j-startup-script

[Neo4j] Neo4j startup script syntax errors

2011-07-04 Thread Paul Bandler
When invoking the bin/neo4j command on solaris the following error messages are display and the script halts : TEST:bandlerp@us2187$ ./neo4j: line 37: syntax error in conditional expression: unexpected token `(' ./neo4j: line 37: syntax error near `^([' ./neo4j: line 37: ` if [[ ${line} =~

Re: [Neo4j] Neo4j startup script syntax errors

2011-07-04 Thread Michael Hunger
Which shell is that? Could you try to change #!/bin/sh to #!/bin/bash for a test? Thanks a lot Michael Am 04.07.2011 um 10:57 schrieb Paul Bandler: When invoking the bin/neo4j command on solaris the following error messages are display and the script halts : TEST:bandlerp@us2187$

Re: [Neo4j] Neo4j startup script syntax errors

2011-07-04 Thread Paul Bandler
I'm running the script as shipped which already has #!/bin/bash on line 1? Sent from my iPhone On 4 Jul 2011, at 10:02, Michael Hunger michael.hun...@neotechnology.com wrote: Which shell is that? Could you try to change #!/bin/sh to #!/bin/bash for a test? Thanks a lot Michael

Re: [Neo4j] Neo4j startup script syntax errors

2011-07-04 Thread Paul Bandler
Here are the details if the bash version which I assume is the standard distribution on this solaris platform . TEST:bandlerp@us2187$ /bin/bash -version GNU bash, version 3.00.16(1)-release (sparc-sun-solaris2.10) Copyright (C) 2004 Free Software Foundation, Inc. Sent from my iPhone On 4 Jul