JCPs and JWPs do not start: No suitable driver found for SQLDRIVERCONNECT.
search cancel

JCPs and JWPs do not start: No suitable driver found for SQLDRIVERCONNECT.

book

Article ID: 224204

calendar_today

Updated On:

Products

CA Automic One Automation

Issue/Introduction

Neither JWPs or JCPs can be started via the Service Manager Dialog or command line. The following error is shown:

U00003590 UCUDB - DB error: '08001', 'No suitable driver found for SQLDRIVERCONNECT=jdbc:oracle:thin:@server:1544/database', '0', 'java.sql.SQLException'

 

 

Environment

Release : 12.3

Component : AUTOMIC AUTOMATION

Cause

Configuration.

Resolution

The SQLDRIVERCONNECT string contained a typo.

[JDBC]
SQLDRIVERCONNECT=SQLDRIVERCONNECT=jdbc:oracle:thin:@server:1544/database

Once the duplicate string SQLDRIVERCONNECT was removed the processes started as expected.

[JDBC]
SQLDRIVERCONNECT=jdbc:oracle:thin:@server:1544/database