Gateway Backup restore crashes V7.8 service

updated to V7.8 RC1 64 bit restored a Ver 7.7 gateway backup, but Ignition service stops and will not restart.
Gateway backup will run when restored to V7.7.5 bit
Win 10 64 bit
Java 8.45

wrapper.zip (198 KB)

Hey, we’ve seen this, and will have it fixed before 7.8 final is released. I believe it can also effect 7.7 in some cases.

What’s happening is that the value for the property “wrapper.java.command” in ignition.conf is getting its backslashes removed.

In your wrapper, it looks like the value became “wrapper.java.command=C:ProgramDataOracleJavajavapathjava.exe”

If you replace the value with the correct path you should be able to get started.

[quote=“Kevin.Herron”]Hey, we’ve seen this, and will have it fixed before 7.8 final is released. I believe it can also effect 7.7 in some cases.

What’s happening is that the value for the property “wrapper.java.command” in ignition.conf is getting its backslashes removed.

In your wrapper, it looks like the value became “wrapper.java.command=C:ProgramDataOracleJavajavapathjava.exe”

If you replace the value with the correct path you should be able to get started.[/quote]

Great!
Thanks for the quick response, I will do that.