Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 9204 invoked from network); 29 Jul 2008 12:58:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jul 2008 12:58:13 -0000 Received: (qmail 6600 invoked by uid 500); 29 Jul 2008 12:58:04 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 6521 invoked by uid 500); 29 Jul 2008 12:58:04 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 6510 invoked by uid 99); 29 Jul 2008 12:58:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 05:58:04 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of karan.malhi@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 12:57:10 +0000 Received: by wr-out-0506.google.com with SMTP id 69so3749682wra.16 for ; Tue, 29 Jul 2008 05:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=/emcaXVGuDA6oLIsKRnI3OJpGhj0oNyaw2Q7ukKD2gk=; b=EINgPGK+aOPUY0DMVQfl4LojS27kH38ed8BHlpvrpgZcluEJPMxLQyIUjqMYg0puLi 2va9MPjFqesL7lHsFdq/pQ8DfvL5cz2mkWu7bPgz7thYMjiLrV4Fy7AugHsTAoKo36qi Ma0ujHQauR+L4sYAjw/xTaSZjkerCczreOBuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=QPNvN5gBcH+owCq8xspMpTJtzGZqzm7ftzWj8QU2XPpOLBzM4gGRQD8PIIILQAoRSq gJi+H0nUIesexbNBst7hgQoUth8WFOmadOwY+/K4V4z1TmLk8IH7jR9lxjv2Fg7G/SgQ 4NYRk3UtDbIMYzjj6m14PQ7lWZai2GgDwsy+w= Received: by 10.90.55.9 with SMTP id d9mr8735902aga.67.1217336239372; Tue, 29 Jul 2008 05:57:19 -0700 (PDT) Received: by 10.90.74.19 with HTTP; Tue, 29 Jul 2008 05:57:19 -0700 (PDT) Message-ID: Date: Tue, 29 Jul 2008 08:57:19 -0400 From: "Karan Malhi" To: "Maven Users List" Subject: too many open files MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32484_9758048.1217336239347" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_32484_9758048.1217336239347 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Whenever I try to do the following: mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true I always get the following error (too many files open): [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot create settings file Embedded error: /home/karan/projects/oss/openejb3/server/openejb-corba/.settings/org.eclipse.jdt.core.prefs (Too many open files) My environment is as follows:- karan@jatt:~/projects/oss/openejb3$ uname -a Linux jatt 2.6.24-20-generic #1 SMP Thu Jul 17 15:55:27 UTC 2008 x86_64 GNU/Linux karan@jatt:~/projects/oss/openejb3$ java -version java version "1.5.0_15" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_15-b04, mixed mode) karan@jatt:~/projects/oss/openejb3$ mvn -version Maven version: 2.0.8 Java version: 1.5.0_15 OS name: "linux" version: "2.6.24-20-generic" arch: "amd64" Family: "unix" -- Karan Singh Malhi ------=_Part_32484_9758048.1217336239347--