When running the tibrvcfg command, the following error is seen. Tibco Rendezvous Configuration Command Line Tool v1.0 Exception in thread "main" java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
book
Article ID: KB0093875
calendar_today
Updated On:
Products
Versions
TIBCO Rendezvous
-
Not Applicable
-
Description
Resolution: Environment: ============= All
Description = = = = = = = When running the tibrvcfg command, the following error is seen.
$ tibrvcfg
Tibco Rendezvous Configuration Command Line Tool v1.0
Exception in thread "main" java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider at java.lang.J9VMInternals.verifyImpl(Native Method) at java.lang.J9VMInternals.verify(J9VMInternals.java:69) at java.lang.J9VMInternals.initialize(J9VMInternals.java:131) at com.tibco.tibrv.config.tools.AbstractTool.initSslSupport(AbstractTool.java:49) at com.tibco.tibrv.config.tools.AbstractTool.run(AbstractTool.java:144) at com.tibco.tibrv.config.tools.TibrvConfigurationTool.run(TibrvConfigurationTool.java:190) at com.tibco.tibrv.config.tools.TibrvConfigurationTool.main(TibrvConfigurationTool.java:320) Caused by: java.lang.ClassNotFoundException: com.sun.net.ssl.internal.ssl.Provider at java.net.URLClassLoader.findClass(URLClassLoader.java:496) at java.lang.ClassLoader.loadClass(ClassLoader.java:631) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:597)
Resolution: ============
Rendezvous installation places the Java archive file rvconfig.jar in the lib directory under TIBRV_HOME. If you have placed this file in any other location the CLASSPATH variable must include the complete pathname. Also, the CLASSPATH variable must also include the complete pathname to the SDK file jsse.jar which implements SSL. The SDK file jsse.jar is part of Java SDK runtime environment and it should be located at JRE_HOME/lib.
Issue/Introduction
When running the tibrvcfg command, the following error is seen.
Tibco Rendezvous Configuration Command Line Tool v1.0
Exception in thread "main" java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider