Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in component tPostgresqlInput_1
org.postgresql.util.PSQLException: ERROR: Unrecognized protocol version: 196608
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:276)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:95)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:124)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:386)
at org.postgresql.Driver.connect(Driver.java:260)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at charterproduct.aster_0_1.Aster.tPostgresqlInput_1Process(Aster.java:685)
at charterproduct.aster_0_1.Aster.runJobInTOS(Aster.java:1246)
at charterproduct.aster_0_1.Aster.main(Aster.java:1111)