Bug 1127807 - If bin/start is executed on a running server, endless loop of log messages is written
Summary: If bin/start is executed on a running server, endless loop of log messages is...
Keywords:
Status: NEW
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Configuration
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Julian Coleman
QA Contact: Matej Melko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-07 15:21 UTC by Len DiMaggio
Modified: 2021-10-15 11:51 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.