You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Bill Cole (JIRA)" <ji...@apache.org> on 2014/03/18 04:33:42 UTC

[jira] [Commented] (OPENEJB-2066) "openejb stop" leaves the standalone java process running but broken

    [ https://issues.apache.org/jira/browse/OPENEJB-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938748#comment-13938748 ] 

Bill Cole commented on OPENEJB-2066:
------------------------------------

Just to be clear on the status: The OpenEJB "standalone" is unfit for production deployment. The fact that it doesn't daemonize can be worked around by writing a proper init script to wrap around the control script, but the fact that "stop" does not work and there's not even a commit-worthy patch relegates the "standalone" to the status of a developer toy. It would be helpful for it to be labeled as such. 

> "openejb stop" leaves the standalone java process running but broken
> --------------------------------------------------------------------
>
>                 Key: OPENEJB-2066
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-2066
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.6.0
>         Environment: RHEL 6.3, Oracle Java 1.7.0_45-b18
>            Reporter: Bill Cole
>            Priority: Critical
>         Attachments: TOMEE_MULTICAST.patch, jstack-l-out.txt
>
>
> Running "$OPENEJB_HOME/bin/openejb  stop" results in the server being (mostly?) disabled but leaves a java process running. From the log os an instance with no deployed apps, started 40 seconds earlier:
> INFO: Ready!
> Jan 14, 2014 10:41:46 PM org.apache.openejb.assembler.classic.Assembler destroyApplication
> INFO: Undeploying app: openejb
> Jan 14, 2014 10:41:46 PM org.apache.openejb.assembler.classic.Assembler destroyResource
> INFO: Closing DataSource: My DataSource
> Jan 14, 2014 10:41:46 PM org.apache.openejb.assembler.classic.Assembler destroyResource
> INFO: Closing DataSource: My Unmanaged DataSource
> Jan 14, 2014 10:41:46 PM org.apache.openejb.server.SimpleServiceManager stop
> INFO: Stopping server services
> Jan 14, 2014 10:41:46 PM org.apache.openejb.server.discovery.MultipointDiscoveryAgent stop
> INFO: MultipointDiscoveryAgent Stopping
> Jan 14, 2014 10:41:47 PM org.apache.openejb.server.discovery.MultipointServer _run
> INFO: MultipointServer has terminated.
> Jan 14, 2014 10:41:47 PM org.apache.openejb.server.SimpleServiceManager start
> INFO: Stopping Remote Server



--
This message was sent by Atlassian JIRA
(v6.2#6252)