Hi! We are trying to upgrade Ignition 7.7.2 with OpenJDK 1.8.0 to Ignition 8.1.3.
First of all, the installer doesn’t recognize the previous version.
Second, and more important, once we upgrade with a different name of service (Ignition1, e.g.), an error shows up when the service initializes.
This error says there is a different wrapper service manager’s version.
I attach a fragment:
STATUS | wrapper | 2021/04/01 10:03:28 | Copyright (C) 1999-2014 Tanuki Software, Ltd. All Rights Reserved.
STATUS | wrapper | 2021/04/01 10:03:28 | http://wrapper.tanukisoftware.com
STATUS | wrapper | 2021/04/01 10:03:28 | Licensed to Inductive Automation for Inductive Automation
STATUS | wrapper | 2021/04/01 10:03:28 |
STATUS | wrapper | 2021/04/01 10:03:30 | Launching a JVM…
INFO | jvm 1 | 2021/04/01 10:03:42 | WrapperManager: Initializing…
ERROR | wrapper | 2021/04/01 10:04:02 | Startup failed: Timed out waiting for a signal from the JVM.
ERROR | wrapper | 2021/04/01 10:04:02 | JVM did not exit on request, termination requested.
STATUS | wrapper | 2021/04/01 10:04:02 | JVM exited after being requested to terminate.
STATUS | wrapper | 2021/04/01 10:04:07 | Reloading Wrapper configuration…
STATUS | wrapper | 2021/04/01 10:04:08 | Launching a JVM…
INFO | jvm 2 | 2021/04/01 10:04:08 | WrapperManager: Initializing…
INFO | jvm 2 | 2021/04/01 10:04:22 | WrapperManager: ERROR - The version of the Wrapper which launched this JVM is “3.5.25”
INFO | jvm 2 | 2021/04/01 10:04:22 | WrapperManager: while the version of the Wrapper jar file currently in use
INFO | jvm 2 | 2021/04/01 10:04:22 | WrapperManager: is “3.5.42”.
INFO | jvm 2 | 2021/04/01 10:04:22 | WrapperManager:
INFO | jvm 2 | 2021/04/01 10:04:22 | WrapperManager: ERROR - The version of the Wrapper which launched this JVM is
INFO | jvm 2 | 2021/04/01 10:04:22 | WrapperManager: “3.5.25-st” while the version of the native library
INFO | jvm 2 | 2021/04/01 10:04:22 | WrapperManager: is “3.5.42-st”.
INFO | jvm 2 | 2021/04/01 10:04:22 | WrapperManager:
STATUS | wrapper | 2021/04/01 10:04:24 | ← Wrapper Stopped
We tried so many ways to fix this that we ran out of ideas.
Some of these were:
- We uninstalled OpenJDK version and deleted cache. Then we did the upgrade;
- We upgraded by .zip and .exe’s method;
- We uninstalled Ignition’s old version and installed Ignition’s new version;
- We uninstalled OpenJDK and installed Java Oracle.
None of these solutions worked and this error is recurrent.
If we do a fresh install in a test computer absolutely clean, obviously, it works. But we don’t want to do this until let’s try everything.
What do you recommend?