No, I don't see that. Here's the full output.. the "..." are just
thousands of lines where the port numbers are increasing by one on
each line.
Java Web Start 1.6.0_14
Using JRE version 1.6.0_14-b08 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\scott.palmer
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
0-5: set trace level to <n>
----------------------------------------------------
Configuration directory location is: "C:\Documents and Settings
\scott.palmer\.WidgetFX"
9-Jul-2009 2:16:19 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=34900,localport=7878]
...
9-Jul-2009 2:16:20 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=35334,localport=8747]
Resource not cached
Resource not cached
Resource not cached
Resource not cached
Resource not cached
9-Jul-2009 2:16:20 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=35335,localport=8751]
9-Jul-2009 2:16:20 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=35336,localport=8752]
...
9-Jul-2009 2:16:22 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=37602,localport=13210]
Resource not cached
9-Jul-2009 2:16:22 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=37603,localport=13211]
...
9-Jul-2009 2:16:41 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=45205,localport=28513]
Exception in thread "AWT-EventQueue-1" java.lang.OutOfMemoryError:
Java heap space
	at java.util.Arrays.copyOfRange(Unknown Source)
	at java.lang.String.<init>(Unknown Source)
	at javax.swing.text.GapContent.getString(Unknown Source)
	at javax.swing.text.AbstractDocument.getText(Unknown Source)
	at javax.swing.text.JTextComponent.getText(Unknown Source)
	at com.sun.deploy.util.ConsoleWindow$25.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
9-Jul-2009 2:16:41 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=45206,localport=28514]
9-Jul-2009 2:16:41 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=45207,localport=28517]
Exception in thread "AWT-EventQueue-1" java.lang.OutOfMemoryError:
Java heap space
	at java.util.Arrays.copyOfRange(Unknown Source)
	at java.lang.String.<init>(Unknown Source)
	at javax.swing.text.GapContent.getString(Unknown Source)
	at javax.swing.text.AbstractDocument.getText(Unknown Source)
	at javax.swing.text.JTextComponent.getText(Unknown Source)
	at com.sun.deploy.util.ConsoleWindow$25.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
9-Jul-2009 2:16:42 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=45208,localport=28519]
9-Jul-2009 2:16:42 PM org.widgetfx.communication.CommunicationSender
<init>
INFO: CommunicationSender hooked up to socket = Socket[addr=localhost/
127.0.0.1,port=45209,localport=28521]
Exception in thread "Communication Server Search Thread"
java.lang.OutOfMemoryError: Java heap space
	at java.io.BufferedWriter.<init>(Unknown Source)
	at java.io.BufferedWriter.<init>(Unknown Source)
	at java.io.PrintWriter.<init>(Unknown Source)
	at org.widgetfx.communication.CommunicationSender.<init>
(CommunicationSender.java:52)
	at org.widgetfx.communication.CommunicationManager
$ServerStartThread.run(CommunicationManager.java:115)
	at java.lang.Thread.run(Unknown Source)