View Issue Details

IDProjectCategoryView StatusLast Update
0005024SymmetricDS ProBugpublic2021-07-13 19:48
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.11Fixed in Version3.12.11 
Summary0005024: Setup wizard for Informix fails with method not supported IfxSqliConnect.isValid(int)
DescriptionThe setup wizard fails to connect to Informix, giving the following error message:

2021-06-11 10:37:27,418 WARN [gui] [dP] [qtp1894601438-12] Unsuccessful attempt to connect to a database using url: jdbc:informix-sqli://localhost:9088/symmetricroot:INFORMIXSERVER=informix with driver: com.informix.jdbc.IfxDriver as user: informix StackTraceKey.init [SQLException:2406660987] java.sql.SQLException: Method not supported : IfxSqliConnect.isValid(int)
        at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:488)
        at com.informix.jdbc.IfxSqliConnect.isValid(IfxSqliConnect.java:7921)
        at org.apache.commons.dbcp2.DelegatingConnection.isValid(DelegatingConnection.java:895)
        at org.apache.commons.dbcp2.PoolableConnection.validate(PoolableConnection.java:273)
        at org.apache.commons.dbcp2.PoolableConnectionFactory.validateConnection(PoolableConnectionFactory.java:644)
        at org.apache.commons.dbcp2.BasicDataSource.validateConnectionFactory(BasicDataSource.java:106)
        at org.apache.commons.dbcp2.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:652)
        at org.apache.commons.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:534)
        at org.jumpmind.db.util.ResettableBasicDataSource.createDataSource(ResettableBasicDataSource.java:57)
        at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:734)
        at com.jumpmind.symmetric.console.impl.dP.a(SetupDatabaseScreen.java:574)
        at com.jumpmind.symmetric.console.impl.dP.p(SetupDatabaseScreen.java:622)
        at com.jumpmind.symmetric.console.impl.dN$2.buttonClick(NodeSetupWizard.java:106)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:712)
        at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:399)
        at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:363)
        at com.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:1189)
        at com.vaadin.ui.Button.fireClick(Button.java:384)
        at com.vaadin.ui.Button$1.click(Button.java:57)
Tagsdialect: informix

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-06-11 16:44 elong New Issue
2021-06-11 16:44 elong Status new => assigned
2021-06-11 16:44 elong Assigned To => elong
2021-06-11 16:44 elong Tag Attached: dialect: informix
2021-06-11 16:45 elong Status assigned => resolved
2021-06-11 16:45 elong Resolution open => fixed
2021-06-11 16:45 elong Fixed in Version => 3.12.11
2021-07-13 19:48 admin Status resolved => closed