You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Taher Alkhateeb <sl...@gmail.com> on 2017/07/09 10:49:11 UTC

Re: svn commit: r1801365 - /ofbiz/tools/demo-backup/trunk-manual.sh

Hi Jacques,

Can you elaborate on this a little bit? Maybe there is a bug we can
fix. What happens exactly? it never shuts down? takes a while? error
logs?

On Sun, Jul 9, 2017 at 1:40 PM,  <jl...@apache.org> wrote:
> Author: jleroux
> Date: Sun Jul  9 10:40:36 2017
> New Revision: 1801365
>
> URL: http://svn.apache.org/viewvc?rev=1801365&view=rev
> Log:
> "ofbiz --shutdown" is not reliable when there are other instances running.
> So back to terminateOfbiz despite its killing of all OFBiz running instances
>
> Modified:
>     ofbiz/tools/demo-backup/trunk-manual.sh
>
> Modified: ofbiz/tools/demo-backup/trunk-manual.sh
> URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/trunk-manual.sh?rev=1801365&r1=1801364&r2=1801365&view=diff
> ==============================================================================
> --- ofbiz/tools/demo-backup/trunk-manual.sh (original)
> +++ ofbiz/tools/demo-backup/trunk-manual.sh Sun Jul  9 10:40:36 2017
> @@ -3,7 +3,7 @@
>  cd /home/ofbizDemo/trunk
>  svn up
>  ./gradlew --no-daemon pullAllPluginsSource
> -./gradlew --no-daemon "ofbiz --shutdown"
> +./gradlew --no-daemon ofbiz terminateOfbiz
>  ./gradlew --no-daemon cleanAll
>  ./gradlew --no-daemon loadAll
>  ./gradlew --no-daemon svnInfoFooter
>
>

Re: svn commit: r1801365 - /ofbiz/tools/demo-backup/trunk-manual.sh

Posted by Jacques Le Roux <ja...@les7arts.com>.
It does not stop

Jacques


Le 09/07/2017 à 13:38, Taher Alkhateeb a écrit :
> By fail you mean that it does not stop? or that it stops with an error
> exit code?
>
> On Sun, Jul 9, 2017 at 2:19 PM, Jacques Le Roux
> <ja...@les7arts.com> wrote:
>> Hi Taher,
>>
>> It randomly fails, I did not reproduce locally but I did less tries locally.
>>
>> Jacques
>>
>>
>>
>> Le 09/07/2017 à 12:49, Taher Alkhateeb a écrit :
>>> Hi Jacques,
>>>
>>> Can you elaborate on this a little bit? Maybe there is a bug we can
>>> fix. What happens exactly? it never shuts down? takes a while? error
>>> logs?
>>>
>>> On Sun, Jul 9, 2017 at 1:40 PM,  <jl...@apache.org> wrote:
>>>> Author: jleroux
>>>> Date: Sun Jul  9 10:40:36 2017
>>>> New Revision: 1801365
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1801365&view=rev
>>>> Log:
>>>> "ofbiz --shutdown" is not reliable when there are other instances
>>>> running.
>>>> So back to terminateOfbiz despite its killing of all OFBiz running
>>>> instances
>>>>
>>>> Modified:
>>>>       ofbiz/tools/demo-backup/trunk-manual.sh
>>>>
>>>> Modified: ofbiz/tools/demo-backup/trunk-manual.sh
>>>> URL:
>>>> http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/trunk-manual.sh?rev=1801365&r1=1801364&r2=1801365&view=diff
>>>>
>>>> ==============================================================================
>>>> --- ofbiz/tools/demo-backup/trunk-manual.sh (original)
>>>> +++ ofbiz/tools/demo-backup/trunk-manual.sh Sun Jul  9 10:40:36 2017
>>>> @@ -3,7 +3,7 @@
>>>>    cd /home/ofbizDemo/trunk
>>>>    svn up
>>>>    ./gradlew --no-daemon pullAllPluginsSource
>>>> -./gradlew --no-daemon "ofbiz --shutdown"
>>>> +./gradlew --no-daemon ofbiz terminateOfbiz
>>>>    ./gradlew --no-daemon cleanAll
>>>>    ./gradlew --no-daemon loadAll
>>>>    ./gradlew --no-daemon svnInfoFooter
>>>>
>>>>


Re: svn commit: r1801365 - /ofbiz/tools/demo-backup/trunk-manual.sh

Posted by Taher Alkhateeb <sl...@gmail.com>.
By fail you mean that it does not stop? or that it stops with an error
exit code?

On Sun, Jul 9, 2017 at 2:19 PM, Jacques Le Roux
<ja...@les7arts.com> wrote:
> Hi Taher,
>
> It randomly fails, I did not reproduce locally but I did less tries locally.
>
> Jacques
>
>
>
> Le 09/07/2017 à 12:49, Taher Alkhateeb a écrit :
>>
>> Hi Jacques,
>>
>> Can you elaborate on this a little bit? Maybe there is a bug we can
>> fix. What happens exactly? it never shuts down? takes a while? error
>> logs?
>>
>> On Sun, Jul 9, 2017 at 1:40 PM,  <jl...@apache.org> wrote:
>>>
>>> Author: jleroux
>>> Date: Sun Jul  9 10:40:36 2017
>>> New Revision: 1801365
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1801365&view=rev
>>> Log:
>>> "ofbiz --shutdown" is not reliable when there are other instances
>>> running.
>>> So back to terminateOfbiz despite its killing of all OFBiz running
>>> instances
>>>
>>> Modified:
>>>      ofbiz/tools/demo-backup/trunk-manual.sh
>>>
>>> Modified: ofbiz/tools/demo-backup/trunk-manual.sh
>>> URL:
>>> http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/trunk-manual.sh?rev=1801365&r1=1801364&r2=1801365&view=diff
>>>
>>> ==============================================================================
>>> --- ofbiz/tools/demo-backup/trunk-manual.sh (original)
>>> +++ ofbiz/tools/demo-backup/trunk-manual.sh Sun Jul  9 10:40:36 2017
>>> @@ -3,7 +3,7 @@
>>>   cd /home/ofbizDemo/trunk
>>>   svn up
>>>   ./gradlew --no-daemon pullAllPluginsSource
>>> -./gradlew --no-daemon "ofbiz --shutdown"
>>> +./gradlew --no-daemon ofbiz terminateOfbiz
>>>   ./gradlew --no-daemon cleanAll
>>>   ./gradlew --no-daemon loadAll
>>>   ./gradlew --no-daemon svnInfoFooter
>>>
>>>
>

Re: svn commit: r1801365 - /ofbiz/tools/demo-backup/trunk-manual.sh

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Taher,

It randomly fails, I did not reproduce locally but I did less tries locally.

Jacques


Le 09/07/2017 à 12:49, Taher Alkhateeb a écrit :
> Hi Jacques,
>
> Can you elaborate on this a little bit? Maybe there is a bug we can
> fix. What happens exactly? it never shuts down? takes a while? error
> logs?
>
> On Sun, Jul 9, 2017 at 1:40 PM,  <jl...@apache.org> wrote:
>> Author: jleroux
>> Date: Sun Jul  9 10:40:36 2017
>> New Revision: 1801365
>>
>> URL: http://svn.apache.org/viewvc?rev=1801365&view=rev
>> Log:
>> "ofbiz --shutdown" is not reliable when there are other instances running.
>> So back to terminateOfbiz despite its killing of all OFBiz running instances
>>
>> Modified:
>>      ofbiz/tools/demo-backup/trunk-manual.sh
>>
>> Modified: ofbiz/tools/demo-backup/trunk-manual.sh
>> URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/trunk-manual.sh?rev=1801365&r1=1801364&r2=1801365&view=diff
>> ==============================================================================
>> --- ofbiz/tools/demo-backup/trunk-manual.sh (original)
>> +++ ofbiz/tools/demo-backup/trunk-manual.sh Sun Jul  9 10:40:36 2017
>> @@ -3,7 +3,7 @@
>>   cd /home/ofbizDemo/trunk
>>   svn up
>>   ./gradlew --no-daemon pullAllPluginsSource
>> -./gradlew --no-daemon "ofbiz --shutdown"
>> +./gradlew --no-daemon ofbiz terminateOfbiz
>>   ./gradlew --no-daemon cleanAll
>>   ./gradlew --no-daemon loadAll
>>   ./gradlew --no-daemon svnInfoFooter
>>
>>