Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: Troubleshooting
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Business Process and Element Properties Overview

Business Process Properties

Modeling Element Properties

Configuring Business Properties

Configuring General Properties

Configuring Business Process Attributes

Configuring Partners

Defining Message Correlations

Viewing WSDL Files

Configuring Grid Properties

Configuring Modeling Element Properties

Adding Logging and Alerts to an Element

Configuring Business Processes for XA Transactions

Persisting Reporting Data for Business Processes

Configuring a Business Process for Reporting Persistence

Configuring Database Connection Information

Creating a Business Process Database Table

Dropping a Business Process Database Table

Configuring BPM for the OCI Driver

System Requirements for the Oracle OCI driver

Before You Begin

Implementing the OCI Driver

Implementing Transparent Application Failover

Troubleshooting

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Configuring Java CAPS Environment Components for Communications Adapters

Configuring Java CAPS Environment Components for Database Adapters

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Configuring Sun Master Indexes

Troubleshooting

To aid in troubleshooting, common error messages and resolutions are described below.

Troubleshooting Windows Systems

Error Message
Checklist
Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc9.dll in java.library.path
  • Is the oracle_home environment variable set?
  • Is oracle_home\bin added to the system path?

  • Is oracle_home\lib added to the system path?

Exception No Such Method : make_c_state error
  • Is oracle_home\lib added to the system path?
  • Is the JDBC Oracle client driver version used to connect to the database different from the application server version?

Exception in thread "main" java.lang.NoSuchFieldError: envCharSetId
  • Is oracle_home\lib added to the system path?
  • Is the JDBC Oracle client driver version used to connect to the database different from the application server version?

Troubleshooting Linux/Unix Systems

Error Message
Checklist
Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path
  • Is the oracle_home environment variable set?
  • Is oracle_home/lib added to LD_LIBRARY_PATH?

Exception in thread "main" java.lang.NoSuchFieldError: envCharSetId
  • Is the oracle_home environment variable set?
  • Is the JDBC Oracle client driver version used to connect to the database different from the application server version?

make_c_state error
  • Is oracle_home/bin added to the system path?
  • Is the JDBC Oracle client driver version used to connect to the database different from the application server version?