You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2008/08/10 00:24:44 UTC

[jira] Closed: (OPENEJB-870) NPE duiring startup

     [ https://issues.apache.org/jira/browse/OPENEJB-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gallimore closed OPENEJB-870.
--------------------------------------

    Resolution: Fixed

This doesn't happen with the latest build of the plugin r684356.

> NPE duiring startup
> -------------------
>
>                 Key: OPENEJB-870
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-870
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: eclipse
>            Reporter: Kaloyan Raev
>            Priority: Minor
>
> This happens with the latest version of the plugin (r679529) that fixes the exception when stopping the server. 
> Now every time I start the OpenEJB server a NullPointerException is logged in the Error Log. This does not any harm - the server starts successfully. 
> java.lang.NullPointerException
> 	at org.apache.openejb.eclipse.server.OpenEJBRuntimeDelegate.getFileWithPrefix(OpenEJBRuntimeDelegate.java:65)
> 	at org.apache.openejb.eclipse.server.OpenEJBRuntimeDelegate.getCore(OpenEJBRuntimeDelegate.java:92)
> 	at org.apache.openejb.eclipse.server.OpenEJBServerBehaviour.setupLaunchConfiguration(OpenEJBServerBehaviour.java:151)
> 	at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1417)
> 	at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1460)
> 	at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:2768)
> 	at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:2721)
> 	at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:306)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.