RE: Thread.start()

2003-10-24 Thread Igor Pechtchanski
-8859-1] Eros Sebastião Pagnano Júnior wrote: Hi Igor, I'm using rmiregistry under cygwin. My development environment is the jdk 1.4.1_01. My problem is when I try to start rmiregistry. When I type : rmiregistry I get : Exception in thread main java.lang.InternalError: Thread.start

Re: Thread.start()

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, P.B. Dushkin wrote: hi igor. right. thanks. i have tracked the culprit down and you are right. many thanks for responding. cheers, Peter Peter, I've set the Reply-To: on my previous message (and this one, BTW), please make sure your mailer honors that. It's

Re: Thread.start()

2003-07-23 Thread Igor Pechtchanski
problem is when I try to start the rmiregistry. When I type rmiregistry I get: java.rmi.RemoteException: failed to export: class gnu.java.rmi.dgc.DGCImpl Exception in thread main java.lang.InternalError: Thread.start

Thread.start()

2003-07-21 Thread P.B. Dushkin
. When I type rmiregistry I get: java.rmi.RemoteException: failed to export: class gnu.java.rmi.dgc.DGCImpl Exception in thread main java.lang.InternalError: Thread.start called but threads are not available. I have read through the list and it seems that this is a common problem with gcc but I

GCJ Thread.start called but threads not available

2003-01-24 Thread Bart Lamot
Hi all, After i compile my java program using gcj in cygwin and execute the output file i get Thread.start called but threads not available When I check GCJ it seems it has been build with thread support (see below). I compile using: gcj --main=Test -g0 -o test *java A Test.java which

Thread.start called but threads not available

2002-11-18 Thread Jacques Grelet
./serveur 10183 Serveur version java 1.1 port UDP : 10183 Exception in thread main java.lang.InternalError: Thread.start called but threads not available [jgrelet]:/s/outils/sources/serveur gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs Configured with: /netrel/src/gcc-3.2-3

Re: Thread.start called but threads not available

2002-11-18 Thread Randall R Schulz
threads not available, but gcc seems to be compiled with threads enable. Why ? Thanks for help, [jgrelet]:/s/outils/sources/serveur ./serveur 10183 Serveur version java 1.1 port UDP : 10183 Exception in thread main java.lang.InternalError: Thread.start called but threads not available