java.version = 1.7.0_04-ea java.runtime.version = 1.7.0_04-ea-b18 appName = brickbreaker.Main Unable to find preloader class name preloaderName = null 1) Try existing classpath... ===== URL list file:/Users/kcr/javafx/2.1-kcr-gfx/jfx/artifacts/apps/ga-samples/BrickBreaker.jar ===== 2) Try javafx.runtime.path property... 3) Look for cobundled JavaFX ... [java.home=/Users/kcr/Downloads/jdk7u/jdk1.7.0_04-b18/Contents/Home/jre ===== URL list file:/Users/kcr/javafx/2.1-kcr-gfx/jfx/artifacts/apps/ga-samples/BrickBreaker.jar file:/Users/kcr/Downloads/jdk7u/jdk1.7.0_04-b18/Contents/Home/jre/lib/jfxrt.jar file:/Users/kcr/Downloads/jdk7u/jdk1.7.0_04-b18/Contents/Home/jre/lib/deploy.jar file:/Users/kcr/Downloads/jdk7u/jdk1.7.0_04-b18/Contents/Home/jre/lib/plugin.jar file:/Users/kcr/Downloads/jdk7u/jdk1.7.0_04-b18/Contents/Home/jre/lib/javaws.jar ===== Try calling Class.forName(brickbreaker.Main) using classLoader = java.net.URLClassLoader@6b38dba found class: class brickbreaker.Main launchApp: Try calling com.sun.javafx.application.LauncherImpl.launchApplication Prism pipeline init order: j2d Using t2k for text rasterization Using dirty region optimizations *** Fallback to Prism SW pipeline Prism pipeline name = com.sun.prism.j2d.J2DPipeline (X) Got class = class com.sun.prism.j2d.J2DPipeline Initialized prism pipeline: com.sun.prism.j2d.J2DPipeline JavaFX: using com.sun.javafx.tk.quantum.QuantumToolkit RESIZE: 1333553830355049000 w: 966 h: 723 Glass native format: 1 ^\2012-04-04 08:37:14 Full thread dump Java HotSpot(TM) 64-Bit Server VM (23.0-b19 mixed mode): "Thread-3" daemon prio=5 tid=0x00007fd82b8c0000 nid=0x115739000 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JavaFX Application Thread" prio=5 tid=0x00007fd82b841800 nid=0x7fff7b0d9960 runnable [0x00007fff64287000] java.lang.Thread.State: RUNNABLE at com.sun.glass.ui.mac.MacWindow._setBounds(Native Method) at com.sun.glass.ui.Window.setBounds(Window.java:364) at com.sun.javafx.tk.quantum.WindowStage.setBounds(WindowStage.java:185) at javafx.stage.Window$TKBoundsConfigurator.apply(Window.java:1076) at javafx.stage.Window$10.invalidated(Window.java:717) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:129) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:163) at javafx.stage.Window.setShowing(Window.java:768) at javafx.stage.Window.show(Window.java:783) at javafx.stage.Stage.show(Stage.java:207) at brickbreaker.Main.start(Main.java:60) at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:315) at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:174) at com.sun.javafx.application.PlatformImpl$3.run(PlatformImpl.java:141) "Disposer" daemon prio=5 tid=0x00007fd82c0c7800 nid=0x1142c0000 in Object.wait() [0x00000001142bf000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007e4a28a18> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007e4a28a18> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at com.sun.glass.utils.Disposer.run(Disposer.java:69) at java.lang.Thread.run(Thread.java:722) "QuantumRenderer-0" daemon prio=5 tid=0x00007fd82c0c7000 nid=0x1141bd000 runnable [0x00000001141ba000] java.lang.Thread.State: RUNNABLE at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928) - locked <0x00000007e4765070> (a java.util.Vector) - locked <0x00000007e47650c8> (a java.util.Vector) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825) at java.lang.Runtime.load0(Runtime.java:792) - locked <0x00000007e4777678> (a java.lang.Runtime) at java.lang.System.load(System.java:1059) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928) - locked <0x00000007e4765070> (a java.util.Vector) - locked <0x00000007e47650c8> (a java.util.Vector) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846) at java.lang.Runtime.loadLibrary0(Runtime.java:845) - locked <0x00000007e4777678> (a java.lang.Runtime) at java.lang.System.loadLibrary(System.java:1084) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) at java.security.AccessController.doPrivileged(Native Method) at java.awt.image.ColorModel.loadLibraries(ColorModel.java:206) at java.awt.image.ColorModel.(ColorModel.java:214) at java.awt.image.BufferedImage.(BufferedImage.java:291) at com.sun.prism.j2d.J2DPresentable$Glass.createBuffer(J2DPresentable.java:61) at com.sun.prism.j2d.J2DPresentable.createGraphics(J2DPresentable.java:196) at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:67) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) at com.sun.prism.render.RenderJob.run(RenderJob.java:37) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:96) at java.lang.Thread.run(Thread.java:722) "JavaFX-Launcher" prio=5 tid=0x00007fd82d00e000 nid=0x1140ba000 waiting on condition [0x00000001140b9000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007e4bf2018> (a java.util.concurrent.CountDownLatch$Sync) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834) at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994) at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303) at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:236) at com.sun.javafx.application.PlatformImpl.runAndWait(PlatformImpl.java:189) at com.sun.javafx.application.PlatformImpl.runAndWait(PlatformImpl.java:154) at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:307) at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47) at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115) at java.lang.Thread.run(Thread.java:722) "Service Thread" daemon prio=5 tid=0x00007fd82c053000 nid=0x113daa000 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C1 CompilerThread3" daemon prio=5 tid=0x00007fd82d833800 nid=0x113ca7000 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread2" daemon prio=5 tid=0x00007fd82d832800 nid=0x113ba4000 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=5 tid=0x00007fd82d832000 nid=0x113aa1000 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=5 tid=0x00007fd82d830800 nid=0x11399e000 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=5 tid=0x00007fd82d808800 nid=0x11389b000 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=5 tid=0x00007fd82c04e000 nid=0x113594000 in Object.wait() [0x0000000113593000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007e47657f0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007e47657f0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:177) "Reference Handler" daemon prio=5 tid=0x00007fd82c04d800 nid=0x113491000 in Object.wait() [0x0000000113490000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007e4765370> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) - locked <0x00000007e4765370> (a java.lang.ref.Reference$Lock) "main" prio=5 tid=0x00007fd82b840800 nid=0x106eae000 waiting on condition [0x0000000106eac000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007e48f7f20> (a java.util.concurrent.CountDownLatch$Sync) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834) at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994) at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303) at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:236) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:134) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.javafx.main.Main.launchApp(Main.java:486) at com.javafx.main.Main.main(Main.java:638) "VM Thread" prio=5 tid=0x00007fd82c04a800 nid=0x11338e000 runnable "GC task thread#0 (ParallelGC)" prio=5 tid=0x00007fd82c00e800 nid=0x10d620000 runnable "GC task thread#1 (ParallelGC)" prio=5 tid=0x00007fd82c00f000 nid=0x10d723000 runnable "GC task thread#2 (ParallelGC)" prio=5 tid=0x00007fd82c00f800 nid=0x10d826000 runnable "GC task thread#3 (ParallelGC)" prio=5 tid=0x00007fd82c010000 nid=0x10d929000 runnable "GC task thread#4 (ParallelGC)" prio=5 tid=0x00007fd82c011000 nid=0x10da2c000 runnable "GC task thread#5 (ParallelGC)" prio=5 tid=0x00007fd82c011800 nid=0x10db2f000 runnable "GC task thread#6 (ParallelGC)" prio=5 tid=0x00007fd82c012000 nid=0x10dc32000 runnable "GC task thread#7 (ParallelGC)" prio=5 tid=0x00007fd82c012800 nid=0x10dd35000 runnable "VM Periodic Task Thread" prio=5 tid=0x00007fd82c051800 nid=0x113ead000 waiting on condition JNI global references: 220 Heap PSYoungGen total 24640K, used 17051K [0x00000007e4760000, 0x00000007e62e0000, 0x0000000800000000) eden space 21120K, 80% used [0x00000007e4760000,0x00000007e5806f08,0x00000007e5c00000) from space 3520K, 0% used [0x00000007e5f70000,0x00000007e5f70000,0x00000007e62e0000) to space 3520K, 0% used [0x00000007e5c00000,0x00000007e5c00000,0x00000007e5f70000) ParOldGen total 56448K, used 0K [0x00000007ad600000, 0x00000007b0d20000, 0x00000007e4760000) object space 56448K, 0% used [0x00000007ad600000,0x00000007ad600000,0x00000007b0d20000) PSPermGen total 21248K, used 7738K [0x00000007a8400000, 0x00000007a98c0000, 0x00000007ad600000) object space 21248K, 36% used [0x00000007a8400000,0x00000007a8b8e990,0x00000007a98c0000)