Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 27954 invoked from network); 20 Dec 2010 07:51:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Dec 2010 07:51:27 -0000 Received: (qmail 43982 invoked by uid 500); 20 Dec 2010 07:51:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 43763 invoked by uid 500); 20 Dec 2010 07:51:26 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 43744 invoked by uid 99); 20 Dec 2010 07:51:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 07:51:26 +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; Mon, 20 Dec 2010 07:51:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBK7p112022408 for ; Mon, 20 Dec 2010 07:51:01 GMT Message-ID: <10111493.210931292831461618.JavaMail.jira@thor> Date: Mon, 20 Dec 2010 02:51:01 -0500 (EST) From: "Han Hong Fang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-689) NullPointerException when publishing with Geronimo Eclipse Plugin v2.1.7 In-Reply-To: <613217.105431292291880746.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973128#action_12973128 ] Han Hong Fang commented on GERONIMODEVTOOLS-689: ------------------------------------------------ commit in branch v21 at revision: 1051013 > NullPointerException when publishing with Geronimo Eclipse Plugin v2.1.7 > ------------------------------------------------------------------------ > > Key: GERONIMODEVTOOLS-689 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-689 > Project: Geronimo-Devtools > Issue Type: Bug > Components: eclipse-plugin > Affects Versions: 2.2.0, 2.1.7 > Reporter: Han Hong Fang > Assignee: Han Hong Fang > Fix For: 2.2.1, 2.1.8 > > Attachments: openejb-jar.xml, SampleProject.zip > > > Hi everybody, > I just updated to Geronimo Eclipse Plugin v2.1.7, and now I get a NullpointerException whenever I try to publish to the server: > java.lang.NullPointerException > at java.util.concurrent.ConcurrentHashMap.put(Unknown Source) > at org.apache.geronimo.st.core.internal.DependencyHelper.getEnvironment(DependencyHelper.java:442) > at org.apache.geronimo.st.core.internal.DependencyHelper.reorderModules(DependencyHelper.java:109) > at org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.publishModules(GeronimoServerBehaviourDelegate.java:243) > at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:948) > at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775) > at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2889) > at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:337) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) > The project I used for testing is the one described here: > https://cwiki.apache.org/GMOxDOC21/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html > The exception disappears when switching back to 2.1.6 of the eclipse plugin > I'm using Eclipse 3.6.1 > Any ideas? > Martin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.