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,  <jler...@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
>
>

Reply via email to