Hi,
I'm a trying to restore an old backup in another machine with the same version of ignition I used before (8.1.13) but when I restore the gateway does not start again.
Hi,
I'm a trying to restore an old backup in another machine with the same version of ignition I used before (8.1.13) but when I restore the gateway does not start again.
Can you upload the wrapper.log file from the $IGNITION/logs
directory?
Hi Kevin, sure.
wrapper.log (62.0 KB)
Something (another Ignition, IIS, another application) seems to be running on port 443, which is what the backup you restored is configured to run on:
INFO | jvm 2 | 2023/07/18 16:23:24 | WrapperSimpleApp:
INFO | jvm 2 | 2023/07/18 16:23:24 | WrapperSimpleApp Error: Encountered an error running main:
INFO | jvm 2 | 2023/07/18 16:23:24 | WrapperSimpleApp Error: java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:443
Got it, make sense I will configure to run in 8080 again . Thank you, I will try and if I it run I will reply it.
8088 is the default for HTTP, 8043 for HTTPS. You can modify the ports in $IGNITION/data/gateway.xml
.
So should I modify this line 443 to 8088 :
<entry key="gateway.metroSSLPort">443</entry>
Are there multiple lines in that file configured for 443?
The default for that key is 8060.
There should be a gateway.xml_clean
file that is all default values.
This is my gateway.xml
gateway.xml (1.3 KB)
Change them to whatever you want so long as they are not already in use.
Make sure there's no another Ignition gateway running on the same server. You should not try to do this without using VMs or Docker.