dev@glassfish.java.net

MacOS Java update problem?

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Tue, 26 Oct 2010 14:17:15 -0700

My build is working now, but quicklook is still failing, only on MacOS.
Here's the failure:

   [testng] ===============================================
   [testng] admincli_tests
   [testng] Tests run: 4, Failures: 0, Skips: 0
   [testng] ===============================================
   [testng]
   [testng] Oct 26, 2010 12:41:35 PM com.sun.logging.LogDomains$1 log
   [testng] INFO: Cannot find javadb client jar file, derby jdbc driver will not
be available by default.
   [testng] Oct 26, 2010 12:41:35 PM com.sun.logging.LogDomains$1 log
   [testng] WARNING: JDK tools.jar does not exist at
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/lib/tools.jar
   [testng] java.io.IOException: Failed to retrieve RMIServer stub:
javax.naming.NameNotFoundException: jmxrmi
   [testng] at
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)


Note that it can't find tools.jar. A web search suggests that maybe
there shouldn't even *be* a tools.jar on MacOS, so I don't know if
this is a new problem or what.

I'm running:

$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)

Can someone else with the same Java version of MacOS confirm that quicklook
is working for you?