Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-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 65AF4920A for ; Wed, 23 May 2012 17:43:01 +0000 (UTC) Received: (qmail 64123 invoked by uid 500); 23 May 2012 17:43:00 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 64095 invoked by uid 500); 23 May 2012 17:43:00 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 64087 invoked by uid 99); 23 May 2012 17:43:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 17:43:00 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nick.burch@alfresco.com designates 207.126.144.144 as permitted sender) Received: from [207.126.144.144] (HELO eu1sys200aob118.obsmtp.com) (207.126.144.144) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 23 May 2012 17:42:52 +0000 Received: from mail-wg0-f45.google.com ([74.125.82.45]) (using TLSv1) by eu1sys200aob118.postini.com ([207.126.147.11]) with SMTP ID DSNKT70hiJ+rd3q2/hq5/400N1ChDdnIav6q@postini.com; Wed, 23 May 2012 17:42:32 UTC Received: by wgbdt14 with SMTP id dt14so6676426wgb.14 for ; Wed, 23 May 2012 10:42:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:x-x-sender:to:subject:in-reply-to:message-id:references :user-agent:mime-version:content-type:x-gm-message-state; bh=HlYJSpcdnO2oxZ/s9e6fAp2zViCLXP6d5B51CGSc+Fo=; b=P4ng0MRfuEZbuSagS35z6TvzuUTCeVLsVZ7fGXTcC/siKm+Itfv1MUhiyNDe0CqnZj z+pEf7HI9rY5sAlGpU8Dy56M6VrZdLPgyMzl+l65M/9lzoU+LF/6Ki+h5GIV3pxS5cq5 +B1DRNGOg5LMJ++fwZRs7uQRyfiGSFGpnvzn9pOGDgt8xoainrRfRyKbTa1bHxva00od Z1qKzv14AHcIDEsAoDZ1LSl1ozjQoXoTd0S4QGqoxQEOnKq0XrRF8DATBJnbbAAJGNBG HGzr8EEn5WXVBDU1VNzI+uFLvGqYY13v3V80sJDsV0/nQVXw6lNg4EkJ8cIzlYthZULx 5x8Q== Received: by 10.180.100.230 with SMTP id fb6mr47309087wib.3.1337794951717; Wed, 23 May 2012 10:42:31 -0700 (PDT) Received: from urchin.earth.li (urchin.earth.li. [212.13.204.73]) by mx.google.com with ESMTPS id et10sm41364392wib.2.2012.05.23.10.42.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 May 2012 10:42:30 -0700 (PDT) Date: Wed, 23 May 2012 18:42:29 +0100 (BST) From: Nick Burch X-X-Sender: nick@urchin.earth.li To: POI Developers List Subject: Re: [POI - XLSX] Blocked when instantiate of XSSFExcelExtractor or XSSFWorkbook In-Reply-To: <1337746719325-5709878.post@n5.nabble.com> Message-ID: References: <1337746719325-5709878.post@n5.nabble.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Gm-Message-State: ALoCoQml5MdQEjX0aaeaPmZszeSLj9hFmjB67WUsyn+LcRnbuiPD0//mBNag7IRCLSxumEbJJTfl On Tue, 22 May 2012, toplinuxer wrote: > when I instantiate XSSFWorkbook or XSSFExcelExtractor for getText(). > > New instantiate about them is blocked with linked XSLX file. -----> > http://bit.ly/JU6Ujl > (no error, no exception, just blocked..) > I write code like below > > OPCPackage pkg = OPCPackage.open(fileName); > > // blocked below code, no exception.. no response.. > XSSFExcelExtractor ext = new XSSFExcelExtractor(pkg); Your file opens just fine for me, no blocking or exceptions, the code above just works There must be some sort of issue with either your system or your jvm. I'd suggest you try some of the usual JVM diagnostic issues to try to work out what's going wrong on your machine Nick --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org