There was an error encountered parsing the default JAAS configuration file for this application server. This file is found in the jace.jar file with the name ''jaas.conf.<server-type>'' and the error was around the indicated line number. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly SECURITY_DEFAULT_CONFIG_PARSE_ERROR As ExceptionCode
C#
public static readonly ExceptionCode SECURITY_DEFAULT_CONFIG_PARSE_ERROR;
C++
public:
 static const ExceptionCode SECURITY_DEFAULT_CONFIG_PARSE_ERROR;
J#
public static final ExceptionCode SECURITY_DEFAULT_CONFIG_PARSE_ERROR
JScript
public static const var SECURITY_DEFAULT_CONFIG_PARSE_ERROR : ExceptionCode;

See Also