dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07889
[Bug 656511] [NEW] Live mutex not working
Public bug reported:
I discovered that it is currently possible to start more than one DHIS
Live server instance at the same time. This was not possible earlier
when we generated the executable file directly from Launch4j. The
"serial" access to the Live server is controlled by a mutex generated by
Launch4j. Now we are generating the executable with the maven plugin and
I see we have an xml element defining the mutex in the pom. But it
currently doesn't work.
** Affects: dhis2
Importance: High
Status: Confirmed
** Changed in: dhis2
Milestone: None => 2.0.6
** Changed in: dhis2
Status: New => Confirmed
** Changed in: dhis2
Importance: Undecided => High
--
Live mutex not working
https://bugs.launchpad.net/bugs/656511
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
Status in DHIS 2 - District Health Information Software: Confirmed
Bug description:
I discovered that it is currently possible to start more than one DHIS Live server instance at the same time. This was not possible earlier when we generated the executable file directly from Launch4j. The "serial" access to the Live server is controlled by a mutex generated by Launch4j. Now we are generating the executable with the maven plugin and I see we have an xml element defining the mutex in the pom. But it currently doesn't work.
Follow ups
References