[jbossts-issues] [JBoss JIRA] (JBTM-1383) LogStoreRecoveryTest hang

Paul Robinson (JIRA) jira-events at lists.jboss.org
Thu Dec 13 11:35:17 EST 2012


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

Paul Robinson edited comment on JBTM-1383 at 12/13/12 11:33 AM:
----------------------------------------------------------------

The problem is that narayana.sh doesn't kill existing JBoss instances when it starts. The bug is in the command:

{code}
#Make sure no JBoss processes running
for i in `ps -eaf | grep java | grep "standalone*.xml" | grep -v grep | cut -c10-15`; do kill $i; done
{code}

You need to grep on {code}"standalone.*.xml"{code} as ".*" means zero or more of anything.
 
                
      was (Author: paul.robinson):
    The problem is that narayana.sh doesn't kill existing JBoss instances when it starts. The bug is in the command:

{code}
#Make sure no JBoss processes running
for i in `ps -eaf | grep java | grep "standalone*.xml" | grep -v grep | cut -c10-15`; do kill $i; done
{code}

You need to grep on "standalone.*.xml" as ".*" means zero or more of anything.
 
                  
> LogStoreRecoveryTest hang
> -------------------------
>
>                 Key: JBTM-1383
>                 URL: https://issues.jboss.org/browse/JBTM-1383
>             Project: JBoss Transaction Manager
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Testing
>    Affects Versions: 5.0.0.M2
>            Reporter: Michael Musgrove
>            Assignee: Paul Robinson
>         Attachments: debug.25494
>
>
> http://172.17.131.2/job/jbossts-narayana-java6/123 job is stuck running LogStoreRecoveryTest

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list