Consultor Eletrônico



Kbase P82249: Error binding TCP/IP port while connecting to a Progress database via JDBC
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/21/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.1C

SYMPTOM(s):

error in tcp bind 10061

JDBC client trying to connect while database is still starting

Both JDBC client and Progress database starting at the same time

CAUSE:

Database is not prepared to receive remote connections

FIX:

Add a pause on the Java code to allow extra time for the database to start and be ready for remote connections.

A suggestion is to use sleep command that generates a pause of n seconds within the Java application.