Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14CDED3E0 for ; Wed, 28 Nov 2012 21:42:08 +0000 (UTC) Received: (qmail 43167 invoked by uid 500); 28 Nov 2012 21:42:07 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 43109 invoked by uid 500); 28 Nov 2012 21:42:07 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 43097 invoked by uid 99); 28 Nov 2012 21:42:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 21:42:07 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.111.4.28] (HELO out4-smtp.messagingengine.com) (66.111.4.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 21:42:01 +0000 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id A772121948 for ; Wed, 28 Nov 2012 16:41:40 -0500 (EST) Received: from web1.nyi.mail.srv.osa ([10.202.2.211]) by compute5.internal (MEProxy); Wed, 28 Nov 2012 16:41:40 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=V2wGR+ZyBY2QmnJKhiFRnd08+6g=; b=g1B/8 9x6BlAXZwhwZAYJ6o7g1w/najT+cxrXAOW8AYxfHHscMsAmC/h0/Ll9SNsV8pf6L BIZnpK+UPWifbAU90hJmtZ1QHmgOJSl4SkufqO4/DftAOrZlqhPk6qnWAJJ3kb9+ iHhUlARngQt3Wx9jblfxX+4thDxrZbgMepLWa0= Received: by web1.nyi.mail.srv.osa (Postfix, from userid 99) id 6B220A00278; Wed, 28 Nov 2012 16:41:40 -0500 (EST) Message-Id: <1354138900.17798.140661159416589.2CCD138F@webmail.messagingengine.com> X-Sasl-Enc: lRiBz8TOWD9KcYy2LFiQ2OLRIKNlRfNBgdzQxlhqmOe0 1354138900 From: Upayavira To: general@lucene.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-0d8b16d3 Subject: Re: at System.RuntimeType.CreateInstanceDefaultCtor exception.. Date: Wed, 28 Nov 2012 21:41:40 +0000 In-Reply-To: <1354135760379-4023100.post@n3.nabble.com> References: <1354135760379-4023100.post@n3.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Lucene.net is a different project. You'll probably get better help from their mailing lists: http://lucenenet.apache.org/community.html Upayavira On Wed, Nov 28, 2012, at 08:49 PM, mylucene wrote: > *I have been working with Lucene .Net interface. However, lately, I have > been > experimenting some out of memory problems which are not related to the > Systems RAM Memory (8 GB). > > I got this exception: > > at System.LocalDataStoreMgr.AllocateDataSlot() > at System.Threading.Thread.AllocateDataSlot() > at Lucene.Net.Util.CloseableThreadLocal..ctor() in > D:\1Temp\Lucene.Net_2_9_1\src\Lucene.Net\Util\CloseableThreadLocal.cs:line > 47 > at Lucene.Net.Index.SegmentReader..ctor() in > D:\1Temp\Lucene.Net_2_9_1\src\Lucene.Net\Index\SegmentReader.cs:line 54 > at Lucene.Net.Index.ReadOnlySegmentReader..ctor() > at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, > Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache) > > Plz advise, > Many 10x* > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/at-System-RuntimeType-CreateInstanceDefaultCtor-exception-tp4023100.html > Sent from the Lucene - General mailing list archive at Nabble.com.