dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07910
Re: [Bug 656511] [NEW] Live mutex not working
I am relooking at live right now trying to refactor a whole lot of
things and if possible, return it to it's roots - a simple
single-threaded gui application.
We'll solve the mutex problem by simply checking if the jetty
listening port is already open.
Cheers
Bob
2010/10/8 Hieu Duy Dang <hieu.hispvietnam@xxxxxxxxx>:
> Hi,
>
> Just build Dhis-live with latest updated then using java -jar
> dhis2-live-jar-with-dependencies.jar in cmd but i've got a error like the
> attached pic along this mail.
>
> 2010/10/8 jason.p.pickering <656511@xxxxxxxxxxxxxxxxxx>
>
>> I made the change in the pom.
>>
>> I do not have Windows at the moment, so cannot test it right now. Let
>> me know if this works.
>>
>> Regards,
>> Jason
>>
>> --
> God Helse !
>
>
> ** Attachment added: "Error_StartUp_Live.png"
> https://bugs.launchpad.net/bugs/656511/+attachment/1678677/+files/Error_StartUp_Live.png
>
> --
> 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.
References