[teiid-issues] [JBoss JIRA] (TEIID-4024) Server fails to shutdown if vdb with REST service generation is deployed

Steven Hawkins (JIRA) issues at jboss.org
Mon Mar 7 14:58:00 EST 2016


    [ https://issues.jboss.org/browse/TEIID-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173104#comment-13173104 ] 

Steven Hawkins commented on TEIID-4024:
---------------------------------------

I'll need Ramesh to weigh in here.  It looks like we have several issues with JBossLifeCycleListener possibly due to EAP changes.  The core problem is that RestEasyEnabler cannot call to remove the auto generated war during shutdown/reload - this results in the stability monitor hang.

We are passing around a reload flag - which is actually taken from JBossLifeCycleListener.isBootInProgress.  However the value doesn't seem to correlate to expectations, which is why we won't see the war being deployed on the initial startup, but it will after some number of reloads.  It looks like all of the passing of the flag could be removed as the only consumers of this already have references to the life cycle listener.  Also it appears that handleTermination isn't called until termination is complete, not when initiated.

> Server fails to shutdown if vdb with REST service generation is deployed
> ------------------------------------------------------------------------
>
>                 Key: TEIID-4024
>                 URL: https://issues.jboss.org/browse/TEIID-4024
>             Project: Teiid
>          Issue Type: Bug
>          Components: VDB
>    Affects Versions: 8.12.5
>         Environment: DV 6.3 ER1
>            Reporter: Filip Elias
>            Assignee: Steven Hawkins
>         Attachments: nosource-vdb.xml, server_trace.log
>
>
> DV sometimes won't stop if vdb with REST service generation is deployed.
> Server log is in the attachment.
> When the server is killed and started again, it will stop correctly.
> The issue is random. Server fails to stop in 50% of cases.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list