JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle GlassFish Server 3.1 Error Message Reference
search filter icon
search icon

Document Information

Preface

1.  Oracle GlassFish Server Error Messages

ACC

ACDEPL

ACT

ADM

BKUP

CMNUTL

CORE

DIAG

DPL

DTX

EJB

GMSAD

GMSBS

IIOP

IOP

JBISE

JDO

JML

JMS

JTS

LDR

MDB

MNTG

NAM

PAYL

PER

RAR

SEC

SECJB

SGMT

SGTM

SMGT

TLS

UTIL

WEB

WS

MDB

MDB0001 Create message-driven bean pool with maximum pool size [{0}], bean idle timeout [{1}] seconds

Description: TBD

MDB00010 Exception while cleaning up ServerSession [{0}]

Description: TBD

MDB00011 Exception while cleaning up ServerSession

Description: TBD

MDB00012 ServerSession.getSession() must be called first before calling ServerSession.start() !

Description: TBD

MDB00013 Create ServerSession error: [{0}]

Description: TBD

MDB00014 Exception while Creating ServerSession

Description: TBD

MDB00015 [{0}]: Message-driven bean destination name [{1}] not found

Description: TBD

MDB00016 [{0}]: Name not found exception: [{1}]

Description: TBD

MDB00017 [{0}]: Exception in creating message-driven bean container: [{1}]

Cause: An error occurred during the message-driven bean container initialization at runtime. The most common cause for this is that the physical resource(e.g. Queue) from which the message-driven bean is consuming either does not exist or has been configured incorrectly. Another common error is that the message-driven bean implementation class does not correctly implement the required javax.ejb.MessageBean or MessageListener interfaces.

Solution: Double-check that the JNDI name of the message-driven bean's resource in sun-ejb-jar.xml is correct. It is also useful to run the verifier to check that the code requirements for the message-driven bean class have been fulfilled.

MDB00018 [{0}]: Closing message-driven bean container connection

Description: TBD

MDB00019 [{0}]: Message-driven bean container connection closed

Description: TBD

MDB0002 Could not get server session: [{0}]

Description: TBD

MDB00020 [{0}]: Exception in closing message-driven bean container: [{1}]

Description: TBD

MDB00021 [{0}]: Message-driven bean destination type mismatch. Destination [{1}] is not of type [{2}]

Description: TBD

MDB00022 [{0}]: Message-driven bean listening on JMS destination [{1}]

Description: TBD

MDB00023 [{0}]: Invalid max-messages-load [{1}]

Description: TBD

MDB00024 [{0}]: Message-driven bean container connection factory [{1}] not found: [{2}]

Description: TBD

MDB00025 [{0}]: Message-driven bean connection factory type mismatch. Connection factory [{1}] is not of type [{2}]

Description: TBD

MDB00026 [{0}]: Unable to start message-driven bean container connection: [{1}]

Description: TBD

MDB00027 [{0}]: Connection exception event for [{1}], [{2}], [{3}]

Description: TBD

MDB00028 [{0}]: Message-driven bean container using external connection factory object: [{1}]

Description: TBD

MDB00029 [{0}]: Register message-driven bean container bean-pool monitor failed: [{1}]

Description: TBD

MDB0003 Exception on getting server session

Description: TBD

MDB00030 [{0}]: Exception in setting up message-driven bean container: [{1}]

Description: TBD

MDB00031 [{0}]: Message-driven bean container connection factory [{1}] not found. Use default

Description: TBD

MDB00032 [{0}]: Message-driven bean container connection factory not specified. Use default

Description: TBD

MDB00033 [{0}]: Message-driven bean container reconnecting ...

Description: TBD

MDB00034 [{0}]: Message-driven bean container reconnected

Description: TBD

MDB00035 [{0}]: Exception on message-driven bean pool close: [{1}]

Description: TBD

MDB00036 [{0}]: Message-driven bean preInvoke() failed

Description: TBD

MDB00037 [{0}]: Message-driven bean invocation exception: [{1}]

Description: TBD

MDB00038 [{0}]: No message-driven bean context in message listener : [{1}]

Description: TBD

MDB00039 [{0}]: Message sent to a destroyed message-driven bean : [{1}] , [{2}]

Description: TBD

MDB0004 Can not call getSession() while the session is still in use

Description: TBD

MDB00040 [{0}]: Message-driven bean CMT can not be supported.

Description: TBD

MDB00041 [{0}]: Message-driven bean onMessage error: [{1}]

Description: TBD

MDB00042 [{0}]: No invocation for message [{1}]

Description: TBD

MDB00043 [{0}]: Exception in reading mdb-container configuration: [{1}]

Description: TBD

MDB00044 Deploying message-driven bean [{0}], consuming from [{1}]

Description: TBD

MDB00045 Undeploying message-driven bean [{0}]

Description: TBD

MDB00046 Message-driven bean [{0}]: onMessage RuntimeException occurred: [{1}]. [{2}]

Description: TBD

MDB00047 Message-driven bean [{0}]: Some application or unchecked exception occurred : [{1}]

Description: TBD

MDB00048 Message-driven bean [{0}]: Exception in preinvoke : [{1}]

Cause: An error occurred during the pre-invocation processing before a message-driven bean MessageListener method is called. This is often caused by some transaction-related errors.

Solution: Double-check the transaction configuration for the message-driven bean and consult stack trace for additional details.

MDB00049 Message-driven bean [{0}]: Exception in postinvoke : [{1}]

Description: TBD

MDB0005 Can not call getSession() after the session has been destroyed

Description: TBD

MDB00050 Message-driven bean [{0}]: Exception in creating message-driven ejb : [{1}]

Cause: An error occurred during the lifecycle initialization of a message-driven bean instance. This typically means a system exception was thrown from the bean code during the execution of the no-arg constructor, the setMessageDrivenContext method, or the ejbCreate method. Common causes are failed naming service lookups coding errors, or ClassNotFound errors.

Solution: Check the stack trace to see which method threw the exception. If the error was caused by a NamingException, double-check the environment configuration (ejb-refs, resource-refs, etc.) in the deployment descriptor against the coded names. It would also be useful to run the verifier.

MDB00051 Message-driven bean [{0}] preinvoke exception in destroy message-driven ejb: [{1}]

Cause: An error occurred while the container was destroying an instance of a message-driven bean. The most common cause is that a message-driven bean class threw a system exception from its ejbRemove method.

Solution: Check the message driven bean's ejbRemove implementation to determine what would result in an exception. Also consult the stack trace for more information.

MDB00052 Message-driven bean [{0}]: start message delivery exception: [{1}]

Cause: An error occurred while the container was enabling the message flow into a message-driven bean. This is an internal error that typically means there is a problem with the messaging system from which the message-driven bean is consuming.

Solution: Check the stack trace for more details.

MDB00053 Message-driven bean [{0}] container cleanup exception: [{1}]

Description: TBD

MDB00054 Message-driven bean [{0}]: Exception setting bean context : [{1}]

Description: TBD

MDB00055 Message-driven bean [{0}]: Exception in closing consumer : [{1}]

Description: TBD

MDB00056 Message-driven bean [{0}]: start cleanup for shutdown

Description: TBD

MDB00057 Message-driven bean [{0}]: finished cleanup for shutdown

Description: TBD

MDB00058 Message-driven bean [{0}]: connection exception [{1}] during server shutdown. ignore.

Description: TBD

MDB00059 {0}]: Exception on unregistering monitor mbean: [{1}]

Description: TBD

MDB0006 Get session failed: [{0}]

Description: TBD

MDB00060 [{0}]: Invalid value [{1}] for [{2}] , use [{3}] instead

Description: TBD

MDB0007 Get session throws exception

Description: TBD

MDB0008 Session.run() throws Exception [{0}]

Description: TBD

MDB0009 Session.run() throws Exception

Description: TBD