From owner-freebsd-java Sun Sep 10 22:56: 7 2000 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id BF1F537B424 for ; Sun, 10 Sep 2000 22:56:04 -0700 (PDT) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JU1FIZL60O000IQ0@research.kpn.com> for freebsd-java@FreeBSD.ORG; Mon, 11 Sep 2000 07:56:02 +0200 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Mon, 11 Sep 2000 07:56:02 +0100 Content-return: allowed Date: Mon, 11 Sep 2000 07:56:01 +0100 From: "Koster, K.J." Subject: RE: NoClassDefFoundError: InvokerGen To: freebsd-java@FreeBSD.ORG Message-id: <59063B5B4D98D311BC0D0001FA7E4522026D7874@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I just saw it on 4-STABLE. My home directories are automounted, so > the pathname was long, included symbolic links, and went over nfs. > Interestingly, I was able to cd down into the directory where the > problem occurred, and run make in that directory, where it > succeeded. I then cd'ed back to the top level and reran the > buildscript, which completed successfully. > > I also built it successfully on a local fs with a short pathname. > I have it too on an all-local filesystem. FreeBSD 4.1-stable as of Friday night. One thing that I see returning all the time is that /usr/tmp is mentioned. The build seems to be large enough to force people out of their home directories into the darker corners of their systems. :) Could victims of this evil government plot (sorry, been watching X-files) please try to see if they have /usr/tmp in their pathname somewhere? It might be hidden in symlinks. Could people who are able to build properly please move their build into /usr/tmp somewhere to see what the effect is? This weekend I've taken a stab at printf()ing the calls to open() in the linuxulator. (/sys/i386/linux/linx_file.c) I never see open()'s for invokers.txt of InvokerGen.class, so I guess they are opened by the BSD open() system call. I don't feel like adding a printf() to that one, thank you very much. Kees Jan PS. The truth is in the source. ================================================= TV is the worst of both worlds. It's not as good at words as radio is because the pictures are a distraction which demand attention, and it's not as good as cinema because the pictures are not nearly as good. Douglas Adams To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message