Hi ,
I have installed some wM 6.53 components on a RHEL box having 64-bit JVM. Since I wasn’t using a root user the Broker couldn’t be installed and I had to do it manually. As of now I have decided to uninstall the Broker component and install it again.
As per the Installation guide I used the uninstall script file within /bin location. I am getting an error like the one below:
Exception in thread “main” java.util.MissingResourceException: Can’t find bundle for base name com.wm.distman.install.InstallerMessages, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:838)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:551)
at com.wm.distman.install.CommandLineArgs.(CommandLineArgs.java:138)
at com.wm.distman.install.DistManInstallMain.init(DistManInstallMain.java:23)
at com.wm.distman.install.DistManInstallMain.main(DistManInstallMain.java:33)
I checked some SR’s on adavntage which pointed out to the deprecation of jars (xorg-x11). IS this actually viable to fix this issue.
I have run the Installer successfully on the RHEL machine but then why is this problem with the Uninstaller.
Please tell me if I am missing something. It’s urgent.
It will be appreciable if someone can elaborate the steps to Install a Broker using a non-root user on RHEL.
Cheers.