PDBWPlugin Wrap fails on TIBCO Administrator where the admin domain is created using an enterprise DB as the backend.

book

Article ID: KB0091013

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Policy Director -
Not Applicable -

Description

Resolution:
Description
-------------
PDBWPlugin Wrap fails on TIBCO Administrator where the admin domain is created using an enterprise DB as the backend.

&lterror_msg>
Cannot connect to DB/ Classes missing/drivers missing

Detailed error message

WRAPPER - start method threw an exception
Exception in thread "main" com.tibco.runtime.pool.ServerNotAvailableException: Server not available at address jdbc:&ltDB Settings>
        at com.tibco.runtime.pool.impl.ConnectionPoolImpl.getAvailableObject(ConnectionPoolImpl.java:198)
        at com.tibco.runtime.pool.impl.ObjectPoolImpl.getObject(ObjectPoolImpl.java:219)
...
Caused by: com.tibco.runtime.pool.AllocationException: Connect failed to address: jdbc:&ltDB Settings> : java.lang.ClassNotFoundException:
        at com.tibco.runtime.pool.jdbc.JdbcConnection.&ltinit>(JdbcConnection.java:41)
        at com.tibco.runtime.pool.jdbc.JdbcConnectionFactory.allocate(JdbcConnectionFactory.java:108)
...
Caused by: java.lang.ClassNotFoundException:
        ... 21 more
</error_msg>

Environment
-------------
All

Resolution
-------------
Copy the ODBC/JDBC drivers of the DB and place them in TIBCO_HOME/tpcl/&ltVER>/lib.
Redo the wrap of the domain.

Issue/Introduction

PDBWPlugin Wrap fails on TIBCO Administrator where the admin domain is created using an enterprise DB as the backend.