Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherWhich version of OpenJDK 1.6 are you using?
In order to run Java nodes, (the "Pivot - Data to Names" node is a Java node), the LAE needs to have a JDK installed which has a Java compiler.
I think in the release notes, it mentions that the 1.6 JDK is required.
I definitely know that the Oracle/Sun 1.6 JDK contains the Java compiler, and I'm pretty sure the IBM version does as well.
It looks like, however, earlier versions of OpenJDK 1.6 do not contain the Java compiler - see here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507641
I can only assume that the java compiler is actually present (i.e. there is a javac executable), however my guess is that this hasn't been incorporated into the ToolProvider.getJavaCompiler mechanism yet for that verion of OpenJDK 1.6.
It might just be that you need to upgrade to a later version of OpenJDK 1.6.
As mentioned in a previous thread, (
http://community.lavastorm.com/showt...=java+compiler) the error message in this scenario provided by the node is pretty terrible - this is an issue which we will be addressing in an upcoming maintenance release.
Regards,
Tim.