[
https://issues.jboss.org/browse/JBTM-1383?page=com.atlassian.jira.plugin....
]
Paul Robinson commented on JBTM-1383:
-------------------------------------
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