From owner-freebsd-java@FreeBSD.ORG Fri May 23 07:04:03 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1474937B401 for ; Fri, 23 May 2003 07:04:03 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78D543F3F for ; Fri, 23 May 2003 07:04:01 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19JD9D-000AUC-J4; Fri, 23 May 2003 16:03:51 +0200 Date: Fri, 23 May 2003 16:03:51 +0200 From: Sheldon Hearn To: Andrew Houghton Message-ID: <20030523140351.GF40015@starjuice.net> Mail-Followup-To: Andrew Houghton , freebsd-java@freebsd.org References: <3EC479A1.5080202@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EC479A1.5080202@acm.org> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn cc: freebsd-java@freebsd.org Subject: Re: IntelliJ IDEA, JDK 1.4.1-p3, 5.0-p7, "Bad file descriptor" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 14:04:03 -0000 On (2003/05/15 22:39), Andrew Houghton wrote: > When I first create a project in the IDE, and the jar files are copied > to the ~/.IntelliJIdea cache directory, I'm getting little dialog boxes > that somethine like "Cannot copy to > /usr/home/aah/.IntelliJIdea/system/jars/: Bad file > descriptor". When I look in the .../system/jars directory, everything > looks fine. > > I'm also seeing this when I try compilations on projects. I see the > compilation proceed and I see errors and warnings -- briefly -- showing > source paths and line numbers. Somewhere in the middle of the > compilation, most (but not all) of those error references go away and > the lines say 'Bad file descriptor'. > > Does anyone else using IDEA see this? Yes. I just got it trying to create my first project, the first time I ran IDEA. Not a great first impression. I deviated a little from the installation instructions, which wanted me to copy the entire JRE into the IDEA home directory. Yeah, right! However, you're saying you get these during compilation? Have you got any symlinks in your source tree? I don't know what the problem is, just trying to find common ground. Ciao, Sheldon.