Return-Path: X-Original-To: apmail-ctakes-notifications-archive@www.apache.org Delivered-To: apmail-ctakes-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64D0A11182 for ; Tue, 3 Jun 2014 19:07:02 +0000 (UTC) Received: (qmail 38036 invoked by uid 500); 3 Jun 2014 19:07:02 -0000 Delivered-To: apmail-ctakes-notifications-archive@ctakes.apache.org Received: (qmail 38005 invoked by uid 500); 3 Jun 2014 19:07:02 -0000 Mailing-List: contact notifications-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list notifications@ctakes.apache.org Received: (qmail 37997 invoked by uid 99); 3 Jun 2014 19:07:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 19:07:02 +0000 Date: Tue, 3 Jun 2014 19:07:02 +0000 (UTC) From: "Pei Chen (JIRA)" To: notifications@ctakes.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CTAKES-263) OpenJDK6: Out of memory error on CVD default example MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CTAKES-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pei Chen updated CTAKES-263: ---------------------------- Fix Version/s: 3.2.0 > OpenJDK6: Out of memory error on CVD default example > ---------------------------------------------------- > > Key: CTAKES-263 > URL: https://issues.apache.org/jira/browse/CTAKES-263 > Project: cTAKES > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: Physical Memory: 4GB > UMLS logon: no, using defaults only > Java Memory: -Xms512M -Xmx1024M > java version "1.6.0_27" > OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.13.04.2) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) > Reporter: Andy McMurry > Assignee: Andy McMurry > Priority: Minor > Labels: openjdk > Fix For: 3.2.0 > > Original Estimate: 24h > Remaining Estimate: 24h > > Steps to reproduce > [Step #1]. > Follow instructions per User Guide > https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.1+User+Install+Guide > [Step #2]. Run default CVD > bin/runctakesCVD.sh > > [Step #3]. Expected = AE loaded, actual = Memory error > Exception in thread "AWT-EventQueue-2" java.lang.OutOfMemoryError: Java heap space > at scala.collection.mutable.BitSet.(BitSet.scala:48) > at org.mitre.jcarafe.crf.CoreModelSerializer$$anonfun$bitsetMap$2.apply(Model.scala:191) > at org.mitre.jcarafe.crf.CoreModelSerializer$$anonfun$bitsetMap$2.apply(Model.scala:190) > at sbinary.Generic$$anon$5.reads(generic.scala:71) > at sbinary.Operations$.read(operations.scala:9) > at sbinary.Generic$$anon$11.reads(generic.scala:170) > at sbinary.Operations$.read(operations.scala:9) > at sbinary.BasicTypes$$anon$4.reads(standardtypes.scala:29) > at sbinary.BasicTypes$$anon$4.reads(standardtypes.scala:24) > at sbinary.Operations$.read(operations.scala:9) > at sbinary.Generic$CollectionFormat$$anonfun$reads$1.apply(generic.scala:23) > at sbinary.Generic$CollectionFormat$$anonfun$reads$1.apply(generic.scala:23) > at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:194) > at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:194) > at scala.collection.immutable.Range.foreach(Range.scala:75) > at scala.collection.TraversableLike$class.map(TraversableLike.scala:194) > at scala.collection.immutable.Range.map(Range.scala:43) > at sbinary.Generic$CollectionFormat.reads(generic.scala:23) > at sbinary.Operations$.read(operations.scala:9) > at sbinary.Generic$$anon$5.reads(generic.scala:71) > at sbinary.Operations$.read(operations.scala:9) > at sbinary.BasicTypes$$anon$3.reads(standardtypes.scala:10) > at sbinary.BasicTypes$$anon$3.reads(standardtypes.scala:8) > at sbinary.Operations$.read(operations.scala:9) > at sbinary.Generic$$anon$11.reads(generic.scala:167) > at sbinary.Operations$.read(operations.scala:9) > at sbinary.Generic$$anon$14.reads(generic.scala:259) > at sbinary.Operations$.read(operations.scala:9) > at sbinary.Operations$.fromFile(operations.scala:45) > at org.mitre.jcarafe.crf.StandardSerializer$.readModel(Model.scala:329) > at org.mitre.jcarafe.crf.StandardSerializer$.readModel(Model.scala:333) > at org.mitre.jcarafe.scopetagger.FullDecoder$$anon$9.(ScopeParser.scala:89) -- This message was sent by Atlassian JIRA (v6.2#6252)