Search code examples
jdbcweblogicweblogic-10.xerror-code

List of Weblogic Error Codes


Context

I have been debugging an Oracle Weblogic Server 10.3.0.0 JDBC Connection which is logging the error code:

BEA-001112

After some searching around I found a bit of an explanation here:

http://docs.oracle.com/cd/E21764_01/core.1111/e10106/dbac.htm#BHCFFAJF

Although it does depend on the actual exception being thrown, I believe this means: there was an error when testing a new connection in the JDBC Connection Pool before handing it off to be used by the application.

Question

Does anyone know of a list of Weblogic Error Codes that has a general description for the specific Error Code?


Solution

  • In Oracle portfolio WebLogic is a part of Oracle Fusion Middleware (OFMW). Thus the error code (or message) list is a part of OFMW documentation.

    As the links a quite difficult to find for uninitiated here's direct links to a few different releases.

    They are not much descriptive, but hopefully can give you at least an introduction. You can also index them by subsystem. Clicking on a message (or message range) will bring up the details.