I am facing the following issue when I am trying to configure a JDBC Connection
Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Example:Example.[ART.118.5063] Adapter Runtime (Connection): Unable to start connection Example:Example: after 1 attempt(s).[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.[ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleConnectionPoolDataSource”.Io exception: Got minus one from a read callConnection Settings are as follows:-Connection Properties
Transaction Type NO_TRANSACTION
DataSource Class oracle.jdbc.pool.OracleConnectionPoolDataSource
serverName 127.0.0.1
user XYZ ( user has full DBA Access)
password ****
Retype password ****
databaseName XE
portNumber 8080
networkProtocol tcp
Other Properties serviceName=Xe;driverType=thin Connection Management Properties
Enable Connection Pooling true
Minimum Pool Size 1
Maximum Pool Size 10
Pool Increment Size 1
Block Timeout (msec) 1000
Expire Timeout (msec) 1000
Startup Retry Count 0
Startup Backoff Timeout (sec) 1o
I also have classes12.jar & ojdbc14.jar on the IS/jar folder and
restated the IS. Also verified the Oracle Lister service. I am able to connect using a client.
Are you sure the port is 8080…I believe you are working on testing the connections to local XE database , unless you change the port, it’s 1521 by default!
other properties : why do you want to define the service name again ? when the connection already asking give the database name!
Hi Prp,
I have configured the XE DB instance for wM on port 8080 . well in spite of removing or keeping the DB name in other properties but nothing seems 2 work.
Hi Prp,
I have configured the XE DB instance for wM on port 8080 . well in spite of removing or keeping the DB name in other properties but nothing seems 2 work.
please check all fields on the connection for leading and/or trailing special characters and remove these.
ojdbc jar is only neccessary under WmJDCBAdapter/code/jars.
Dependend on JVM version you should choose the matching jar file.
Can you provide us the Versions of the JDBC Adapter, the Oracle DB and the jar file?
For the jar file you can find this information in the META-INF/MANIFEST.MF file inside the jar.