Date: Mon, 11 Sep 2000 07:56:01 +0100 From: "Koster, K.J." <K.J.Koster@kpn.com> To: freebsd-java@FreeBSD.ORG Subject: RE: NoClassDefFoundError: InvokerGen Message-ID: <59063B5B4D98D311BC0D0001FA7E4522026D7874@l04.research.kpn.com>
next in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59063B5B4D98D311BC0D0001FA7E4522026D7874>