My Oracle Support Banner

Oracle WebLogic Server: Applications On Weblogic Managed Servers Could Not Be Started (Doc ID 2654575.1)

Last updated on OCTOBER 05, 2023

Applies to:

Oracle WebLogic Server - Version 10.3.6 and later
Information in this document applies to any platform.

Symptoms

Following a server reboot, some applications hosted on Managed Server are not accessible. The AdminServer logs shows:

The connectivity issues that are seen in the above logs, can be further demonstrated by using the dbping utility to make a DB Connection to the database from a java-based application. We offer the following as a troubleshooting tool to aid in determining if the issue is truly a Database Connectivity issue or other.:

1. From the AdminServer Weblogic Console > Domain>Services>Data Sources, extract all the information related to the affected Data source. Note the database name, port and IP.

2. Use java dbping utility to check the connectivity with the database. This would ensure that the machine is able to connect to the database properly.

a.) Navigate to the <MW Home>/user_projects/domains/<domain_name>/bin directory.

b.) Set the environment using the below command:

. ./setDomainEnv.sh (It will be .cmd for Windows based systems)

c.) Execute the below command:

java utils.dbping ORACLE_THIN <user name> <pwd> <DB host>:1521/<service_name>

Please refer to the below documentation link for various options on the dbping utility.

WebLogic Server Command Reference
http://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/utils11.html

dbping

Changes

 Recently, computer OS was updated to the latest version.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.