Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 61140 invoked from network); 19 Oct 2010 03:33:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 03:33:00 -0000 Received: (qmail 14585 invoked by uid 500); 19 Oct 2010 03:33:00 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 14527 invoked by uid 500); 19 Oct 2010 03:33:00 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 14514 invoked by uid 99); 19 Oct 2010 03:33:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 03:33:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 03:32:59 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9J3WdH4020391 for ; Tue, 19 Oct 2010 03:32:39 GMT Message-ID: <18425556.37401287459159388.JavaMail.jira@thor> Date: Mon, 18 Oct 2010 23:32:39 -0400 (EDT) From: "David Blevins (JIRA)" To: commits@openejb.apache.org Subject: [jira] Updated: (OPENEJB-1287) java.lang.NullPointerException: null: null at org.apache.openejb.assembler.classic.Assembler.createApplication In-Reply-To: <22342989.100181275384157610.JavaMail.jira@thor> 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/OPENEJB-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins updated OPENEJB-1287: ----------------------------------- Affects Version/s: (was: 3.1.3) Fix Version/s: (was: 3.2) (was: 3.1.x) (trunk/openejb3) > java.lang.NullPointerException: null: null at org.apache.openejb.assembler.classic.Assembler.createApplication > -------------------------------------------------------------------------------------------------------------- > > Key: OPENEJB-1287 > URL: https://issues.apache.org/jira/browse/OPENEJB-1287 > Project: OpenEJB > Issue Type: Bug > Components: deployment > Environment: geronimo 22 branch + 3.1.3-snapshot > Reporter: Shawn Jiang > Fix For: (trunk/openejb3) > > Attachments: OPENEJB-1287.patch > > > I'm trying to add idleTimeout attribute to stateless container gbean in geronimo 2.2 branch. After checking fix for the JIRA https://issues.apache.org/jira/browse/GERONIMO-5353, I got following exception when starting the server. > Caused by: org.apache.openejb.OpenEJBException: Error deploying 'ejb/mgmt/MEJB'. Exception: class java.lang.NullPointerException: null: null > at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:602) > ... 28 more > Caused by: java.lang.NullPointerException > at java.util.concurrent.TimeUnit$3.convert(TimeUnit.java:74) > at org.apache.openejb.util.Duration.getTime(Duration.java:138) > at org.apache.openejb.util.Pool$Builder.build(Pool.java:969) > at org.apache.openejb.core.stateless.StatelessInstanceManager.deploy(StatelessInstanceManager.java:408) > at org.apache.openejb.core.stateless.StatelessContainer.deploy(StatelessContainer.java:96) > at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:599) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.