dev@glassfish.java.net

Re: MacOS Java update problem?

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Tue, 26 Oct 2010 16:21:31 -0500

  There was recently a change to the way tools.jar is put into the
classloader. See revision 42145, issue 14007 fixed on 10/26 at 1am PT.

I wonder if this is related to what you are seeing.
Tom


On 10/26/2010 4:17 PM, Bill Shannon wrote:
> 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?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>