Return-Path: X-Original-To: apmail-ctakes-dev-archive@www.apache.org Delivered-To: apmail-ctakes-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEF6697B2 for ; Tue, 16 Dec 2014 13:54:11 +0000 (UTC) Received: (qmail 62771 invoked by uid 500); 16 Dec 2014 13:54:11 -0000 Delivered-To: apmail-ctakes-dev-archive@ctakes.apache.org Received: (qmail 62719 invoked by uid 500); 16 Dec 2014 13:54:11 -0000 Mailing-List: contact dev-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 dev@ctakes.apache.org Delivered-To: moderator for dev@ctakes.apache.org Received: (qmail 39255 invoked by uid 99); 16 Dec 2014 05:20:42 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=pzXZV2/gvET8mF8fSx+m0FjokeThdlWB6ZgzVED8qfQ=; b=ewLPPAnQS6gECVWgvEouB6tP1VNucw6KqlrxKznmU8iaQxqAX2lfhl8Oz+/STggJ88 WPfTwnPti3/I6OlADc0jkmXbbIKbX9BzBbJIrc5TmqAM1d/WEQ/9/DINsMEmi3f2vLxo WuqJ8pJ8dFwxnxH59SC2bg5Iz7MiFWdCznhD37br8aW4OQA41/pEmvq8LWsuTx8/FPk/ 3lniNZIPqkZLG+AG35lSlsk2grFF3Ie95vDQtDu+5ZFi/ZfziVXTEVDqfrNuaIHY2yiV NPgnjCVhZM/wmgo9gjShPzu52IWLzREBTYMpRde332BfZvd+QxhK2EgpGuLU0LVroiFv jNsw== X-Gm-Message-State: ALoCoQmxpOMoZGb0CuIiBQEOjzaxoSefgZVmLgxOynEtS6NxisYrXw5h9awfDxqghEI/xGMRFYG0 MIME-Version: 1.0 X-Received: by 10.107.12.214 with SMTP id 83mr12830793iom.61.1418707100007; Mon, 15 Dec 2014 21:18:20 -0800 (PST) X-Originating-IP: [146.115.130.35] Date: Tue, 16 Dec 2014 00:18:19 -0500 Message-ID: Subject: Re: UMLS Integration From: Pei Chen To: dev@ctakes.apache.org, pandupraveen585@gmail.com Content-Type: multipart/alternative; boundary=001a113fc0eebc9798050a4e7c11 X-Virus-Checked: Checked by ClamAV on apache.org --001a113fc0eebc9798050a4e7c11 Content-Type: text/plain; charset=UTF-8 Praveen, The error looks specific to UMLS metamorphosys rather than cTAKES. I am assuming you are trying to install UMLS locally from scratch rather than using the bundled cTAKES resources. Did you confirm that all of the files have been downloaded correctly per Metamorphosys instructions: http://www.nlm.nih.gov/research/umls/licensedcontent/umlsknowledgesources.html The error seems to be related to incomplete or corrupted zip files? Pei Chen Wired Informatics 265 Franklin St Ste 1702 Boston, MA 02110 tel: (617) 433-7544 Pei.Chen@wiredinformatics.com > ---------- Forwarded message ---------- > From: Jay_Ram > Date: Tue, Dec 16, 2014 at 12:07 AM > Subject: UMLS Integration > To: dev@ctakes.apache.org > > Hi All, > > I downloaded UMLS resource, to use them offline by loading in mysql. I > followed them which are mentioned to load data into mysql. But I am unable > to do it show error > -------------------------------------------- > Loading MetamorphoSys ... > [Please be patient and wait for MetamorphoSys to begin] > -------------------------------------------- > java.util.zip.ZipException: invalid LOC header (bad signature) > at java.util.zip.ZipFile.read(Native Method) > at java.util.zip.ZipFile.access$1400(Unknown Source) > at java.util.zip.ZipFile$ZipFileInputStream.read(Unknown Source) > at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(Unknown > Source) > at java.util.zip.InflaterInputStream.read(Unknown Source) > at java.util.zip.InflaterInputStream.read(Unknown Source) > at java.util.zip.CheckedInputStream.read(Unknown Source) > at java.util.zip.GZIPInputStream.readUByte(Unknown Source) > at java.util.zip.GZIPInputStream.readUShort(Unknown Source) > at java.util.zip.GZIPInputStream.readHeader(Unknown Source) > at java.util.zip.GZIPInputStream.(Unknown Source) > at > > gov.nih.nlm.umls.meta.io.RRFMetadataInputStream.openSourceFile(RRFMetadataInputStream.java:390) > at > > gov.nih.nlm.umls.meta.io.RRFConceptInputStream.open(RRFConceptInputStream.java:175) > at > > gov.nih.nlm.umls.meta.io.RRFMetathesaurusInputStream.open(RRFMetathesaurusInputStream.java:125) > at > > gov.nih.nlm.umls.mmsys.io.RRFMetamorphoSysInputStream.open(RRFMetamorphoSysInputStream.java:629) > at > > gov.nih.nlm.umls.mmsys.subset.gui.MetamorphoSysGUI.validateGUIConfigurables(MetamorphoSysGUI.java:1097) > at > > gov.nih.nlm.umls.mmsys.subset.gui.BeginSubsetAction.actionPerformed(BeginSubsetAction.java:110) > at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) > at javax.swing.AbstractButton$Handler.actionPerformed(Unknown > Source) > at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown > Source) > at javax.swing.DefaultButtonModel.setPressed(Unknown Source) > at javax.swing.AbstractButton.doClick(Unknown Source) > at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) > at > javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown > Source) > at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) > at java.awt.Component.processMouseEvent(Unknown Source) > at javax.swing.JComponent.processMouseEvent(Unknown Source) > at java.awt.Component.processEvent(Unknown Source) > at java.awt.Container.processEvent(Unknown Source) > at java.awt.Component.dispatchEventImpl(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown > Source) > at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) > at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Window.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.EventQueue.dispatchEventImpl(Unknown Source) > at java.awt.EventQueue.access$200(Unknown Source) > at java.awt.EventQueue$3.run(Unknown Source) > at java.awt.EventQueue$3.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown > Source) > at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown > Source) > at java.awt.EventQueue$4.run(Unknown Source) > at java.awt.EventQueue$4.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown > Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown > Source) > at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown > Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) > > Please help to slove this issue. Thaks in advance. > > Regards, > Praveen. > --001a113fc0eebc9798050a4e7c11--