Bug 1127807

Summary: If bin/start is executed on a running server, endless loop of log messages is written
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Len DiMaggio <ldimaggi>
Component: ConfigurationAssignee: Julian Coleman <jcoleman>
Status: NEW --- QA Contact: Matej Melko <mmelko>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: soa-p-jira
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Len DiMaggio 2014-08-07 15:21:53 UTC
Description of problem:

If a server is started (bin/fuse), and in a different window/shell, bin/start is executed, and endless loop of these messages is written to the server log:

Aug 07, 2014 10:20:25 AM org.apache.karaf.main.SimpleFileLock lock
INFO: locking
Aug 07, 2014 10:20:26 AM org.apache.karaf.main.SimpleFileLock lock
INFO: locking

Version-Release number of selected component (if applicable):
DR1

How reproducible:
100%

Steps to Reproduce:
1. start the server (bin/fuse)
2. then run bin/start
3.

Actual results:

Aug 07, 2014 10:20:25 AM org.apache.karaf.main.SimpleFileLock lock
INFO: locking
Aug 07, 2014 10:20:26 AM org.apache.karaf.main.SimpleFileLock lock
INFO: locking


Expected results:

A warning about the server already started. 

Additional info:

There does not seem to be any functional impact, but the server log contents looks alarming.

Comment 1 Len DiMaggio 2014-08-07 15:32:19 UTC
The issue is the presence of the lock file.