← Back to team overview

dhis2-devs team mailing list archive

Re: [Bug 656511] [NEW] Live mutex not working

 

Looks like it might be a problem with our xml and the launch4j plugin
docs (Wish these maven plugins would come with a validatable schema).

When I look at
http://wabit.googlecode.com/svn-history/r1929/trunk/pom.xml
for example, I see they have singleInstance with attrubutes rather
than child elements:
<singleInstance
											mutexName="Wabit Uninstaller"
											windowTitle="Wabit Uninstaller"
										/>

Maybe try that.

Cheers
Bob


2010/10/7 Lars Helge Øverland <larshelge@xxxxxxxxx>:
> 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
> coordinators, which is the registrant for 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.
>
>
>

-- 
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