JDK1.3 on Linux with SMP

2000-08-22 Thread Java Linux

Hi all,

We're running Red Hat Linux 6.1, kernel 2.2.12 and
glibc 2.1.2 on Pentium SMP machines. After several
hours of running, sometimes one node will crash,
giving:

Exception in thread "main" java.lang.OutOfMemoryError
<>

In fact, it's unlikely that there should be any memory
problems and this error does not occur when running on
a single node. It's also disturbing that each java
process takes only about 40 percent of the processing
capacity on each node, even though it could go up to 7

percent or more.  So, Sun's JDK 1.3 doesn't seem to be
working on SMP machines under linux.

Any advice?

Thanks.



__
Do You Yahoo!?
Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




java-linux-digest Digest V02 #36

2002-06-05 Thread java-linux-digest-request
--- Begin Message ---

java-linux-digest DigestVolume 02 : Issue 36

Today's Topics:
  JDialog.setVisible(true) -> iconifie  [ Dick Repasky <[EMAIL PROTECTED] ]
  Re: JDialog.setVisible(true) -> icon  [ "Sudhir Kumar" <[EMAIL PROTECTED]> ]
  Re: JDialog.setVisible(true) -> icon  [ Juergen Kreileder <[EMAIL PROTECTED]> ]
  Re: HELP : Stable JVM for running JB  [ "Craig O'Shannessy" <[EMAIL PROTECTED] ]

--- End Message ---
--- Begin Message ---

Hi,

I'm having difficulty with JDialog.setVisible() on Blackdown Java-Linux 
Java(TM) 2 SDK, Standard Edition Version 1.3.1  FCS and above (meaning the
latest, too).  The first time that I use the setVisible method of
a dialog it comes up fine.  After I hide it with setVisible(false),
calls to setVisible(true) make the JDialog visible but only as a closed
icon, and I must click on the icon to actually see the JDialog.  This wasn't
a problem on earlier versions of Blackdown, and I don't have the problem
using Sun's JRE on Windows or Solaris or using the latest Apple MRJ
for Mac OS X.

What's up?

Thanks,

Dick


--- End Message ---