Here is the connection log[09:05:16] Initialising data source for Trust_Repository_uat
[09:05:16] Using user specified JDBC URL: jdbc:XXXXXX
[09:05:16] JDBC Driver class: cs.jdbc.driver.CXXX
[09:05:17] Exception in thread "Thread-24"
[09:05:17] cs.jdbc.driver.protocol.UnexpectedException: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
................................
.........
[09:05:17] at java.lang.Thread.run(Unknown Source)
[09:05:17] Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
[09:05:17] at java.security.cert.PKIXParameters.setTrustAnchors(Unknown Source)
[09:05:17] at java.security.cert.PKIXParameters.<init>(Unknown Source)
[09:05:17] at cs.jdbc.driver.protocol.Encryption.validateCertificate(Encryption.java:76)
[09:05:17] at cs.jdbc.driver.DriverOptions.setAndValidateCertificate(DriverOptions.java:408)
[09:05:17] ... 18 more
[09:30:06] java.lang.reflect.InvocationTargetException
[09:30:06] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[09:30:06] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[09:30:06] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[09:30:06] at java.lang.reflect.Method.invoke(Unknown Source)
[09:30:06] at org.underworldlabs.swing.ActionPanel.actionPerformed(ActionPanel.java:76)
[09:30:06] at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
[09:30:06] at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
[09:30:06] at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
[09:30:06] at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
[09:30:06] at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
[09:30:06] at java.awt.Component.processMouseEvent(Unknown Source)
[09:30:06] at javax.swing.JComponent.processMouseEvent(Unknown Source)
[09:30:06] at java.awt.Component.processEvent(Unknown Source)
[09:30:06] at java.awt.Container.processEvent(Unknown Source)
[09:30:06] at java.awt.Component.dispatchEventImpl(Unknown Source)
[09:30:06] at java.awt.Container.dispatchEventImpl(Unknown Source)
[09:30:06] at java.awt.Component.dispatchEvent(Unknown Source)
[09:30:06] at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
[09:30:06] at org.executequery.databaseobjects.impl.DefaultDatabaseHost.connect(DefaultDatabaseHost.java:93)
[09:30:06] at org.executequery.gui.browser.ConnectionPanel.connect(ConnectionPanel.java:623)
[09:30:06] ... 41 more
On Monday, February 20, 2017 at 9:23:12 AM UTC-6, Tarra Ajay wrote:I am trying to connect to Oracle DB using Execute Query through java application application using the JDBC driver and using encryption and through remote certificate verification
when I try to connect it just keeps saying establishing connection but never establishes the connection
Kindly help
--
You received this message because you are subscribed to the Google Groups "Execute Query" group.
To unsubscribe from this group and stop receiving emails from it, send an email to executequery+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.