Bad version number: neo4j-community-1.5-unix on Mac OS X 10.5.8

92 views
Skip to first unread message

Karo Moilanen

unread,
Jan 19, 2012, 6:00:35 PM1/19/12
to ne...@googlegroups.com
Hi,

[sorry for a newbie question]

I'm unable to launch

$ bin/neo4j start  

which bombs out with

Starting Neo4j Server...Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)

That's a little strange because I face no problems with accessing Neo4j from within a Scala (2.9.1.final) program, and because I'm demonstrably on Java 1.6.

My set-up is as follows:

Mac OS X 10.5.8

$ java -version     => java version "1.6.0_26"
$ javac -version   => javac 1.6.0_26

$ bin/neo4j info
Neo4j Server is not running
Using Java version: CurrentJDK
NEO4J_HOME:                 /blahblah/neo4j-community-1.5
NEO4J_SERVER_PORT: 7474
NEO4J_INSTANCE:          /blahblah/neo4j-community-1.5
JAVA_HOME:                    /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
JAVA_OPTS:                     -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Xms3m -Xmx64m
CLASSPATH:                    (see below)

Any advice? neo4j-community-1.6.M03 gives the same error, by the way.

Very many thanks,

Karo


CLASSPATH:
/blahblah/neo4j-community-1.5/lib/geronimo-jta_1.1_spec-1.1.1.jar
/blahblah/neo4j-community-1.5/lib/lucene-core-3.1.0.jar
/blahblah/neo4j-community-1.5/lib/neo4j-community-1.5.jar
/blahblah/neo4j-community-1.5/lib/neo4j-cypher-1.5.jar
/blahblah/neo4j-community-1.5/lib/neo4j-graph-algo-1.5.jar
/blahblah/neo4j-community-1.5/lib/neo4j-graph-matching-1.5.jar
/blahblah/neo4j-community-1.5/lib/neo4j-jmx-1.5.jar
/blahblah/neo4j-community-1.5/lib/neo4j-kernel-1.5.jar
/blahblah/neo4j-community-1.5/lib/neo4j-lucene-index-1.5.jar
/blahblah/neo4j-community-1.5/lib/neo4j-shell-1.5.jar
/blahblah/neo4j-community-1.5/lib/neo4j-udc-1.5.jar
/blahblah/neo4j-community-1.5/lib/org.apache.servicemix.bundles.jline-0.9.94_1.jar
/blahblah/neo4j-community-1.5/lib/scala-library-2.9.0-1.jar
/blahblah/neo4j-community-1.5/lib/server-api-1.5.jar
/blahblah/neo4j-community-1.5/system/lib/antlr-2.7.7.jar
/blahblah/neo4j-community-1.5/system/lib/asm-3.1.jar
/blahblah/neo4j-community-1.5/system/lib/asm-analysis-3.2.jar
/blahblah/neo4j-community-1.5/system/lib/asm-commons-3.2.jar
/blahblah/neo4j-community-1.5/system/lib/asm-tree-3.2.jar
/blahblah/neo4j-community-1.5/system/lib/asm-util-3.2.jar
/blahblah/neo4j-community-1.5/system/lib/blueprints-core-1.0.jar
/blahblah/neo4j-community-1.5/system/lib/blueprints-neo4j-graph-1.0.jar
/blahblah/neo4j-community-1.5/system/lib/commons-beanutils-1.8.0.jar
/blahblah/neo4j-community-1.5/system/lib/commons-beanutils-core-1.8.0.jar
/blahblah/neo4j-community-1.5/system/lib/commons-collections-3.2.1.jar
/blahblah/neo4j-community-1.5/system/lib/commons-configuration-1.6.jar
/blahblah/neo4j-community-1.5/system/lib/commons-digester-1.8.1.jar
/blahblah/neo4j-community-1.5/system/lib/commons-io-1.4.jar
/blahblah/neo4j-community-1.5/system/lib/commons-lang-2.4.jar
/blahblah/neo4j-community-1.5/system/lib/commons-logging-1.1.1.jar
/blahblah/neo4j-community-1.5/system/lib/gremlin-1.3.jar
/blahblah/neo4j-community-1.5/system/lib/groovy-1.8.2.jar
/blahblah/neo4j-community-1.5/system/lib/jackson-core-asl-1.8.3.jar
/blahblah/neo4j-community-1.5/system/lib/jackson-jaxrs-1.8.3.jar
/blahblah/neo4j-community-1.5/system/lib/jackson-mapper-asl-1.8.3.jar
/blahblah/neo4j-community-1.5/system/lib/jansi-1.5.jar
/blahblah/neo4j-community-1.5/system/lib/jcl-over-slf4j-1.6.1.jar
/blahblah/neo4j-community-1.5/system/lib/jersey-core-1.9.jar
/blahblah/neo4j-community-1.5/system/lib/jersey-multipart-1.9.jar
/blahblah/neo4j-community-1.5/system/lib/jersey-server-1.9.jar
/blahblah/neo4j-community-1.5/system/lib/jettison-1.3.jar
/blahblah/neo4j-community-1.5/system/lib/jetty-6.1.25.jar
/blahblah/neo4j-community-1.5/system/lib/jetty-util-6.1.25.jar
/blahblah/neo4j-community-1.5/system/lib/jsr311-api-1.1.1.jar
/blahblah/neo4j-community-1.5/system/lib/log4j-over-slf4j-1.6.1.jar
/blahblah/neo4j-community-1.5/system/lib/mimepull-1.6.jar
/blahblah/neo4j-community-1.5/system/lib/neo4j-cypher-plugin-1.5.jar
/blahblah/neo4j-community-1.5/system/lib/neo4j-gremlin-plugin-1.5.jar
/blahblah/neo4j-community-1.5/system/lib/neo4j-server-1.5-static-web.jar
/blahblah/neo4j-community-1.5/system/lib/neo4j-server-1.5.jar
/blahblah/neo4j-community-1.5/system/lib/pipes-0.8.jar
/blahblah/neo4j-community-1.5/system/lib/rrd4j-2.0.7.jar
/blahblah/neo4j-community-1.5/system/lib/servlet-api-2.5-20081211.jar
/blahblah/neo4j-community-1.5/system/lib/slf4j-api-1.6.1.jar
/blahblah/neo4j-community-1.5/system/lib/slf4j-jdk14-1.6.1.jar
/blahblah/neo4j-community-1.5/system/lib/stax-api-1.0.1.jar


Peter Neubauer

unread,
Jan 21, 2012, 4:33:23 AM1/21/12
to ne...@googlegroups.com
Odd.
What JDK/JRE are you running?

Cheers,

/peter neubauer

Google:    neubauer.peter
Skype:     peter.neubauer
Phone:     +46 704 106975
LinkedIn:  http://www.linkedin.com/in/neubauer
Twitter:    @peterneubauer
Tungle:    tungle.me/peterneubauer

brew install neo4j && neo4j start
heroku addons:add neo4j

Karo Moilanen

unread,
Jan 24, 2012, 3:33:34 AM1/24/12
to Neo4j
Hi,

>> > What JDK/JRE are you running?

I'm using
----------------------------------------------------
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-9M3425)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)
javac 1.6.0_26
----------------------------------------------------

Thanks,

Karo

On Jan 21, 9:33 am, Peter Neubauer <peter.neuba...@neotechnology.com>
wrote:

Peter Neubauer

unread,
Feb 8, 2012, 6:34:13 AM2/8/12
to ne...@googlegroups.com
Karo,
still having this issue? Maybe you could connect via Skype so we can sort it out?

Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

Neo4j 1.6 released                 - dzone.com/6S4K
The Neo4j Heroku Challenge   - http://neo4j-challenge.herokuapp.com/

Anup Patwardhan

unread,
Jun 15, 2013, 10:42:03 PM6/15/13
to ne...@googlegroups.com
I am also trying to launch the latest community edition with java 1.6 on OSX 10.5.8 but I still get this class error.

What can I try?

Peter Neubauer

unread,
Jun 16, 2013, 3:13:09 AM6/16/13
to Neo4j User

The latest 2.0 builds are compiled with Java 7,please upgrade your system.

/peter

Sent from mobile device.

--
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+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Anup Patwardhan

unread,
Jun 16, 2013, 6:38:15 PM6/16/13
to ne...@googlegroups.com
Hi Peter,

Do you have time to skype tomorrow morning (Monday)?  Where are you located?

Regards,
Anup

Anup Patwardhan

unread,
Jun 17, 2013, 2:01:13 AM6/17/13
to ne...@googlegroups.com
Hi Peter,

I have a demo on Tuesday and I won't have an opportunity to upgrade
this system from 10.5.8. Can you help if possible?

Anup


On 6/16/13, Anup Patwardhan <tier...@gmail.com> wrote:
> Hi Peter,
>
> Do you have time to skype tomorrow morning (Monday)? Where are you
> located?
>
> Regards,
> Anup
>
>
> On Sunday, June 16, 2013 12:13:09 AM UTC-7, Peter Neubauer wrote:
>>
>> The latest 2.0 builds are compiled with Java 7,please upgrade your system.
>>
>>
>> /peter
>>
>> Sent from mobile device.
>> On Jun 16, 2013 7:32 AM, "Anup Patwardhan"
>> <anup...@gmail.com<javascript:>>
>> wrote:
>>
>>> I am also trying to launch the latest community edition with java 1.6 on
>>>
>>> OSX 10.5.8 but I still get this class error.
>>>
>>> What can I try?
>>>
>>> On Wednesday, February 8, 2012 3:34:13 AM UTC-8, Peter Neubauer wrote:
>>>>
>>>> Karo,
>>>> still having this issue? Maybe you could connect via Skype so we can
>>>> sort it out?
>>>>
>>>> Cheers,
>>>>
>>>> /peter neubauer
>>>>
>>>> G: neubauer.peter
>>>> S: peter.neubauer
>>>> P: +46 704 106975
>>>> L:
>>>> http://www.linkedin.com/in/**neubauer<http://www.linkedin.com/in/neubauer>
>>>> T: @peterneubauer
>>>>
>>>> Neo4j 1.6 released - dzone.com/6S4K
>>>> The Neo4j Heroku Challenge -
>>>> http://neo4j-challenge.**herokuapp.com/<http://neo4j-challenge.herokuapp.com/>
>>>>
>>>>
>>>> On Tue, Jan 24, 2012 at 9:33 AM, Karo Moilanen
>>>> <hullme...@googlemail.com
>>>> > wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> >> > What JDK/JRE are you running?
>>>>>
>>>>> I'm using
>>>>> ------------------------------**----------------------
>>>>> java version "1.6.0_26"
>>>>> Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-9M3425)
>>>>> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)
>>>>> javac 1.6.0_26
>>>>> ------------------------------**----------------------
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Karo
>>>>>
>>>>> On Jan 21, 9:33 am, Peter Neubauer
>>>>> <peter.neuba...@neotechnology.**com>
>>>>> wrote:
>>>>> > Odd.
>>>>> > What JDK/JRE are you running?
>>>>> >
>>>>> > Cheers,
>>>>> >
>>>>> > /peter neubauer
>>>>> >
>>>>> > Google: neubauer.peter
>>>>> > Skype: peter.neubauer
>>>>> > Phone: +46 704 106975
>>>>> > LinkedIn:
>>>>> > http://www.linkedin.**com/in/neubauer<http://www.linkedin.com/in/neubauer>
>>>>> > Twitter: @peterneubauer
>>>>> > Tungle: tungle.me/peterneubauer
>>>>> >
>>>>> > brew install neo4j && neo4j start
>>>>> > heroku addons:add neo4j
>>>>> >
>>>>> > On Fri, Jan 20, 2012 at 12:00 AM, Karo Moilanen
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > <hullmegac...@googlemail.com> wrote:
>>>>> > > Hi,
>>>>> >
>>>>> > > [sorry for a newbie question]
>>>>> >
>>>>> > > I'm unable to launch
>>>>> >
>>>>> > > $ bin/neo4j start
>>>>> >
>>>>> > > which bombs out with
>>>>> >
>>>>> > > Starting Neo4j Server...Exception in thread "main"
>>>>> > > java.lang.**UnsupportedClassVersionError: Bad version number in
>>>>> .class file
>>>>> > > at java.lang.ClassLoader.**defineClass1(Native Method)
>>>>> > > at java.lang.ClassLoader.**defineClass(ClassLoader.java:**676)
>>>>> > > at
>>>>> > > java.security.**SecureClassLoader.defineClass(**
>>>>> SecureClassLoader.java:124)
>>>>> > > at java.net.URLClassLoader.**defineClass(URLClassLoader.**
>>>>> java:260)
>>>>> > > at java.net.URLClassLoader.**access$100(URLClassLoader.**
>>>>> java:56)
>>>>> > > at java.net.URLClassLoader$1.run(**URLClassLoader.java:195)
>>>>> > > at java.security.**AccessController.doPrivileged(**Native
>>>>> Method)
>>>>> > > at java.net.URLClassLoader.**findClass(URLClassLoader.java:**
>>>>> 188)
>>>>> > > at java.lang.ClassLoader.**loadClass(ClassLoader.java:**317)
>>>>> > > at sun.misc.Launcher$**AppClassLoader.loadClass(**
>>>>> Launcher.java:280)
>>>>> > > at java.lang.ClassLoader.**loadClass(ClassLoader.java:**252)
>>>>> > > at java.lang.ClassLoader.**loadClassInternal(ClassLoader.**
>>>>> java:375)
>>>>> >
>>>>> > > That's a little strange because I face no problems with accessing
>>>>> Neo4j from
>>>>> > > within a Scala (2.9.1.final) program, and because I'm demonstrably
>>>>> > >
>>>>> on Java
>>>>> > > 1.6.
>>>>> >
>>>>> > > My set-up is as follows:
>>>>> >
>>>>> > > Mac OS X 10.5.8
>>>>> >
>>>>> > > $ java -version => java version "1.6.0_26"
>>>>> > > $ javac -version => javac 1.6.0_26
>>>>> >
>>>>> > > $ bin/neo4j info
>>>>> > > Neo4j Server is not running
>>>>> > > Using Java version: CurrentJDK
>>>>> > > NEO4J_HOME: /blahblah/neo4j-community-1.5
>>>>> > > NEO4J_SERVER_PORT: 7474
>>>>> > > NEO4J_INSTANCE: /blahblah/neo4j-community-1.5
>>>>> > > JAVA_HOME:
>>>>> > > /System/Library/Frameworks/**JavaVM.framework/Versions/**
>>>>> CurrentJDK/Home
>>>>> > > JAVA_OPTS: -server -XX:+DisableExplicitGC
>>>>> > > -Dorg.neo4j.server.properties=**conf/neo4j-server.properties
>>>>> > > -Djava.util.logging.config.**file=conf/logging.properties -Xms3m
>>>>> -Xmx64m
>>>>> > > CLASSPATH: (see below)
>>>>> >
>>>>> > > Any advice? neo4j-community-1.6.M03 gives the same error, by the
>>>>> way.
>>>>> >
>>>>> > > Very many thanks,
>>>>> >
>>>>> > > Karo
>>>>> >
>>>>> > > CLASSPATH:
>>>>> > > /blahblah/neo4j-community-1.5/**lib/geronimo-jta_1.1_spec-1.1.**
>>>>> 1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/lucene-core-3.1.0.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-community-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-cypher-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-graph-algo-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-graph-matching-1.5.**jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-jmx-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-kernel-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-lucene-index-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-shell-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/neo4j-udc-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/org.apache.servicemix.**
>>>>> bundles.jline-0.9.94_1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/scala-library-2.9.0-1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**lib/server-api-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/antlr-2.7.7.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/asm-3.1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/asm-analysis-3.2.**jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/asm-commons-3.2.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/asm-tree-3.2.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/asm-util-3.2.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/blueprints-core-1.**
>>>>> 0.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/blueprints-neo4j-**
>>>>> graph-1.0.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/commons-beanutils-**
>>>>> 1.8.0.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/commons-beanutils-**
>>>>> core-1.8.0.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/commons-**
>>>>> collections-3.2.1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/commons-**
>>>>> configuration-1.6.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/commons-digester-1.**
>>>>> 8.1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/commons-io-1.4.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/commons-lang-2.4.**jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/commons-logging-1.**
>>>>> 1.1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/gremlin-1.3.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/groovy-1.8.2.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jackson-core-asl-1.**
>>>>> 8.3.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jackson-jaxrs-1.8.**
>>>>> 3.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jackson-mapper-asl-**
>>>>> 1.8.3.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jansi-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jcl-over-slf4j-1.6.**
>>>>> 1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jersey-core-1.9.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jersey-multipart-1.**
>>>>> 9.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jersey-server-1.9.**jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jettison-1.3.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jetty-6.1.25.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jetty-util-6.1.25.**jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/jsr311-api-1.1.1.**jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/log4j-over-slf4j-1.**
>>>>> 6.1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/mimepull-1.6.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/neo4j-cypher-**
>>>>> plugin-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/neo4j-gremlin-**
>>>>> plugin-1.5.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/neo4j-server-1.5-**
>>>>> static-web.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/neo4j-server-1.5.**jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/pipes-0.8.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/rrd4j-2.0.7.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/servlet-api-2.5-**
>>>>> 20081211.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/slf4j-api-1.6.1.jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/slf4j-jdk14-1.6.1.**jar
>>>>> > > /blahblah/neo4j-community-1.5/**system/lib/stax-api-1.0.1.jar
>>>>>
>>>>
>>>> --
>>> 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+un...@googlegroups.com <javascript:>.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>>
>>>
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Neo4j" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/neo4j/y9Vw4pf4WgU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to

Peter Neubauer

unread,
Jun 17, 2013, 2:12:22 AM6/17/13
to Neo4j User
Anup,
have you tried compiling Neoj4 community with Java 1.6 from source instead in order to get it going? I can do it and get it over to you. No guarantees, but I think it still works fine.

/peter


Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

Kids in Malmö this summer?       - http://www.kidscraft.se
Neo4j questions? Please use SO - http://stackoverflow.com/search?q=neo4j


To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.

Peter Neubauer

unread,
Jun 17, 2013, 2:35:35 AM6/17/13
to Neo4j User
Yes,
just contact me over Skype.

/peter


Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

Kids in Malmö this summer?       - http://www.kidscraft.se
Neo4j questions? Please use SO - http://stackoverflow.com/search?q=neo4j
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.

Anup Patwardhan

unread,
Jun 17, 2013, 5:48:23 AM6/17/13
to ne...@googlegroups.com
Peter,

I have not tried to compile from source. If you can do it, that will be great. I am tying to get it running and would like to import some test data into the database  to show a graph. 

Anup Patwardhan

Peter Neubauer

unread,
Jun 17, 2013, 7:41:01 AM6/17/13
to Neo4j User
just for the record - the JRE layout has bene changed in OSX 10.6+ which is the reason for these problems. Correcting the script settings (e.g. setting $JAVACMD as en explicit environment variable pointing to the  java binary) for 10.5 fixes the problems and starts  neo4j 1.9 with Java6 correctly.

/peter


Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

Kids in Malmö this summer?       - http://www.kidscraft.se
Neo4j questions? Please use SO - http://stackoverflow.com/search?q=neo4j


Reply all
Reply to author
Forward
0 new messages