I am trying to load a new test instance of Wildfire on an server that is currently running Wildfire 2.6.2. I have been able to do this in the past, but you just have to be carefule to not have confolicting port.
When I try to start Wildfire 3.2.0 I get this error in my nohup.
- cat nohup.out
Exception in thread “main” java.lang.NoClassDefFoundError: com/install4j/runtime/Launcher
Exception in thread “main” java.lang.NoClassDefFoundError: com/install4j/runtime/Launcher
Exception in thread “main” java.lang.NoClassDefFoundError: com/install4j/runtime/Launcher
I read on an earlier thread that this is may be related to an OS or Java issue, which would make sense to me. Except that this server has been running Wildfire clear back to Jive days.
Here is my java install and version that is being used now.
- /usr/java/bin/java -version
java version “1.5.0_04”
Java™ 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot™ Client VM (build 1.5.0_04-b05, mixed mode, sharing)
Thanks