Gateway doesn't start after import a gateway

After I import the gateway, I can't start it.
I check the logs, but I don't know how to solve it.
Does someone have a solution for this?

08:08:25.327 [WrapperSimpleAppMain] WARN com.inductiveautomation.ignition.gateway.logging.GatewayLoggingManagerImpl - The database log appender is not installed, the gateway will not be able to query logs. Other appenders may be installed and may be logging successfully, but the events will not be displayed in the gateway.
08:08:25.357 [WrapperSimpleAppMain] ERROR IgnitionGateway - Error initializing web manager: 
java.lang.IllegalStateException: Could not find /usr/local/bin/ignition/data\\gateway.xml or /usr/local/bin/ignition/data\\gateway.xml_clean.
at com.inductiveautomation.catapult.util.FileUtil.ensureFileExists(FileUtil.java:108)
at com.inductiveautomation.ignition.gateway.web.WebResourceManagerImpl.readGatewayProperties(WebResourceManagerImpl.java:465)
at com.inductiveautomation.ignition.gateway.web.WebResourceManagerImpl.<init>(WebResourceManagerImpl.java:115)
at com.inductiveautomation.ignition.gateway.IgnitionGateway.<init>(IgnitionGateway.java:529)

wrapper.log (73.9 KB)

Did you take a gateway backup from a Linux server to restore in a Windows server? Where the Linux server used customized paths in ignition.conf ? If so, you will have to fix ignition.conf.

No but I'm not 100% sure, I'm going to attach the ignition.conf in .TXT maybe you can help me if there is any error.
Ignition.txt (8.8 KB)

Your wrapper.java.additional.2, .10, and .30 have linux-style folder overrides. If you restored into a Windows machine, you have to fix those for windows. The latter two are also very specific to a particular kind install, and you may need special help from whomever gave you the backup.

If a client, they are using Linux. You may also need to use Linux to deal with those peculiarities. (You should use Linux anyways, but I may be biased.)

2 Likes

Thank you, for your help