This looks like the JDK you're using does not have classes from "com.sun.management" aboard. Don't know much about JDKs on AIX, but I guess you're using a IBM JDK? Maybe check if OpenJDK (if this exsits for AIX) works better?
2014-08-15 20:32 GMT+02:00 Siah <[email protected]>: > Hi I'm working on porting NEo4j on AIX and I was wondering if there is > anyone who has previously made an attempt to port to AIX. > I'm currently having this ERROR while running "mvn clean install" > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile > (compile-neo4j-kernel) on project neo4j-kernel: Compilation failure: > Compilation failure: > [ERROR] > /home/neo4j/community/kernel/src/main/java/org/neo4j/unsafe/impl/batchimport/cache/AvailableMemoryCalculator.java:[33,31] > package com.sun.management does not exist > [ERROR] > /home/neo4j/community/kernel/src/main/java/org/neo4j/unsafe/impl/batchimport/cache/AvailableMemoryCalculator.java:[34,40] > package com.sun.management does not exist > > Let me know if you need more info, its my first time posting here :) > > -- > 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. -- 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.
