Hello,
I have been upgrading from 8.1 all the way to 8.1.44.
It shows the gateway has faulted.
I jumped from 8.1.0 to 10 to 20 to 30 to 44.
attatched is my wrapper logs. Thanks in advance!
wrapper.log (2.8 MB)
Hello,
I have been upgrading from 8.1 all the way to 8.1.44.
It shows the gateway has faulted.
I jumped from 8.1.0 to 10 to 20 to 30 to 44.
attatched is my wrapper logs. Thanks in advance!
wrapper.log (2.8 MB)
The issue is this:
Unrecognized VM option 'UseConcMarkSweepGC'
There should be a line in ignition.conf
file that you can remove. Post the whole additional parameters section here or the file itself and we can make sure it's got all the right parameters.
Here is my file. Thanks
ignition.zip (3.0 KB)
It should work if you comment out this line:
wrapper.java.additional.3=-XX:+UseConcMarkSweepGC
like this:
#wrapper.java.additional.3=-XX:+UseConcMarkSweepGC
Thank You!!