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
<[email protected]> 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,  <[email protected]> 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



Reply via email to