Subject: | |
From: | |
Reply To: | |
Date: | Fri, 26 Mar 2004 01:12:59 -0500 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
Hi,
Well I am trying to do something a little interesting. I want to
display a graphic with a demonstration of my latest GP tree built. The
demonstration is to visualize how the GP is learning through iterations,
but I am having some trouble creating my dialog in the postEvaluation
section of the statistics... Below is the stack trace that I receive...
AWT blocker activation interrupted:
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at sun.awt.AWTAutoShutdown.activateBlockerThread(Unknown Source)
at sun.awt.AWTAutoShutdown.setToolkitBusy(Unknown Source)
at sun.awt.AWTAutoShutdown.notifyToolkitThreadBusy(Unknown Source)
at sun.awt.windows.WToolkit.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at java.awt.Toolkit$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
at java.awt.Window.getToolkit(Unknown Source)
at java.awt.Window.init(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at javax.swing.SwingUtilities$1.<init>(Unknown Source)
at javax.swing.SwingUtilities.getSharedOwnerFrame(Unknown Source)
at javax.swing.JDialog.<init>(Unknown Source)
at javax.swing.JDialog.<init>(Unknown Source)
at javax.swing.JDialog.<init>(Unknown Source)
at ant.gui.AntDialog.<init>(AntDialog.java:90)
at ant.gui.GPGuiRunner.run(GPGuiRunner.java:14)
the GPGuiRunner is simply a wrapper thread class. I thought that it
would be less affected if running within its own thread, but it seems
that the thread that is responsible for the statistics output cannot be
blocked (always immediately results in a InterruptException)... I have
tried to find out why this is so, but so far to little avail... I need
to know how to do this ASAP unfortunately, as the assignment is due
early next week... Thanks... And by the way great tool you have developed!!!
ALex
|
|
|