I managed to get past the error by killing all neo processes before running 
the command.

However, now I have the problem saying that JAVA_HOME variable is not set:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin
:2.8.1:jar (attach-javadoc) on project neo4j-sparql-plugin: 
MavenReportException: Error while creating archive: Unable to find javadoc 
command: The environment variable JAVA_HOME is not correctly set. -> [Help 1
]

But it is set, my .bash_profile file in home folder looks like this:
export M2_HOME=/Users/xy/Programs/apache-maven-3.2.1

M2=$M2_HOME/bin

export PATH=$M2:$PATH

export JAVA_HOME=$(/usr/libexec/java_home) 

export PATH=$JAVA_HOME:$PATH


and echo returns proper values:
echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home


echo $PATH
/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home:/Users/oak/
Programs/apache-maven-3.2.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin


Any suggestions??

It appears many people have had the problem, but I can't find any solution 
that works for me. Thanks!


On Friday, March 14, 2014 11:55:47 AM UTC+1, Michael Hunger wrote:
>
> Perhaps you already have a local server running?
>
> Cheers,
>
> Michael
>
> ----
> (michael 
> <http://twitter.com/mesirii>)-[:SUPPORTS]->(*YOU*)-[:USE]->(Neo4j<http://neo4j.org>
> )
> Learn Online <http://neo4j.org/learn/online_course>, 
> Offline<http://www.neo4j.org/events> or 
> Read a Book <http://graphdatabases.com> (in Deutsch<http://bit.ly/das-buch>
> )
> We're trading T-shirts for cool Graph Models <http://bit.ly/graphgist>
>
>
>
>
>
>
>  
> Am 14.03.2014 um 11:40 schrieb dronevil <[email protected]<javascript:>
> >:
>
> Looking at the output now, I am also puzzled since yesterday I got a 
> different error:
>
> Tests in error: 
>
>   org.neo4j.server.plugin.sparql.SPARQLPluginFunctionalTest: Unable to 
> start server on localhost:7474
>
>
> but today it is the one from above
>
> -- 
> 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 [email protected] <javascript:>.
> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to