| guest |
Tue Sep 02 23:23:11 BST 2008 |
| |
I generated the encryption key using the uk.org.primrose.ConfigEncrypter.
and then got the passwords encrypted in the primrose.config file,
I also modified the path in the encryptionFileKey property.
However when I restarted my tomcat I got the following error:
uk.org.primrose.pool.CannotConnectException: Cannot connect to db us
ing driver (oracle.jdbc.driver.OracleDriver)
However the pool runs perfectly file without the encryption stuff.
Any pointers in resolving the encryption issue would be helpful.
Thanks. |
| |
| guest |
Mon Dec 15 12:04:29 GMT 2008 |
| |
| I have the same problem |
| mdelgadoru |
Tue Jan 27 11:14:56 GMT 2009 |
| |
I have the same problem. My configuration is:
poolName=intranet
base=10
log=C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\logs\pool\confprimrose_intranet_${yyyy-MM-dd}.log
idleTime=1200000
logLevel=verbose,info,warn,error,crisis
driverClass=oracle.jdbc.OracleDriver
driverURL=jdbc:oracle:oci:@SID
user=adsfadsfadsf
password=asdfasdfasdfa==
killActiveConnectionsOverAge=60000
cycleConnections=1000
queueConnectionRequests=false
waitForConnectionIfDatabaseIsDown=false
checkSQL=select sysdate from dual
runPooledMode=true
encryptionFileKey=C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\conf\primrose\keypool.key
#connectionTransactionIsolation=TRANSACTION_READ_COMMITTED
#connectionAutoCommit=true
numberOfConnectionsToInitializeWith=10
adminEmail=++++++++++++++++++
smtpMailExchangeServer=+++++++++
smtpMailExchangeServerPort=25
emailEvents=start,stop,unclose,kill,nofree,dbcrash
onExceptionCheckSQL=Select sysdate from dual
dumpConnectionOnSQLException=true
I utilize oci8, itself not if that will be the problem |
| sedj |
Tue Feb 10 21:40:13 GMT 2009 |
| |
| Hi, this will be fixed in the upcoming release 3.0.14, hope to release this weekend |
|