I was trying to start up a gui client on a AIX 5.1 ( 5100-01 ) machine. It hangs after the first window appears. I've pasted the error log below.
This happens when I run it with both jdk1.2.2 and jdk1.3. However there were no such problem on another AIX 5.1 machine, as well as 4.3.3
machines
I've tried to adjust ms and mx in the startup script but that didn't help either ( originally we set -ms4m -mx92m, and had no problems on the other machines )
is this some kind of gui/awt configuration problem on this particular 5.1 machine? or something else ?
thanks for your time
----------------------------------------------------------------------------------------------------------------------------
Exception in thread "main" java.lang.OutOfMemoryError
at java.lang.Thread.start(Native Method)
at sun.awt.image.ImageFetcher$1.run(ImageFetcher.java:101)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.image.ImageFetcher.add(ImageFetcher.java:94)
at sun.awt.image.InputStreamImageSource.startProduction(InputStreamImageSource.java:15
at sun.awt.image.InputStreamImageSource.addConsumer(InputStreamImageSource.java:115)
at sun.awt.image.InputStreamImageSource.startProduction(InputStreamImageSource.java:15
at sun.awt.image.ImageRepresentation.startProduction(ImageRepresentation.java:602)
at sun.awt.image.ImageRepresentation.prepare(ImageRepresentation.java:640)
at sun.awt.motif.MToolkit.prepareScrImage(MToolkit.java:299)
at sun.awt.motif.MToolkit.prepareImage(MToolkit.java:323)
at java.awt.Component.prepareImage(Component.java:2150)
at java.awt.ImageMediaEntry.startLoad(MediaTracker.java:893)
at java.awt.MediaEntry.getStatus(MediaTracker.java:843)
at java.awt.ImageMediaEntry.getStatus(MediaTracker.java:889)
at java.awt.MediaTracker.statusAll(MediaTracker.java:441)
at java.awt.MediaTracker.waitForAll(MediaTracker.java:393)
at java.awt.MediaTracker.waitForAll(MediaTracker.java:363)