Categories

Database connection issue when OTP is invalid for auth() and sync(), what should I do?

You are here:
< All Topics

Symptom: When application server sends in a wrong OTP it will give an error –
[ERROR]-[org.logicalcobwebs.proxool.ProxoolDriver.connect()] Problem
org.logicalcobwebs.proxool.ProxoolException: Attempt to refer to a unregistered pool by its alias ‘test-db’

Problem: [ERROR]-[org.logicalcobwebs.proxool.ProxoolDriver.connect()] Problem
org.logicalcobwebs.proxool.ProxoolException: Attempt to refer to a unregistered pool by its alias ‘test-db’
was thrown out when application server sends an auth() or sync() request.

Solution: To resolve this issue, please download the latest OTPWS.war file below:

https://drive.google.com/file/d/0B15a86jGdfB3Nmk4bEdSN1l0Qkk/view?usp=sharing

Instructions:
1. Stop JBoss service
2. Copy the contents of proxool.properties and config.properties of the current OTPWS.war.
3. Copy the downloaded file to <JBOSS directory>\server\default\deploy and rename it to OTPWS
4. Update the proxool.properties and config.properties of the new OTPWS using the copied contents in step 2.
5. Start JBoss service
6. Check if the problem persists.

OTPWS-2015-01-30.war
release date: Jan 2015
New features added
– updated the jotpcore library using jtotpcore_3.2_150128
 – fixed the db connection pool issue when OTP is invalid for auth() and sync()

Next OTPWS error OTPR_CODE_DB_*
Table of Contents
Scroll to Top