wrapper.log (4.9 MB)
I restored the gateway back up. on my machine. CCMD prompt telss gateway is runnning but not able to open on broswer. I have attached wrapper log for same. Can some one tell me how to rectify it.
What IP address and port are you trying to access the gateway at?
Local host and 8088
It looks like the Gateway you restored is configured for port 8080 instead of 8088.
Try http://localhost:8080
can you tell me which line explaines working port number for the gateway.
This is what showed the server port binding for Ignition in your logs:
INFO | jvm 2 | 2025/03/06 04:10:01 | I [o.e.j.s.AbstractConnector ] [12:10:01]: Started ServerConnector@5ccdb9f2{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
This port is set in your data/gateway.xml
file (note that this value is for Ignition 7.9.x and will have a different key name in more recent Ignition versions):
...
<entry key="catapult.port">8088</entry>
...
when I tried to restore it newer version following errors are coming
wrapper.log (62.2 KB)
I tried commenting out particular lines.. Still java error in cmd prompt.
ignition.zip (3.0 KB)
wrapper.log (62.2 KB)
It seems like it should be something different if this is really the ignition.conf associated with the Gateway in question. Are you sure you're editing the ignition.conf for the Gateway these logs are from?
Additionally, the wrapper.log
files you've attached in the before/after are the same file. It could be that there is some other error blocking gateway startup--we'll need the latest logs to help further.
Yes, i am uploading the wrapper log and ignition.cong file here
wrapper.log (149.7 KB)
ignition.zip (3.0 KB)
Comment out this line as well:
wrapper.java.additional.1=-XX:+UseConcMarkSweepGC
I did that but getting the same issue. Am i doing something wrong
I am attaching the wrapper and ignition.conf
ignition.zip (3.0 KB)
wrapper.log (149.7 KB)
Give support a call so they can look over your shoulder.
You're either editing the wrong ignition.conf or you haven't restarted since doing so.