Closed DuncanDoyle closed 8 years ago
This was the fix I mentioned in the issue: https://github.com/jbossdemocentral/bpms-generic-loan-demo/issues/16
Seems like the same problem.
We've decided to move to Powershell scripts, which provide more options to run our installers, are easier to configure and, most importantly, seem to work
The init.bat script does not work on Windows 10 (haven't tested other Windows versions yet). What happens is that the main bat file opens another terminal window when it starts the installation of EAP, but the main terminal window doesn't wait for that other terminal to finish. So, the main terminal wants to start the application of the patch, while the installation of EAP has not finished yet.
I recall that we have had the same issue on one of the other demo's and that someone provided a fix for this, so can try to incorporate that fix here as well.