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

SECJB

SECEJB9000 Exception while running pre-invoke

Cause: An error occurred during the call to preInvoke of the EjbSecurityComponentInvocationHandler

Solution: Check the exception stack trace to see if the exception originated from EjbSecurityManager

SECEJB9001 Exception while running postInvoke

Cause: An error occurred during the call to postInvoke of the EjbSecurityComponentInvocationHandler

Solution: Check the exception stack trace to see if the exception originated from EjbSecurityManager

SECEJB9002 Exception while getting the CodeSource

Cause: An error occurred during the call to get the Codesource in the EjbSecurityManager

Solution: Check the exception stack trace to see if the URL provided for the codesource has valid syntax or is malformed

SECEJB9003 Exception while destroying EjbSecurityManager

Cause: An error occurred during the call to destroy the EjbSecurityManager

Solution: Check if the policy has been already removed or if the application was rightly registered

SECEJB9004 EjbSecurityManager - Exception while getting the CodeSource

Cause: An error occurred during the call to obtain the codesource through the URI provided

Solution: Check the exception stack trace to see if the URL provided for the codesource is correct

SECEJB9005 EjbSecurityManager - Exception while getting the PolicyFactory

Cause: An error occurred during the call to obtain the PolicyConfigurationFactory

Solution: Check the stack trace to see if the exception is ClassNotFound or a general PolicyContextException

SECEJB9006 JACC: Unexpected security exception on access decision

Cause: An Authorization Exception was thrown for accessing the specific method on the EJB by the user

Solution: Check the EJB policy to see if access is allowed for the user role specified

SECEJB9007 JACC: Unexpected exception manipulating policy context

Cause: An Exception was thrown while resetting the policycontext

Solution: Check the EJB policy to see if the policy contexts of the application are correct

SECEJB9008 JACC: Unexpected security exception isCallerInRole

Cause: An Exception was thrown while checking if the caller of the EJB belongs to the role specified

Solution: Check the EJB policy to see if the caller has been configured for the correct role

SECEJB9009 JACC: Unexpected PrivilegedActionException manipulating policy context

Cause: A PrivilegedActionException Exception was thrown while resetting the policy context

Solution: Check to see if the caller has enough permissions for this operation

SECEJB9010 JACC: EJB Method Descriptor not defined for Ejb {0}, MethodName {1}, MethodParameters {2}

Cause: The Method Interface specified is either empty or null

Solution: Check to see if the EJB name and the method interfaces are correct