This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Thread.start()


On Tue, 22 Jul 2003, P.B. Dushkin wrote:

>
> Greetings. I hope this is the appropriate way to correspond with the list.
>
> I have been building an rmi client/server program using cygwin.
> my development environment is the jdk1.3.1 08. The GNU bash is version
> 2.05b.0(9)-release (i686-pc-cygwin). My 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 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 am using the JDK under Cygwin (and ontop of XP).
>
> Any help at this point would be much appreciated.
> Thanks in advance.
> Peter

Looks like your program finds the GCJ classes before it finds the JDK
ones.  Check your CLASSPATH.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]