You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Han Hong Fang (JIRA)" <ji...@apache.org> on 2011/01/14 06:01:45 UTC

[jira] Commented: (GERONIMODEVTOOLS-689) NullPointerException when publishing with Geronimo Eclipse Plugin v2.1.7

    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981633#action_12981633 ] 

Han Hong Fang commented on GERONIMODEVTOOLS-689:
------------------------------------------------

Same problem in trunk.

Commit fix for trunk at revision 1058850

> 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.