blob: 38535ac7eddf2af5188eefe9fe60089c13032ff9 [file] [log] [blame]
type=page
status=published
title={productName} Error Messages
prev=preface.html
~~~~~~
= {productName} Error Messages
[[sthref2]][[glassfish-server-open-source-edition-error-messages]]
== 1 {productName} Error Messages
This chapter provides a compilation of error messages that you might
encounter when using {productName}.
Error messages provide information about events that occur during
{productName} operation, such as configuration errors, security
failures, or server malfunction. These messages often include diagnostic
and troubleshooting information.
Error messages can also be viewed in the Administration Console Log
Viewer. For more information about logging, see
”link:administration-guide/logging.html#GSADG00010[Administering the Logging Service”] in {productName} Administration Guide.
For additional troubleshooting information, see the
link:troubleshooting-guide.html#GSTSG[{productName} Troubleshooting Guide].
Error messages in this chapter are listed in alphabetic and numeric
order by message ID. The text is as it appears in the actual error
message.
[[sthref3]]AS-ACDEPL-00103 Java Web Start services started for the app client \{0} (contextRoot: \{1}) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref4]]AS-ACDEPL-00105 Error starting the adapter to serve static system-level content ::
Cause: An unexpected internal system error occurred
+
Action: Please consult the exception stack trace
[[sthref5]]AS-ACDEPL-00108 Config file for client JNLP not found: \{0} ::
Cause: The config file does not exist.
+
Action: The file is part of the installation so this might be an
internal error. Make sure you have not accidentally removed or renamed
the config file. If not, please file an error with a reproducible test
case.
[[sthref6]]AS-ACDEPL-00109 The config file for client JNLP \{0} exists but could not be read. ::
Cause: The config file might be protected from reading.
+
Action: Make sure the config file protection settings permit the
server to read it.
[[sthref7]]AS-ACDEPL-00111 Client JNLP document \{0} refers to the static resource \{1} that does not exist or is not readable. ::
Cause: The developer-provided JNLP content refers to a file as if the
file is in the application but the server could not find the file.
+
Action: Make sure the file is packaged in the application and that the
reference to the file is correct. Then rebuild and redeploy the
application.
[[sthref8]]AS-ACDEPL-00112 The following extensions or libraries are referenced from the manifest of \{0} but were not found where indicated: \{1}; ignoring and continuing ::
Cause: The server could not open the JAR file(s) or process the
extension(s) listed in its manifest.
+
Action: Make sure the manifest of the JAR file correctly lists the
relative paths of library JARs and the extensions on which the JAR
depends.
[[sthref9]]AS-ACDEPL-00114 The ApplicationSignedJARManager for a nested app client deployer helper is unexpectedly null. ::
Cause: During deployment of nested app clients (those inside EARs),
the system should use an ApplicationSignedJARManager but it is null.
+
Action: This is a system error. Please report this as a bug.
[[sthref10]]AS-ACDEPL-00115 Tbe custom JNLP document \{0} in a stand-alone app client incorrectly refers to a JAR \{1} ::
Cause: The app client includes a custom JNLP document which refers to
a JAR. Stand-alone app clients cannot refer to other JARs because they
are self-contained deployment units.
+
Action: Remove references to JAR from the custom JNLP document or
package the app client inside an EAR that also contains the referenced
JAR.
[[sthref11]]AS_ACDEPL-00101 Java Web Start services not started for the app client \{0}; its developer has marked it as ineligible ::
Cause: The developer's glassfish-application-client.xml file marks the
app client as ineligible for Java Web Start support.
+
Action: If users should be able to launch this client using Java Web
Start, change the <java-web-start-support> 'enabled' attribute.
[[sthref12]]AS_ACDEPL-00104 Java Web Start services stopped for the app client \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref13]]AS_ACDEPL_00102 Java Web Start services not started for the app client \{0}; the administrator has disabled Java Web Start support for it ::
Cause: The administrator disabled Java Web Start launches for the app
client, either using '--properties java-web-start-enabled=false'
during deployment or changing the properties afterwards.
+
Action: If users should be able to launch this client using Java Web
Start, either deploy the application again without --properties or
adjust the configuration using the admin console or the asadmin 'set'
command
[[sthref14]]AS-NAMING-00001 Failed to load \{0} using CommonClassLoader ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref15]]AS-NAMING-00002 Exception during name lookup : \{0} ::
Cause: App Server may not be running at port intended, or possible
Network Error.
+
Action: Check to see if the AppServer is up and running on the port
intended. The problem could be because of incorrect port. Check to see
if you can access the host on which the AppServer running.
[[sthref16]]AS-NAMING-00003 Exception occurred when instantiating LocalSerialContextProviderImpl: \{0} ::
Cause: java.rmi.RemoteException
+
Action: Check server.log for details
[[sthref17]]AS-NAMING-00004 Error during CosNaming.unbind for name \{0}: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref18]]AS-NAMING-00005 Naming binding already exists for \{0} in namespace \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref19]]AS-NAMING-00006 Exception in NamingManagerImpl copyMutableObject(): \{0} ::
Cause: Problem with serializing or de serializing of the object
+
Action: Check the class hierarchy to see if all the classes are
serializable.
[[sthref20]]AS-NAMING-00008 Fall back to INITIAL_CONTEXT_FACTORY \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref21]]AS-CONCURRENT-00001 Task [\{0}] has been running on thread [\{1}] for \{2} seconds, which is more than the configured hung task threshold of \{3} seconds in [\{4}]. ::
Cause: A task has been running for longer time than the configured
hung task threshold setting.
+
Action: Monitor the task to find out why it is running for a long
time. If this is normal, consider setting a higher hung task threshold
or setting the "Long-Running Tasks" configuration attribute to true.
[[sthref22]]AS-CONCURRENT-00002 Unable to setup or reset runtime context for a task because an invalid context handle is being passed. ::
Cause: An invalid context handle is being passed.
+
Action: Contact GlassFish support.
[[sthref23]]AS-CONCURRENT-00003 Unable to bind \{0} to JNDI location [\{1}]. ::
Cause: An unexpected exception occurred when trying to bind a managed
object to JNDI namespace
+
Action: Review the exception message to determine the cause of the
failure and take appropriate action.
[[sthref24]]AS-CONCURRENT-00004 Unable to deploy \{0}. ::
Cause: No configuration information is provided when trying to deploy
a managed object.
+
Action: Contact GlassFish support.
[[sthref25]]AS-RAR-05001 Failed to get the thread-pool [ \{0} ] for resource adapter [ \{1} ]. ::
Cause: Could not find a thread pool according to the pool ID.
+
Action: Check the thread-pool-id property in Resource Adapter Config.
[[sthref26]]AS-RAR-05002 Failed to get the default thread-pool for resource adapter [ \{0} ]. ::
Cause: Could not find the default thread pool for resource adatper.
+
Action: Check the thread-pool-id property in Resource Adapter Config.
[[sthref27]]AS-RAR-05003 An error occurred during instantiation of the Work Manager class [ \{0} ] for resource adapter [ \{1} ]. ::
Cause: Can not initiate the Work Manager class.
+
Action: Check the Work Manager class type.
[[sthref28]]AS-RAR-05004 The Work named [ \{0} ], progress [ \{1} ]. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref29]]AS-RAR-05005 Resource adapter association failed. ::
Cause: Resource Adapter throws exception during
ManagedConnectionFactory.setResourceAdapter().
+
Action: [1] If you are using third party resource adapter, contact
resource adapter vendor.[2] If you are a resource adapter developer,
please check the resource adapter code.
[[sthref30]]AS-RAR-05006 Unable to load Work Context class \{0}. ::
Cause: Work Context class is not available to application server.
+
Action: Make sure that the Work Context class is available to server.
[[sthref31]]AS-RAR-05007 Cannot specify both Execution Context [\{0}] as well Transaction Context [\{1}] for Work [\{2}] execution. Only one can be specified. ::
Cause: Submitted Work has Transaction Context as well it is a Work
Context Provider which is specification violation.
+
Action: Make sure that either Execution Context or Work Context
Provider with Transaction Context is passed, but not both.
[[sthref32]]AS-RAR-05008 Duplicate Work Context for type [ \{0} ]. ::
Cause: Multiple Work Contexts of same type submitted.
+
Action: Make sure that same context type is not submitted multiple
times in the Work Context.
[[sthref33]]AS-RAR-05009 Application server cannot handle the following Work Context : \{0}. ::
Cause: Work Context in question is not supported by application
server.
+
Action: Check the application server documentation for supported Work
Contexts.
[[sthref34]]AS-RAR-05010 Setting custom Work Context class [ \{0} ] using most specific supportted Work Context class [ \{1} ]. ::
Cause: Requested Work Context is not supported, but a super type of
the context is supported.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref35]]AS-RAR-05011 Unable to set Security Context. ::
Cause: Unable to set Security Context.
+
Action: Check the server.log for exceptions
[[sthref36]]AS-RAR-05012 Unsupported callback \{0} during credential mapping. ::
Cause: Resource adapter has used a callback that is not supported by
application server.
+
Action: Check whether the callback in question is supported by
application server.
[[sthref37]]AS-CORE-JAVAEE-0001 Web Container not installed ::
Cause: The web container does not install properly.
+
Action: Please check the web container libraries are installed
properly.
[[sthref38]]AS-CORE-JAVAEE-0002 Done with starting \{0} container. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref39]]AS-CORE-JAVAEE-0003 Unable to start container (no exception provided) ::
Cause: The web container does not start properly.
+
Action: Please check the web container libraries are installed
properly.
[[sthref40]]AS-CORE-JAVAEE-0004 Unable to start container \{0} ::
Cause: The web container does not start properly. Most probably, there
is a class loading issue.
+
Action: Please resolve issues mentioned in the stack trace.
[[sthref41]]AS-DEPLOYMENT-04017 Error in deleting file \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref42]]AS-DEPLOYMENT-04018 Deployment manager load failure. Unable to find \{0} ::
Cause: A deployment manager is not available.
+
Action: Correct the reference to the deployment manager.
[[sthref43]]AS-DEPLOYMENT-04019 Deployment manager load failure. Unable to find \{0} ::
Cause: A deployment manager is not available.
+
Action: Correct the reference to the deployment manager.
[[sthref44]]AS-DEPLOYMENT-00001 Ignore \{0} in archive \{1}, as WLS counterpart runtime xml \{2} is present in the same archive. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref45]]AS-DEPLOYMENT-00002 Exception caught: \{0}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref46]]AS-DEPLOYMENT-00003 \{0} module [\{1}] contains characteristics of other module type: \{2}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref47]]AS-DEPLOYMENT-00004 Exception caught: \{0} for the subarchve indicated by the path: \{1}. ::
Cause: An exception was caught when the sub archive was opened because
the sub archive was not present.
+
Action: Correct the archive so that the sub archive is present.
[[sthref48]]AS-DEPLOYMENT-00005 Exception caught during annotation scanning. ::
Cause: An exception was caught that indicates that the annotation is
incorrect.
+
Action: Correct the annotation.
[[sthref49]]AS-DEPLOYMENT-00006 Adding \{0} since \{1} is annotated with \{2}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref50]]AS-DEPLOYMENT-00007 Adding \{0} since it is implementing \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref51]]AS-DEPLOYMENT-00008 Inconsistent type definition. \{0} is neither an annotation nor an interface. ::
Cause: The annotation is incorrect.
+
Action: Correct the annotation.
[[sthref52]]AS-DEPLOYMENT-00009 The exception \{0} occurred while examining the jar at file path: \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref53]]AS-DEPLOYMENT-00010 No classloader can be found to use ::
Cause: The archive being processed is not correct.
+
Action: Examine the archive to determine what is incorrect.
[[sthref54]]AS-DEPLOYMENT-00011 Error in annotation processing: \{0}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref55]]AS-DEPLOYMENT-00012 Cannot load \{0} reason : \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref56]]AS-DEPLOYMENT-00013 An exception was caught during library jar processing: \{0}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref57]]AS-DEPLOYMENT-00014 Could not load \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref58]]AS-DEPLOYMENT-00015 Unsupported deployment descriptors element \{0} value \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref59]]AS-DEPLOYMENT-00016 Unknown port-component-name \{0} port, all sub elements will be ignored. ::
Cause: Used port-component-name does not exists.
+
Action: Use the name of existing web service endpoint
[[sthref60]]AS-DEPLOYMENT-00017 DOLUtils: converting EJB to web bundle id \{0}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref61]]AS-DEPLOYMENT-00020 Application validation failed for application: \{0}, jndi-name: \{1}, resource adapter name: \{2} is wrong. ::
Cause: For embedded resource adapter, its name should begin with '#'
symbol
+
Action: Remove application name before the '#' symbol in the resource
adapter name.
[[sthref62]]AS-DEPLOYMENT-00022 For administered-object resource: \{0}, there is no application part in its resource adapter name: \{1}. ::
Cause: For embedded resource adapter, its internal format of resource
adapter name should contains application name.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref63]]AS-DEPLOYMENT-00023 For connection-factory resource: \{0}, there is no application part in its resource adapter name: \{1}. ::
Cause: For embedded resource adapter, its internal format of resource
adapter name should contains application name.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref64]]AS-DEPLOYMENT-00024 For jms-connection-factory resource: \{0}, there is no application part in its resource adapter name: \{1}. ::
Cause: For embedded resource adapter, its internal format of resource
adapter name should contains application name.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref65]]AS-DEPLOYMENT-00025 For jms-destination resource: \{0}, there is no application part in its resource adapter name: \{1}. ::
Cause: For embedded resource adapter, its internal format of resource
adapter name should contains application name.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref66]]AS-DEPLOYMENT-00026 JNDI lookup failed for the resource: Name: \{0}, Lookup: \{1}, Type: \{2}. ::
Cause: JNDI lookup for the specified resource failed.
+
Action: Configure the required resources before deploying the
application.
[[sthref67]]AS-DEPLOYMENT-00027 Resource Adapter not present: RA Name: \{0}, Type: \{1}. ::
Cause: Resource adapter specified is invalid.
+
Action: Configure the required resource adapter.
[[sthref68]]AS-DEPLOYMENT-00028 Skipping resource validation ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref69]]AS-DEPLOYMENT-02015 Skipped processing for module \{0} as its module type was not recognized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref70]]AS-DEPLOYMENT-02016 Error occurred ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref71]]AS-EJB-00001 [\{0}]: trimLru(), resetting head and tail ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref72]]AS-EJB-00002 [\{0}]: Exception in backingStore.remove([\{1}]) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref73]]AS-EJB-00003 [\{0}]: passivateEJB(), Exception caught -> ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref74]]AS-EJB-00004 [\{0}]: Cannot load from BACKUPSTORE FOR Key: [\{1}] ::
Cause: Didn't find the data related with the given session key.
+
Action: Check if the session bean already timed out.
[[sthref75]]AS-EJB-00005 [\{0}]: Exception while loading from backup session: [\{1}] ::
Cause: Session store exception or de serialization exception happened.
+
Action: Check error message and exception stack.
[[sthref76]]AS-EJB-00006 [\{0}]: Error while loading from backup session: [\{1}] ::
Cause: Session store error or de serialization error happened.
+
Action: Check error message and exception stack.
[[sthref77]]AS-EJB-00007 [\{0}]: Exception during backingStore.passivateSave([\{1}]) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref78]]AS-EJB-00008 [\{0}]: Iterator(), resetting head.lPrev ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref79]]AS-EJB-00009 [\{0}]: Exiting TrimTimedoutBeans() because current cache state: [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref80]]AS-EJB-00010 [\{0}]: TrimTimedoutBeans(), resetting head.lPrev ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref81]]AS-EJB-00011 [\{0}]: Exiting TrimUnSortedTimedoutBeans() because current cache state: [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref82]]AS-EJB-00012 [SFSBContainer] Exception while initializing SessionSynchronization methods ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref83]]AS-EJB-00013 [SFSBContainer] Exception while loading checkpoint info ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref84]]AS-EJB-00014 Exception creating ejb object : [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref85]]AS-EJB-00015 Exception creating ejb local object [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref86]]AS-EJB-00016 Couldn't update timestamp for: [\{0}]; Exception: [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref87]]AS-EJB-00017 Cannot register bean for checkpointing ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref88]]AS-EJB-00018 Error during checkpoint ([\{0}]. Key: [\{1}]) [\{2}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref89]]AS-EJB-00019 sfsb checkpoint error. Name: [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref90]]AS-EJB-00020 sfsb checkpoint error. Key: [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref91]]AS-EJB-00021 Exception in afterCompletion : [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref92]]AS-EJB-00022 1. passivateEJB() returning because containerState: [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref93]]AS-EJB-00023 Extended EM not serializable. Exception: [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref94]]AS-EJB-00024 Error during passivation: [\{0}]; [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref95]]AS-EJB-00025 Error during passivation of [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref96]]AS-EJB-00026 sfsb passivation error. Key: [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref97]]AS-EJB-00028 Error during Stateful Session Bean activation for key [\{0}] ::
Cause: A problem occurred while the container was activating a
stateful session bean. One possible cause is that the bean code threw
a system exception from its ejbActivate method.
+
Action: Check the stack trace to see whether the exception was thrown
from the ejbActivate method and if so double-check the application
code to determine what caused the exception.
[[sthref98]]AS-EJB-00029 [\{0}]: Error during backingStore.shutdown() ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref99]]AS-EJB-00030 [\{0}]: Error during onShutdown() ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref100]]AS-EJB-00031 [\{0}]: Error while undeploying ctx. Key: [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref101]]AS-EJB-00032 Cannot add idle bean cleanup task ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref102]]AS-EJB-00033 Got exception during removeExpiredSessions (but the reaper thread is still alive) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref103]]AS-EJB-00034 Error during checkpoint(, but session not destroyed) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref104]]AS-EJB-00035 Error during checkpoint ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref105]]AS-EJB-00036 TopLevel AvailabilityService.getAvailabilityEnabled: [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref106]]AS-EJB-00037 TopLevel EjbAvailabilityService.getAvailabilityEnabled: [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref107]]AS-EJB-00038 Global AvailabilityEnabled: [\{0}], application AvailabilityEnabled: [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref108]]AS-EJB-00039 Exception while trying to determine availability-enabled settings for this app ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref109]]AS-EJB-00040 StatefulContainerBuilder AvailabilityEnabled [\{0}] for this application ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref110]]AS-EJB-00041 StatefulContainerBuilder.buildStoreManager() storeName: [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref111]]AS-EJB-00042 Could not instantiate backing store for type [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref112]]AS-EJB-00043 StatefulContainerbuilder instantiated store: \{0}, with ha-enabled [\{1}], and backing store configuration: \{2} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref113]]AS-EJB-00044 Error while adding idle bean passivator task ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref114]]AS-EJB-00045 Error while adding idle bean removal task ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref115]]AS-EJB-00046 Error while removing idle beans for [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref116]]AS-EJB-00047 Error while removing expired beans for [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref117]]AS-EJB-00048 Passivation-capable value of stateful session bean [\{0}] is false, it should not have any PrePassivate nor PostActivate configuration, but you have configuration at [\{1}]. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref118]]AS-EJB-00049 Cannot find stateful session bean [\{0}] in memory, and will not read it from disk because current stateful session bean passivation-capable value is false ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref119]]AS-EJB-00050 Cache is shutting down, \{0} stateful session beans will not be restored after restarting since passivation is disabled ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref120]]AS-EJB-00051 Disabling high availability for the stateful session bean \{0}, as its marked non passivatable ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref121]]AS-EJB-00052 Internal Error ::
Cause: Error during invoke the ejb application
+
Action: Trying to invoke the ejb application
[[sthref122]]AS-EJB-00053 The feature \{0} requires Full Jakarta EE Profile to be supported ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref123]]AS-EJB-00054 Portable JNDI names for EJB \{0}: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref124]]AS-EJB-00055 GlassFish-specific (Non-portable) JNDI names for EJB \{0}: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref125]]AS-EJB-00056 A system exception occurred during an invocation on EJB \{0}, method: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref126]]AS-EJB-00057 Error while creating enterprise bean context for \{0} during jacc callback ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref127]]AS-EJB-00058 Attempt to override reserved ejb interface method [\{0}] in [\{1}]. Override will be ignored. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref128]]AS-EJB-00059 Bean class for ejb [\{0}] does not define a method corresponding to [\{1}] interface method [\{2}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref129]]AS-EJB-00060 keepstate is true and will not create new auto timers during deployment. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref130]]AS-EJB-00061 Failed to initialize the interceptor ::
Cause: Error during initializing the interceptor
+
Action: Try to restart the server
[[sthref131]]AS-EJB-00062 [**BaseContainer**] Could not create MonitorRegistryMediator. [\{0}] ::
Cause: Fail to create MonitorRegistryMediator
+
Action: Check the exception stack
[[sthref132]]AS-EJB-00063 Exception in backingStore.size() ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref133]]AS-JMS-CORE-00001 JMS Service Connection URL is : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref134]]AS-JMS-CORE-00002 ADDRESSLIST in setJmsServiceProvider : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref135]]AS-JMS-CORE-00003 Addresslist : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref136]]AS-JMS-CORE-00004 End point determines destination name, Res name: \{0}, JNDI name: \{1} descriptor name : \{2} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref137]]AS-JMS-CORE-00005 Successfully set Master broker on JMSRA to \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref138]]AS-JMS-CORE-00006 Failed to set Master broker on JMSRA to \{0} cause \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref139]]AS-JMS-CORE-00007 Successfully set Cluster brokerlist to \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref140]]AS-JMS-CORE-00008 Failed to set Cluster brokerlist to \{0} cause \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref141]]AS-JMS-CORE-00009 Failed to shut down Grizzly NetworkListener : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref142]]AS-JMS-CORE-00010 Error occurs when shutting down JMSRA : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref143]]AS-JMS-CORE-00011 Invalid RMI registry port ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref144]]AS-JMS-CORE-00012 No such method \{0} in the class \{1} ::
Cause: The method setProperty is not defined in the class
+
Action: Define the appropriate method
[[sthref145]]AS-JMS-CORE-00013 Connector Resource could not be closed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref146]]AS-JMS-CORE-00014 rardeployment.mcfcreation_error \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref147]]AS-JMS-CORE-00015 Exception while getting configured RMI port : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref148]]AS-JMS-CORE-00016 Failed to start Grizlly proxy for MQ broker ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref149]]AS-JMS-CORE-00017 Failed to create addresslist due to the exception : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref150]]AS-JMS-CORE-00018 Error executing method \{0} of the class \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref151]]AS-JMS-CORE-00019 MDB destination not specified ::
Cause: Missing destination JNDI name
+
Action: Resolve the situation described in the message, if necessary.
[[sthref152]]AS-JMS-CORE-00020 Failed to validate endpoint ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref153]]AS-JMS-CORE-00021 Cannot obtain master broker ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref154]]AS-JMS-CORE-00022 Error while loading connector resources during recovery : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref155]]AS-JMS-CORE-00023 Exception in reading mdb-container configuration : [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref156]]AS-JMS-CORE-00024 MQ Resource adapter upgrade started. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref157]]AS-JMS-CORE-00025 MQ Resource adapter upgrade completed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref158]]AS-JMS-CORE-00026 Upgrading a MQ resource adapter failed : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref159]]AS-JMS-CORE-00027 Check for a new version of MQ installation failed : \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref160]]AS-ORB-00001 Exception occurred when resolving \{0} ::
Cause: org.omg.CORBA.ORBPackage.InvalidName when trying to resolve
GroupInfoService
+
Action: Check server.log for details
[[sthref161]]AS-ORB-00002 No Endpoints selected in com.sun.appserv.iiop.endpoints property. Using \{0}:\{1} instead ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref162]]AS-ORB-00003 Problem with membership change notification. Exception occurred : \{0} ::
Cause: check server.log for details
+
Action: check network configuration and cluster setup
[[sthref163]]AS-ORB-00004 Could not find an endpoint to send request to. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref164]]AS-ORB-00005 Unknown host: \{0} Exception thrown : \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref165]]AS-ORB-00006 No Endpoints selected in com.sun.appserv.iiop.endpoints property. Using JNDI Provider URL \{0} instead ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref166]]AS-ORB-00007 Exception : \{0} thrown for bad provider URL String: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref167]]AS-WSSECURITY-00001 Request processing failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref168]]AS-WSSECURITY-00002 SEC2002: Container-auth: wss: Error validating request. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref169]]AS-WSSECURITY-00003 SEC2003: Container-auth: wss: Error securing response. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref170]]AS-WSSECURITY-00004 SEC2004: Container-auth: wss: Error securing request. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref171]]AS-WSSECURITY-00005 SEC2005: Container-auth: wss: Error validating response. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref172]]AS-WSSECURITY-00006 SEC2006: Container-auth: wss: Not a SOAP message context. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref173]]AS-WSSECURITY-00007 EJB Webservice security configuration Failure. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref174]]AS-WSSECURITY-00008 Servlet Webservice security configuration Failure ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref175]]AS-WSSECURITY-00009 BASIC AUTH username/password http header parsing error for \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref176]]AS-WSSECURITY-00010 Servlet Webservice security configuration Failure ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref177]]AS-WSSECURITY-00011 Following exception was thrown: ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref178]]AS-WEB-ADMIN-00001 Unable to register StatsProvider \{0} with Monitoring Infrastructure. No monitoring data will be collected for \{1} and \{2} ::
Cause: Current server config is null
+
Action: Verify if the server instance is started correctly
[[sthref179]]AS-WEB-ADMIN-00002 Current server config is null ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref180]]AS-WEB-ADMIN-00003 The acceptor threads must be at least 1 ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref181]]AS-WEB-ADMIN-00004 Listener \{0} could not be created, actual reason: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref182]]AS-WEB-ADMIN-00005 A default virtual server is required. Please use --default-virtual-server to specify this value. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref183]]AS-WEB-ADMIN-00006 --defaultVS and --default-virtual-server conflict. Please use only --default-virtual-server to specify this value. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref184]]AS-WEB-ADMIN-00007 Attribute value (default-virtual-server = \{0}) is not found in list of virtual servers defined in config. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref185]]AS-WEB-ADMIN-00008 Http Listener named \{0} already exists. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref186]]AS-WEB-ADMIN-00009 Port [\{0}] is already taken for address [\{1}], please choose another port. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref187]]AS-WEB-ADMIN-00010 Network Listener named \{0} already exists. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref188]]AS-WEB-ADMIN-00011 Protocol \{0} has neither a protocol nor a port-unification configured. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref189]]AS-WEB-ADMIN-00012 \{0} create failed: ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref190]]AS-WEB-ADMIN-00013 The specified protocol \{0} is not yet configured. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref191]]AS-WEB-ADMIN-00014 Failed to create http-redirect for \{0}: \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref192]]AS-WEB-ADMIN-00015 An http element for \{0} already exists. Cannot add duplicate http. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref193]]AS-WEB-ADMIN-00016 An http-redirect element for \{0} already exists. Cannot add duplicate http-redirect. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref194]]AS-WEB-ADMIN-00017 \{0} protocol already exists. Cannot add duplicate protocol. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref195]]AS-WEB-ADMIN-00018 Failed to create protocol \{0}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref196]]AS-WEB-ADMIN-00019 \{0} create failed: \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref197]]AS-WEB-ADMIN-00020 \{0} create failed. Given class is not a ProtocolFilter: \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref198]]AS-WEB-ADMIN-00021 \{0} create failed. Given class is not a ProtocolFinder: \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref199]]AS-WEB-ADMIN-00022 \{0} transport already exists. Cannot add duplicate transport. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref200]]AS-WEB-ADMIN-00023 Failed to create transport \{0}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref201]]AS-WEB-ADMIN-00024 Please use only networklisteners. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref202]]AS-WEB-ADMIN-00025 Virtual Server named \{0} already exists. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref203]]AS-WEB-ADMIN-00026 \{0} create failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref204]]AS-WEB-ADMIN-00028 Specified http listener, \{0}, doesn''t exist. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref205]]AS-WEB-ADMIN-00029 \{0} delete failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref206]]AS-WEB-ADMIN-00030 \{0} Network Listener doesn't exist. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref207]]AS-WEB-ADMIN-00031 Deletion of NetworkListener \{0} failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref208]]AS-WEB-ADMIN-00032 \{0} http-redirect doesn't exist. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref209]]AS-WEB-ADMIN-00033 Deletion of http \{0} failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref210]]AS-WEB-ADMIN-00034 Deletion of http-redirect \{0} failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref211]]AS-WEB-ADMIN-00035 \{0} protocol doesn't exist. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref212]]AS-WEB-ADMIN-00036 \{0} protocol is being used in the network listener \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref213]]AS-WEB-ADMIN-00037 Deletion of Protocol \{0} failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref214]]AS-WEB-ADMIN-00038 \{0} delete failed: \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref215]]AS-WEB-ADMIN-00039 No \{0} element found with the name \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref216]]AS-WEB-ADMIN-00040 \{0} transport is being used in the network listener \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref217]]AS-WEB-ADMIN-00041 Deletion of Transport \{0} failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref218]]AS-WEB-ADMIN-00042 \{0} transport doesn''t exist. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref219]]AS-WEB-ADMIN-00043 \{0} delete failed. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref220]]AS-WEB-ADMIN-00044 Specified virtual server, \{0}, doesn''t exist. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref221]]AS-WEB-ADMIN-00045 Specified virtual server, \{0}, can not be deleted because it is referenced from http listener, \{1}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref222]]AS-WEB-ADMIN-00046 Monitoring Registry does not exist. Possible causes are 1) Monitoring is not turned on or at a lower level 2) The corresponding container (web, ejb, etc.) is not loaded yet ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref223]]AS-WEB-UTIL-00001 Resource ''\{0}'' is missing ::
Cause: A naming exception is encountered
+
Action: Check the list of resources
[[sthref224]]AS-WEB-UTIL-00002 Failed tracking modifications of ''\{0}'' : \{1} ::
Cause: A ClassCastException is encountered
+
Action: Check if the object is an instance of the class
[[sthref225]]AS-WEB-UTIL-00003 WebappClassLoader.findClassInternal(\{0}) security exception: \{1} ::
Cause: An AccessControlException is encountered
+
Action: Check if the resource is accessible
[[sthref226]]AS-WEB-UTIL-00004 Security Violation, attempt to use Restricted Class: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref227]]AS-WEB-UTIL-00005 Class \{0} has unsupported major or minor version numbers, which are greater than those found in the Java Runtime Environment version \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref228]]AS-WEB-UTIL-00006 Unable to load class with name [\{0}], reason: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref229]]AS-WEB-UTIL-00007 The web application [\{0}] registered the
JDBC driver [\{1}] but failed to unregister it when the web application
was stopped. To prevent a memory leak, the JDBC Driver has been forcibly
unregistered. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref230]]AS-WEB-UTIL-00008 JDBC driver de-registration failed for web application [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref231]]AS-WEB-UTIL-00009 Exception closing input stream during JDBC driver de-registration for web application [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref232]]AS-WEB-UTIL-00010 This web container has not yet been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref233]]AS-WEB-UTIL-00011 Failed to check for ThreadLocal references for web application [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref234]]AS-WEB-UTIL-00012 Unable to determine string representation of key of type [\{0}] ::
Cause: An Exception occurred
+
Action: Check the exception for error
[[sthref235]]AS-WEB-UTIL-00013 Unknown ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref236]]AS-WEB-UTIL-00014 Unable to determine string representation of value of type [\{0}] ::
Cause: An Exception occurred
+
Action: Check the exception for error
[[sthref237]]AS-WEB-UTIL-00015 The web application [\{0}] created a ThreadLocal with key of type [\{1}] (value [\{2}]). The ThreadLocal has been correctly set to null and the key will be removed by GC. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref238]]AS-WEB-UTIL-00016 The web application [\{0}] created a
ThreadLocal with key of type [\{1}] (value [\{2}]) and a value of type
[\{3}] (value [\{4}]) but failed to remove it when the web application
was stopped. Threads are going to be renewed over time to try and avoid
a probable memory leak. ::
Cause: Failed to remove a ThreadLocal when the web application was
stopped
+
Action: Threads are going to be renewed over time to try and avoid a
probable memory leak.
[[sthref239]]AS-WEB-UTIL-00017 Failed to find class sun.rmi.transport.Target to clear context class loader for web application [\{0}]. This is expected on non-Sun JVMs. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref240]]AS-WEB-UTIL-00018 Failed to clear context class loader referenced from sun.rmi.transport.Target for web application [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref241]]AS-WEB-UTIL-00019 Removed [\{0}] ResourceBundle references from the cache for web application [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref242]]AS-WEB-UTIL-00020 Failed to clear ResourceBundle references for web application [\{0}] ::
Cause: An Exception occurred
+
Action: Check the exception for error
[[sthref243]]AS-WEB-UTIL-00021 Illegal JAR entry detected with name \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref244]]AS-WEB-UTIL-00022 Unable to validate JAR entry with name \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref245]]AS-WEB-UTIL-00023 Unable to create \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref246]]AS-WEB-UTIL-00024 Unable to delete \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref247]]AS-WEB-UTIL-00025 Unable to read data for class with name [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref248]]AS-WEB-UTIL-00026 Unable to purge bean classes from BeanELResolver ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref249]]AS-WEB-UTIL-00027 extra-class-path component [\{0}] is not a valid pathname ::
Cause: A naming exception is encountered
+
Action: Check the list of resources
[[sthref250]]AS-WEB-UTIL-00028 The clearReferencesStatic is not consistent in context.xml for virtual servers ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref251]]AS-WEB-UTIL-00029 class-loader attribute dynamic-reload-interval in sun-web.xml not supported ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref252]]AS-WEB-UTIL-00030 Property element in sun-web.xml has null 'name' or 'value' ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref253]]AS-WEB-UTIL-00031 Ignoring invalid property [\{0}] = [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref254]]AS-WEB-UTIL-00032 The xml element should be [\{0}] rather than [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref255]]AS-WEB-UTIL-00033 This is an unexpected end of document ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref256]]AS-WEB-UTIL-00034 Unexpected type of ClassLoader. Expected: java.net.URLClassLoader, got: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref257]]AS-WEB-UTIL-00035 Unable to load class \{0}, reason: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref258]]AS-WEB-UTIL-00036 Invalid URLClassLoader path component: [\{0}] is neither a JAR file nor a directory ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref259]]AS-WEB-UTIL-00037 Error trying to scan the classes at \{0} for annotations in which a ServletContainerInitializer has expressed interest ::
Cause: An IOException is encountered
+
Action: Verify if the path is correct
[[sthref260]]AS-WEB-UTIL-00038 Ignoring [\{0}] during Tag Library Descriptor (TLD) processing ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref261]]AS-WEB-UTIL-00039 Unable to determine TLD resources for [\{0}] tag library, because class loader [\{1}] for [\{2}] is not an instance of java.net.URLClassLoader ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref262]]AS-WEB-CORE-00001 Configuration error: Must be attached to a Context ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref263]]AS-WEB-CORE-00002 Authenticator[\{0}]: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref264]]AS-WEB-CORE-00003 Exception getting debug value ::
Cause: Could not get the method or invoke underlying method
+
Action: Verify the existence of such method and access permission
[[sthref265]]AS-WEB-CORE-00004 Unexpected error forwarding or redirecting to login page ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref266]]AS-WEB-CORE-00005 Started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref267]]AS-WEB-CORE-00006 Stopped ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref268]]AS-WEB-CORE-00007 Process session destroyed on \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref269]]AS-WEB-CORE-00008 Process request for ''\{0}'' ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref270]]AS-WEB-CORE-00009 Principal \{0} has already been authenticated ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref271]]AS-WEB-CORE-00010 Checking for SSO cookie ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref272]]AS-WEB-CORE-00011 SSO cookie is not present ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref273]]AS-WEB-CORE-00012 Checking for cached principal for \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref274]]AS-WEB-CORE-00013 Found cached principal \{0} with auth type \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref275]]AS-WEB-CORE-00014 No cached principal found, erasing SSO cookie ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref276]]AS-WEB-CORE-00015 Associate sso id \{0} with session \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref277]]AS-WEB-CORE-00016 Registering sso id \{0} for user \{1} with auth type \{2} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref278]]AS-WEB-CORE-00017 Looking up certificates ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref279]]AS-WEB-CORE-00018 No certificates included with this request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref280]]AS-WEB-CORE-00019 No client certificate chain in this request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref281]]AS-WEB-CORE-00020 Cannot authenticate with the provided credentials ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref282]]AS-WEB-CORE-00021 Unable to determine target of zero-arg dispatcher ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref283]]AS-WEB-CORE-00022 Unable to acquire RequestDispatcher for \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref284]]AS-WEB-CORE-00023 Unable to acquire RequestDispatcher for \{0} in servlet context \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref285]]AS-WEB-CORE-00024 Error invoking AsyncListener ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref286]]AS-WEB-CORE-00025 Asynchronous dispatch already in progress, must call ServletRequest.startAsync first ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref287]]AS-WEB-CORE-00026 Must not call AsyncContext.addListener after the container-initiated dispatch during which ServletRequest.startAsync was called has returned to the container ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref288]]AS-WEB-CORE-00027 Must not call AsyncContext.setTimeout after the container-initiated dispatch during which ServletRequest.startAsync was called has returned to the container ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref289]]AS-WEB-CORE-00028 The connector has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref290]]AS-WEB-CORE-00029 Error registering connector ::
Cause: Could not register connector
+
Action: Verify domain name and type
[[sthref291]]AS-WEB-CORE-00030 Failed to instanciate HttpHandler ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref292]]AS-WEB-CORE-00031 mod_jk invalid Adapter implementation: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref293]]AS-WEB-CORE-00032 Protocol handler instantiation failed: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref294]]AS-WEB-CORE-00033 The connector has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref295]]AS-WEB-CORE-00034 Protocol handler start failed: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref296]]AS-WEB-CORE-00035 Coyote connector has not been started ::
Cause: Could not stop processing requests via this Connector
+
Action: Verify if the connector has not been started
[[sthref297]]AS-WEB-CORE-00036 Protocol handler destroy failed: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref298]]AS-WEB-CORE-00037 An exception or error occurred in the container during the request processing ::
Cause: Could not process the request in the container
+
Action: Verify certificate chain retrieved from the request header and
the correctness of request
[[sthref299]]AS-WEB-CORE-00038 HTTP listener on port \{0} has been disabled ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref300]]AS-WEB-CORE-00039 Error parsing client cert chain into array of java.security.cert.X509Certificate instances ::
Cause: Could not get the SSL client certificate chain
+
Action: Verify certificate chain and the request
[[sthref301]]AS-WEB-CORE-00040 No Host matches server name \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref302]]AS-WEB-CORE-00041 Cannot use this object outside a servlet's service method or outside a filter's doFilter method ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref303]]AS-WEB-CORE-00042 Cannot set a null ReadListener object ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref304]]AS-WEB-CORE-00043 Cannot set a null WriteListener object ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref305]]AS-WEB-CORE-00044 Failed to skip \{0} characters in the underlying buffer of CoyoteReader on readLine(). ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref306]]AS-WEB-CORE-00045 Stream closed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref307]]AS-WEB-CORE-00046 Already set read listener ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref308]]AS-WEB-CORE-00047 Cannot set ReaderListener for non-async or non-upgrade request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref309]]AS-WEB-CORE-00048 Error in invoking ReadListener.onDataAvailable ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref310]]AS-WEB-CORE-00049 The WriteListener has already been set. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref311]]AS-WEB-CORE-00050 Cannot set WriteListener for non-async or non-upgrade request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref312]]AS-WEB-CORE-00051 Error in invoking WriteListener.onWritePossible ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref313]]AS-WEB-CORE-00052 getReader() has already been called for this request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref314]]AS-WEB-CORE-00053 getInputStream() has already been called for this request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref315]]AS-WEB-CORE-00054 Unable to determine client remote address from proxy (returns null) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref316]]AS-WEB-CORE-00055 Unable to resolve IP address \{0} into host name ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref317]]AS-WEB-CORE-00056 Exception thrown by attributes event listener ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref318]]AS-WEB-CORE-00057 Cannot call setAttribute with a null name ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref319]]AS-WEB-CORE-00058 Unable to determine canonical name of file [\{0}] specified for use with sendfile ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref320]]AS-WEB-CORE-00059 Unable to set request character encoding to \{0} from context \{1}, because request parameters have already been read, or ServletRequest.getReader() has already been called ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref321]]AS-WEB-CORE-00060 Attempt to re-login while the user identity already exists ::
Cause: Could not re-login
+
Action: Verify if user has already login
[[sthref322]]AS-WEB-CORE-00061 changeSessionId has been called without a session ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref323]]AS-WEB-CORE-00062 Cannot create a session after the response has been committed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref324]]AS-WEB-CORE-00063 Invalid URI encoding; using HTTP default ::
Cause: Could not set URI converter
+
Action: Verify URI encoding, using HTTP default
[[sthref325]]AS-WEB-CORE-00064 Invalid URI character encoding; trying ascii ::
Cause: Could not encode URI character
+
Action: Verify URI encoding, trying ascii
[[sthref326]]AS-WEB-CORE-00065 Request is within the scope of a filter or servlet that does not support asynchronous operations ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref327]]AS-WEB-CORE-00066 ServletRequest.startAsync called again without any asynchronous dispatch, or called outside the scope of any such dispatch, or called again within the scope of the same dispatch ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref328]]AS-WEB-CORE-00067 Response already closed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref329]]AS-WEB-CORE-00068 ServletRequest.startAsync called outside the scope of an async dispatch ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref330]]AS-WEB-CORE-00069 The request has not been put into asynchronous mode, must call ServletRequest.startAsync first ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref331]]AS-WEB-CORE-00070 Request already released from asynchronous mode ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref332]]AS-WEB-CORE-00071 Unable to perform error dispatch ::
Cause: Could not perform post-request processing as required by this
Valve
+
Action: Verify if I/O exception or servlet exception occur
[[sthref333]]AS-WEB-CORE-00072 Request.\{0} is called without multipart configuration. Either add a @MultipartConfig to the servlet, or a multipart-config element to web.xml ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref334]]AS-WEB-CORE-00073 This should not happen-breaking background lock: sess = \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref335]]AS-WEB-CORE-00074 Must not use request object outside the scope of a servlet's service or a filter's doFilter method ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref336]]AS-WEB-CORE-00075 Error during finishResponse ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref337]]AS-WEB-CORE-00076 getWriter() has already been called for this response ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref338]]AS-WEB-CORE-00077 getOutputStream() has already been called for this response ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref339]]AS-WEB-CORE-00078 Cannot reset buffer after response has been committed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref340]]AS-WEB-CORE-00079 Cannot change buffer size after data has been written ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref341]]AS-WEB-CORE-00080 Cannot call sendError() after the response has been committed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref342]]AS-WEB-CORE-00081 Cannot call sendRedirect() after the response has been committed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref343]]AS-WEB-CORE-00082 Null response object ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref344]]AS-WEB-CORE-00083 Not allowed to call this
javax.servlet.ServletContext method from a ServletContextListener that
was neither declared in the application's deployment descriptor nor
annotated with WebListener ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref345]]AS-WEB-CORE-00084 Exception thrown by attributes event listener ::
Cause: Could not modify attribute
+
Action: Verify name and value from Servlet Context
[[sthref346]]AS-WEB-CORE-00085 Name cannot be null ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref347]]AS-WEB-CORE-00086 Cannot forward after response has been committed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref348]]AS-WEB-CORE-00087 Servlet \{0} is currently unavailable ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref349]]AS-WEB-CORE-00088 Allocate exception for servlet \{0} ::
Cause: Could not allocate servlet instance
+
Action: Verify the configuration of wrapper
[[sthref350]]AS-WEB-CORE-00089 Exceeded maximum depth for nested request dispatches: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref351]]AS-WEB-CORE-00090 Servlet.service() for servlet \{0} threw exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref352]]AS-WEB-CORE-00091 Release filters exception for servlet \{0} ::
Cause: Could not release filter chain
+
Action: Verify the availability of current filter chain
[[sthref353]]AS-WEB-CORE-00092 Deallocate exception for servlet \{0} ::
Cause: Could not deallocate the allocated servlet instance
+
Action: Verify the availability of servlet instance
[[sthref354]]AS-WEB-CORE-00093 ApplicationDispatcher[\{0}]: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref355]]AS-WEB-CORE-00094 ApplicationDispatcher[\{0}]: \{1} ::
Cause: Could not get logger from parent context
+
Action: Verify if logger is null
[[sthref356]]AS-WEB-CORE-00095 Exception processing \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref357]]AS-WEB-CORE-00096 Exception sending default error page ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref358]]AS-WEB-CORE-00097 Filter execution threw an exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref359]]AS-WEB-CORE-00098 ApplicationFilterConfig.doAsPrivilege ::
Cause: Could not release allocated filter instance
+
Action: Verify the privilege
[[sthref360]]AS-WEB-CORE-00099 ContainerBase.setLoader: stop: ::
Cause: Could not stop previous loader
+
Action: Verify previous loader
[[sthref361]]AS-WEB-CORE-00100 ContainerBase.setLoader: start: ::
Cause: Could not start new loader
+
Action: Verify the configuration of container
[[sthref362]]AS-WEB-CORE-00101 ContainerBase.setLogger: stop: ::
Cause: Could not stop previous logger
+
Action: Verify previous logger
[[sthref363]]AS-WEB-CORE-00102 ContainerBase.setLogger: start: ::
Cause: Could not start new logger
+
Action: Verify the configuration of container
[[sthref364]]AS-WEB-CORE-00103 ContainerBase.setManager: stop: ::
Cause: Could not stop previous manager
+
Action: Verify previous manager
[[sthref365]]AS-WEB-CORE-00104 ContainerBase.setManager: start: ::
Cause: Could not start new manager
+
Action: Verify the configuration of container
[[sthref366]]AS-WEB-CORE-00105 ContainerBase.setRealm: stop: ::
Cause: Could not stop previous realm
+
Action: Verify previous realm
[[sthref367]]AS-WEB-CORE-00106 ContainerBase.setRealm: start: ::
Cause: Could not start new realm
+
Action: Verify the configuration of container
[[sthref368]]AS-WEB-CORE-00107 addChild: Child name \{0} is not unique ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref369]]AS-WEB-CORE-00108 ContainerBase.addChild: start: ::
Cause: Could not start new child container
+
Action: Verify the configuration of parent container
[[sthref370]]AS-WEB-CORE-00109 ContainerBase.removeChild: stop: ::
Cause: Could not stop existing child container
+
Action: Verify existing child container
[[sthref371]]AS-WEB-CORE-00110 Container \{0} has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref372]]AS-WEB-CORE-00111 Container \{0} has not been started ::
Cause: Current container has not been started
+
Action: Verify the current container
[[sthref373]]AS-WEB-CORE-00112 Error stopping container \{0} ::
Cause: Could not stop child container
+
Action: Verify the existence of current child container
[[sthref374]]AS-WEB-CORE-00113 Error unregistering ::
Cause: Could not unregister current container
+
Action: Verify if the container has been registered
[[sthref375]]AS-WEB-CORE-00114 Exception invoking periodic operation: ::
Cause: Could not set the context ClassLoader
+
Action: Verify the security permission
[[sthref376]]AS-WEB-CORE-00115 Unable to configure \{0} for filter \{1} of servlet context \{2}, because this servlet context has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref377]]AS-WEB-CORE-00116 Unable to configure \{0} for servlet \{1} of servlet context \{2}, because this servlet context has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref378]]AS-WEB-CORE-00117 Unable to configure \{0} for filter \{1} of servlet context \{2}, because this servlet context has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref379]]AS-WEB-CORE-00118 Unable to configure mapping for filter \{0} of servlet context \{1}, because servlet names are null or empty ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref380]]AS-WEB-CORE-00119 Unable to configure mapping for filter \{0} of servlet context \{1}, because URL patterns are null or empty ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref381]]AS-WEB-CORE-00120 Creation of the naming context failed: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref382]]AS-WEB-CORE-00121 Failed to bind object: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref383]]AS-WEB-CORE-00122 Environment entry \{0} has an invalid type ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref384]]AS-WEB-CORE-00123 Environment entry \{0} has an invalid value ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref385]]AS-WEB-CORE-00124 Failed to unbind object: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref386]]AS-WEB-CORE-00125 Must not use request object outside the scope of a servlet's service or a filter's doFilter method ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref387]]AS-WEB-CORE-00126 Null response object ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref388]]AS-WEB-CORE-00127 Unable to configure \{0} for servlet \{1} of servlet context \{2}, because this servlet context has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref389]]AS-WEB-CORE-00128 Unable to configure mapping for servlet \{0} of servlet context \{1}, because URL patterns are null or empty ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref390]]AS-WEB-CORE-00129 Unable to configure \{0} session tracking cookie property for servlet context \{1}, because this servlet context has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref391]]AS-WEB-CORE-00130 Missing alternate docbase URL pattern or directory location ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref392]]AS-WEB-CORE-00131 LoginConfig cannot be null ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref393]]AS-WEB-CORE-00132 Form login page \{0} must start with a ''/'' ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref394]]AS-WEB-CORE-00133 Form error page \{0} must start with a ''/'' ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref395]]AS-WEB-CORE-00134 Child of a Context must be a Wrapper ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref396]]AS-WEB-CORE-00135 JSP file \{0} must start with a ''/'' ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref397]]AS-WEB-CORE-00136 Invalid <url-pattern> \{0} in security constraint ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref398]]AS-WEB-CORE-00137 ErrorPage cannot be null ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref399]]AS-WEB-CORE-00138 Error page location \{0} must start with a ''/'' ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref400]]AS-WEB-CORE-00139 Invalid status code \{0} for error-page mapping. HTTP error codes are defined in the range from 400-600 ::
Cause: Invalid error page code
+
Action: Verify the error code
[[sthref401]]AS-WEB-CORE-00140 Filter mapping specifies an unknown filter name \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref402]]AS-WEB-CORE-00141 Filter mapping must specify either a <url-pattern> or a <servlet-name> ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref403]]AS-WEB-CORE-00142 Invalid <url-pattern> \{0} in filter mapping ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref404]]AS-WEB-CORE-00143 Unable to call method \{0} on servlet context \{1}, because this servlet context has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref405]]AS-WEB-CORE-00144 Filter name is null or an empty String ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref406]]AS-WEB-CORE-00145 Unable to set \{0} session tracking mode on servlet context \{1}, because it is not supported ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref407]]AS-WEB-CORE-00146 Unable to add listener of type: \{0},
because it does not implement any of the required
ServletContextListener, ServletContextAttributeListener,
ServletRequestListener, ServletRequestAttributeListener,
HttpSessionListener, or HttpSessionAttributeListener interfaces ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref408]]AS-WEB-CORE-00147 Both parameter name and parameter value are required, parameter name is \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref409]]AS-WEB-CORE-00148 Duplicate context initialization parameter \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref410]]AS-WEB-CORE-00149 Invalid <url-pattern> \{0} in servlet mapping ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref411]]AS-WEB-CORE-00150 Servlet mapping specifies an unknown servlet name \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref412]]AS-WEB-CORE-00151 Unable to map Servlet [\{0}] to URL pattern [\{1}], because Servlet [\{2}] is already mapped to it ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref413]]AS-WEB-CORE-00152 Error creating instance listener \{0} ::
Cause: Could not create new instance
+
Action: Verify the configuration of Wrapper and InstanceListener
[[sthref414]]AS-WEB-CORE-00153 Error creating lifecycle listener \{0} ::
Cause: Could not create new instance for life cycle listener
+
Action: Verify the permit of current class to access newInstance()
[[sthref415]]AS-WEB-CORE-00154 Error creating container listener \{0} ::
Cause: Could not create new instance for container listener
+
Action: Verify the permit of current class to access newInstance()
[[sthref416]]AS-WEB-CORE-00155 Reloading this Context has started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref417]]AS-WEB-CORE-00156 Error stopping context \{0} ::
Cause: Could not stop context component
+
Action: Verify stop() to guarantee the whole domain is being stopped
correctly
[[sthref418]]AS-WEB-CORE-00157 Error starting context \{0} ::
Cause: Could not start context component
+
Action: Verify start() to guarantee the context component is being
started correctly
[[sthref419]]AS-WEB-CORE-00158 Error invoking requestInitialized method on ServletRequestListener \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref420]]AS-WEB-CORE-00159 Error invoking requestDestroyed method on ServletRequestListener \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref421]]AS-WEB-CORE-00160 Exception starting filter \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref422]]AS-WEB-CORE-00161 Servlet with name \{0} does not have any servlet-class or jsp-file configured ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref423]]AS-WEB-CORE-00162 Filter with name \{0} does not have any class configured ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref424]]AS-WEB-CORE-00163 Exception sending context destroyed event to listener instance of class \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref425]]AS-WEB-CORE-00164 Error starting resources in context \{0} ::
Cause: Could not get the proxy directory context
+
Action: Verify the existence of the context
[[sthref426]]AS-WEB-CORE-00165 Error stopping static resources ::
Cause: Could not deallocate resource and destroy proxy
+
Action: Verify if a fatal error that prevents this component from
being used
[[sthref427]]AS-WEB-CORE-00166 Current container has already been started with a DirContext object ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref428]]AS-WEB-CORE-00167 Error starting resources in context \{0} with Exception message: \{1} ::
Cause: Could not get the proxy directory context
+
Action: Verify the existence of the context
[[sthref429]]AS-WEB-CORE-00168 Form login page \{0} must start with a ''/'' in Servlet 2.4 ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref430]]AS-WEB-CORE-00169 Form error page \{0} must start with a ''/'' in Servlet 2.4 ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref431]]AS-WEB-CORE-00170 JSP file \{0} must start with a ''/'' in Servlet 2.4 ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref432]]AS-WEB-CORE-00171 Container \{0} has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref433]]AS-WEB-CORE-00172 Error initialzing resources\{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref434]]AS-WEB-CORE-00173 Error in dependency check for standard context \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref435]]AS-WEB-CORE-00174 Startup of context \{0} failed due to previous errors ::
Cause: Could not startup servlet
+
Action: Verify the initialization process
[[sthref436]]AS-WEB-CORE-00175 Exception during cleanup after start failed ::
Cause: Stop staring up failed
+
Action: Verify configurations to stop starting up
[[sthref437]]AS-WEB-CORE-00176 Error invoking ServletContainerInitializer \{0} ::
Cause: Could not instantiate servlet container initializer
+
Action: Verify the access permission of current class loader
[[sthref438]]AS-WEB-CORE-00177 Error resetting context \{0} ::
Cause: Could not restore original state
+
Action: Verify if extend 'this' method, and make sure to clean up
[[sthref439]]AS-WEB-CORE-00178 URL pattern \{0} must start with a ''/'' in Servlet 2.4 ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref440]]AS-WEB-CORE-00179 Failed to create work directory \{0} ::
Cause: Could not create work directory
+
Action: Verify the directory name, and access permission
[[sthref441]]AS-WEB-CORE-00180 The URL pattern \{0} contains a CR or LF and so can never be matched ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref442]]AS-WEB-CORE-00181 Missing name attribute in \{0} ::
Cause: Could not get the attribute
+
Action: Verify the existence of the value associated with the key
[[sthref443]]AS-WEB-CORE-00182 Malformed name \{0}, value of name attribute does not start with ''//'' ::
Cause: Illegal path name
+
Action: Verify path name
[[sthref444]]AS-WEB-CORE-00183 Path \{0} does not start with ''/'' ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref445]]AS-WEB-CORE-00184 Path \{0} does not start with ''/'' and is not empty ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref446]]AS-WEB-CORE-00185 Error during mapping ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref447]]AS-WEB-CORE-00186 Unable to create custom ObjectInputStream ::
Cause: Could not create custom ObjectInputStream
+
Action: Verify input stream and class loader
[[sthref448]]AS-WEB-CORE-00187 Error during bindThread ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref449]]AS-WEB-CORE-00188 Servlet \{0} threw load() exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref450]]AS-WEB-CORE-00189 Error updating ctx with jmx \{0} \{1} \{2} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref451]]AS-WEB-CORE-00190 Error registering wrapper with jmx \{0} \{1} \{2} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref452]]AS-WEB-CORE-00191 Null filter instance ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref453]]AS-WEB-CORE-00192 Servlet name is null or an empty String ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref454]]AS-WEB-CORE-00193 Null servlet instance ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref455]]AS-WEB-CORE-00194 Child of an Engine must be a Host ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref456]]AS-WEB-CORE-00195 Engine cannot have a parent Container ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref457]]AS-WEB-CORE-00196 Error registering ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref458]]AS-WEB-CORE-00197 No Host matches server name \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref459]]AS-WEB-CORE-00198 Host name is required ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref460]]AS-WEB-CORE-00199 Child of a Host must be a Context ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref461]]AS-WEB-CORE-00200 MAPPING configuration error for request URI \{0} ::
Cause: No context has been selected
+
Action: Verify the uri or default context
[[sthref462]]AS-WEB-CORE-00201 ErrorPage must not be null ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref463]]AS-WEB-CORE-00202 XML validation enabled ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref464]]AS-WEB-CORE-00203 Create Host deployer for direct deployment ( non-jmx ) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref465]]AS-WEB-CORE-00204 Error creating deployer ::
Cause: Could not instantiate deployer
+
Action: Verify access permission
[[sthref466]]AS-WEB-CORE-00205 Error registering host \{0} ::
Cause: Initialization failed
+
Action: Verify domain and host name
[[sthref467]]AS-WEB-CORE-00206 Couldn't load specified error report valve class: \{0} ::
Cause: Could not load instance of host valve
+
Action: Verify access permission
[[sthref468]]AS-WEB-CORE-00207 Context path is required ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref469]]AS-WEB-CORE-00208 Invalid context path: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref470]]AS-WEB-CORE-00209 Context path \{0} is already in use ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref471]]AS-WEB-CORE-00210 URL to web application archive is required ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref472]]AS-WEB-CORE-00211 Installing web application at context path \{0} from URL \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref473]]AS-WEB-CORE-00212 Invalid URL for web application archive: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref474]]AS-WEB-CORE-00213 Only web applications in the Host web application directory can be installed, invalid URL: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref475]]AS-WEB-CORE-00214 Context path \{0} must match the directory or WAR file name: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref476]]AS-WEB-CORE-00215 Error installing ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref477]]AS-WEB-CORE-00216 Error deploying application at context path \{0} ::
Cause: Could not initiate life cycle listener
+
Action: Verify the access permission
[[sthref478]]AS-WEB-CORE-00217 URL to configuration file is required ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref479]]AS-WEB-CORE-00218 Use of configuration file is not allowed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref480]]AS-WEB-CORE-00219 Processing Context configuration file URL \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref481]]AS-WEB-CORE-00220 Installing web application from URL \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref482]]AS-WEB-CORE-00221 Context path \{0} is not currently in use ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref483]]AS-WEB-CORE-00222 Removing web application at context path \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref484]]AS-WEB-CORE-00223 Error removing application at context path \{0} ::
Cause: Could not remove an existing child Container
+
Action: Verify if there are any I/O errors
[[sthref485]]AS-WEB-CORE-00224 Starting web application at context path \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref486]]AS-WEB-CORE-00225 Starting web application at context path \{0} failed ::
Cause: Could not start web application at current context path
+
Action: Verify if start() is called before any of the public methods
of this component are utilized, and it should send START_EVENT to any
registered listeners
[[sthref487]]AS-WEB-CORE-00226 Stopping web application at context path \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref488]]AS-WEB-CORE-00227 Stopping web application at context path \{0} failed ::
Cause: Could not terminate the active use of the public methods of
this component
+
Action: Verify if stop() is the last one called on a given instance of
this component, and it should send STOP_EVENT to any registered
listeners
[[sthref489]]AS-WEB-CORE-00228 Failed to remove file \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref490]]AS-WEB-CORE-00229 Remote Client Aborted Request, IOException: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref491]]AS-WEB-CORE-00230 The error-page \{0} or \{1} does not exist ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref492]]AS-WEB-CORE-00231 No Context configured to process this request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref493]]AS-WEB-CORE-00232 Pipeline has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref494]]AS-WEB-CORE-00233 Pipeline has not been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref495]]AS-WEB-CORE-00234 Exception occurred when stopping GlassFishValve in StandardPipeline.setBasic ::
Cause: Could not terminate the active use of the public methods of
this component
+
Action: Verify if stop() is the last one called on a given instance of
this component, and it should send STOP_EVENT to any registered
listeners
[[sthref496]]AS-WEB-CORE-00235 Exception occurred when starting GlassFishValve in StandardPipeline.setBasic ::
Cause: Could not prepare for the beginning of active use of the public
methods of this component
+
Action: Verify if start() is called before any of the public methods
of this component are utilized, and it should send START_EVENT to any
registered listeners
[[sthref497]]AS-WEB-CORE-00236 Exception occurred when starting GlassFishValve in StandardPipline.addValve ::
Cause: Specific valve could not be associated with current container
+
Action: Verify the availability of current valve
[[sthref498]]AS-WEB-CORE-00237 Unable to add valve \{0} ::
Cause: Could not add tomcat-style valve
+
Action: Verify if this is a GlassFish-style valve that was compiled
against the old org.apache.catalina.Valve interface
[[sthref499]]AS-WEB-CORE-00238 No more Valves in the Pipeline processing this request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref500]]AS-WEB-CORE-00239 HttpUpgradeHandler handler cannot be null ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref501]]AS-WEB-CORE-00240 Exception occurred when stopping GlassFishValve in StandardPipeline.removeValve ::
Cause: Could not terminate the active use of the public methods of
this component
+
Action: Verify if stop() is the last one called on a given instance of
this component, and it should send STOP_EVENT to any registered
listeners
[[sthref502]]AS-WEB-CORE-00241 StandardPipeline[\{0}]: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref503]]AS-WEB-CORE-00242 StandardPipeline[null]: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref504]]AS-WEB-CORE-00243 LifecycleException occurred during service initialization: \{0} ::
Cause: This service was already initialized
+
Action: Verify if the service is not already initialized
[[sthref505]]AS-WEB-CORE-00244 Exception StandardServer.await: create[\{0}] ::
Cause: An I/O error occurred when opening the socket
+
Action: Verify the port number and try again
[[sthref506]]AS-WEB-CORE-00245 StandardServer.accept security exception: \{0} ::
Cause: Could not get connection
+
Action: Verify the connection settings and try again
[[sthref507]]AS-WEB-CORE-00246 StandardServer.await: accept: \{0} ::
Cause: Could not get input stream
+
Action: Verify the input stream and try again
[[sthref508]]AS-WEB-CORE-00247 StandardServer.await: read: \{0} ::
Cause: Could not read from input stream
+
Action: Verify the input stream and try again
[[sthref509]]AS-WEB-CORE-00248 StandardServer.await: Invalid command \{0} received ::
Cause: Invalid command
+
Action: Verify the command
[[sthref510]]AS-WEB-CORE-00249 This service has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref511]]AS-WEB-CORE-00250 Error registering: \{0} ::
Cause: Could not register ObjectName: "Catalina:type=Server"
+
Action: Verify the configuration and try again
[[sthref512]]AS-WEB-CORE-00251 This service has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref513]]AS-WEB-CORE-00252 Starting service \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref514]]AS-WEB-CORE-00253 Stopping service \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref515]]AS-WEB-CORE-00254 This service has already been initialized ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref516]]AS-WEB-CORE-00255 Error registering Service at domain \{0} ::
Cause: Could not register service
+
Action: Verify the domain name and service name
[[sthref517]]AS-WEB-CORE-00256 Service initializing at \{0} failed ::
Cause: Could not pre-startup initialization
+
Action: Verify if server was already initialized
[[sthref518]]AS-WEB-CORE-00257 Parent container of a Wrapper must be a Context ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref519]]AS-WEB-CORE-00258 Wrapper container may not have child containers ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref520]]AS-WEB-CORE-00259 Cannot allocate servlet \{0} because it is being unloaded ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref521]]AS-WEB-CORE-00260 Error allocating a servlet instance ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref522]]AS-WEB-CORE-00261 Class \{0} is not a Servlet ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref523]]AS-WEB-CORE-00262 Error instantiating servlet class \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref524]]AS-WEB-CORE-00263 Servlet of class \{0} is privileged and cannot be loaded by this web application ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref525]]AS-WEB-CORE-00264 No servlet class has been specified for servlet \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref526]]AS-WEB-CORE-00265 Wrapper cannot find Loader for servlet \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref527]]AS-WEB-CORE-00266 Wrapper cannot find servlet class \{0} or a class it depends on ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref528]]AS-WEB-CORE-00267 Servlet.init() for servlet \{0} threw exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref529]]AS-WEB-CORE-00268 Servlet execution threw an exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref530]]AS-WEB-CORE-00269 Marking servlet \{0} as unavailable ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref531]]AS-WEB-CORE-00270 Waiting for \{0} instance(s) of \{1} to be deallocated ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref532]]AS-WEB-CORE-00271 Servlet.destroy() for servlet \{0} threw exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref533]]AS-WEB-CORE-00272 Servlet \{0} threw unload() exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref534]]AS-WEB-CORE-00273 Error loading \{0} \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref535]]AS-WEB-CORE-00274 This application is not currently available ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref536]]AS-WEB-CORE-00275 Servlet \{0} is currently unavailable ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref537]]AS-WEB-CORE-00276 Servlet \{0} is not available ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref538]]AS-WEB-CORE-00277 Allocate exception for servlet \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref539]]AS-WEB-CORE-00278 Exception for sending acknowledgment of a request: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref540]]AS-WEB-CORE-00280 Release filters exception for servlet \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref541]]AS-WEB-CORE-00281 Deallocate exception for servlet \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref542]]AS-WEB-CORE-00283 StandardWrapperValve[\{0}]: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref543]]AS-WEB-CORE-00284 Failed to skip \{0} bytes in the underlying buffer of MultipartStream on close(). ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref544]]AS-WEB-CORE-00285 file data is empty. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref545]]AS-WEB-CORE-00286 Unable to create Random source using class [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref546]]AS-WEB-CORE-00287 The property "\{0}" is not defined for filters of type "\{1}" ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref547]]AS-WEB-CORE-00288 Error registering loader ::
Cause: Could not register loader
+
Action: Verify Object name
[[sthref548]]AS-WEB-CORE-00289 Error registering jndi stream handler ::
Cause: Could not register jndi stream handler
+
Action: Verify if the application has already set a factory, if a
security manager exists and itscheckSetFactory method does not allow
the operation
[[sthref549]]AS-WEB-CORE-00290 Loader has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref550]]AS-WEB-CORE-00291 No resources for \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref551]]AS-WEB-CORE-00292 LifecycleException ::
Cause: Could not construct a class loader
+
Action: Verify if there is any life cycle exception
[[sthref552]]AS-WEB-CORE-00293 Loader has not yet been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref553]]AS-WEB-CORE-00294 Cannot set reloadable property to \{0} ::
Cause: Could not set reloadable property
+
Action: Verify the value for the property
[[sthref554]]AS-WEB-CORE-00295 WebappLoader[\{0}]: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref555]]AS-WEB-CORE-00296 No work dir for \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref556]]AS-WEB-CORE-00297 Failed to create destination directory to copy resources ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref557]]AS-WEB-CORE-00298 Failed to copy resources ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref558]]AS-WEB-CORE-00299 Failed to create work directory to \{0} ::
Cause: Could not create work directory
+
Action: Verify the PATH
[[sthref559]]AS-WEB-CORE-00300 File Logger has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref560]]AS-WEB-CORE-00301 File Logger has not yet been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref561]]AS-WEB-CORE-00302 Unknown container \{0} ::
Cause: Unknown container for implementation of StandardEngine
interface
+
Action: Verify the current container
[[sthref562]]AS-WEB-CORE-00303 Null engine !! \{0} ::
Cause: Could not get engine
+
Action: Verify current container
[[sthref563]]AS-WEB-CORE-00304 Unable to create javax.management.ObjectName for Logger ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref564]]AS-WEB-CORE-00305 Can't register logger \{0} ::
Cause: Could not register logger
+
Action: Verify registration is called after configure()
[[sthref565]]AS-WEB-CORE-00306 Setting JAAS app name \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref566]]AS-WEB-CORE-00307 Login exception authenticating username \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref567]]AS-WEB-CORE-00308 Username \{0} NOT authenticated due to failed login ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref568]]AS-WEB-CORE-00309 Username \{0} NOT authenticated due to expired account ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref569]]AS-WEB-CORE-00310 Username \{0} NOT authenticated due to expired credential ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref570]]AS-WEB-CORE-00311 error ::
Cause: Could not authenticate by using the current username
+
Action: Verify the username and credential
[[sthref571]]AS-WEB-CORE-00312 Illegal digestEncoding: \{0} ::
Cause: Could not convert the char array to byte array with respect to
given charset
+
Action: Verify the current charset
[[sthref572]]AS-WEB-CORE-00313 Access to the requested resource has been denied ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref573]]AS-WEB-CORE-00314 Configuration error: Cannot perform access control without an authenticated principal ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref574]]AS-WEB-CORE-00315 Username \{0} has role \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref575]]AS-WEB-CORE-00316 Username \{0} does NOT have role \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref576]]AS-WEB-CORE-00317 This Realm has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref577]]AS-WEB-CORE-00318 Invalid message digest algorithm \{0} specified ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref578]]AS-WEB-CORE-00319 This Realm has not yet been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref579]]AS-WEB-CORE-00320 Error digesting user credentials ::
Cause: Could not digest user credentials
+
Action: Verify the current credential
[[sthref580]]AS-WEB-CORE-00321 Couldn't get MD5 digest ::
Cause: Could not get instance of MessageDigest based on MD5
+
Action: Verify if it supports a MessageDigestSpi implementation for
the specified algorithm
[[sthref581]]AS-WEB-CORE-00322 An exception occurs when running the PrivilegedExceptionAction block. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref582]]AS-WEB-CORE-00323 Only skipped [\{0}] bytes when [\{1}] were requested ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref583]]AS-WEB-CORE-00324 Directory Listing For \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref584]]AS-WEB-CORE-00325 Up To \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref585]]AS-WEB-CORE-00326 Filename ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref586]]AS-WEB-CORE-00327 Size ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref587]]AS-WEB-CORE-00328 Last Modified ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref588]]AS-WEB-CORE-00329 Container has not called setWrapper() for this servlet ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref589]]AS-WEB-CORE-00330 Cannot call invoker servlet with a named dispatcher ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref590]]AS-WEB-CORE-00331 No servlet name or class was specified in path \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref591]]AS-WEB-CORE-00332 Cannot create servlet wrapper for path \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref592]]AS-WEB-CORE-00333 Cannot allocate servlet instance for path \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref593]]AS-WEB-CORE-00334 Cannot deallocate servlet instance for path \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref594]]AS-WEB-CORE-00335 JAXP initialization failed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref595]]AS-WEB-CORE-00336 Ignored external entity, publicID: \{0}, systemID: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref596]]AS-WEB-CORE-00337 setAttribute: Session attribute with name \{0} has value that is not of type String (required for cookie-based persistence) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref597]]AS-WEB-CORE-00338 Loading Session \{0} from file \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref598]]AS-WEB-CORE-00339 Removing Session \{0} at file \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref599]]AS-WEB-CORE-00340 Saving Session \{0} to file \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref600]]AS-WEB-CORE-00341 Unable to delete file [\{0}] which is preventing the creation of the session storage location ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref601]]AS-WEB-CORE-00342 Unable to create directory [\{0}] for the storage of session data ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref602]]AS-WEB-CORE-00343 SQL Error \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref603]]AS-WEB-CORE-00344 Loading Session \{0} from database \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref604]]AS-WEB-CORE-00345 Removing Session \{0} at database \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref605]]AS-WEB-CORE-00346 Saving Session \{0} to database \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref606]]AS-WEB-CORE-00347 The database connection is null or was found to be closed. Trying to re-open it. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref607]]AS-WEB-CORE-00348 The re-open on the database failed. The database could be down. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref608]]AS-WEB-CORE-00349 A SQL exception occurred \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref609]]AS-WEB-CORE-00350 JDBC driver class not found \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref610]]AS-WEB-CORE-00351 Exception initializing random number generator of class \{0} ::
Cause: Could not construct and seed a new random number generator
+
Action: Verify if the current random number generator class is
[[sthref611]]AS-WEB-CORE-00352 Seeding random number generator class \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref612]]AS-WEB-CORE-00353 Failed to close randomIS. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref613]]AS-WEB-CORE-00354 Error registering ::
Cause: Could not construct an object name
+
Action: Verify the format of domain, path, host. And make sure they
are no null
[[sthref614]]AS-WEB-CORE-00355 setAttribute: Non-serializable attribute with name \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref615]]AS-WEB-CORE-00356 Session not found \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref616]]AS-WEB-CORE-00357 Checking isLoaded for id, \{0}, \{1} ::
Cause: Could not find session associated with given ID
+
Action: Verify the session ID
[[sthref617]]AS-WEB-CORE-00358 Exception clearing the Store ::
Cause: Could not instantiate PrivilegedStoreClear()
+
Action: Verify if specified action's run() could remove all sessions
from store
[[sthref618]]AS-WEB-CORE-00359 createSession: Too many active sessions ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref619]]AS-WEB-CORE-00360 Exception in the Store during load ::
Cause: Could not instantiate PrivilegedStoreKeys()
+
Action: Verify if specified action's run() does not throw exception
[[sthref620]]AS-WEB-CORE-00361 Loading \{0} persisted sessions ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref621]]AS-WEB-CORE-00362 Failed load session from store ::
Cause: Could not restore sessions from store to manager's list
+
Action: Verify if the sessions are valid
[[sthref622]]AS-WEB-CORE-00363 Can't load sessions from store ::
Cause: Could not load sessions from store
+
Action: Verify if there is no exception to get the array containing
the session identifiers of all Sessions currently saved in this Store
[[sthref623]]AS-WEB-CORE-00364 Exception in the Store during removeSession ::
Cause: Could not instantiate PrivilegedStoreRemove()
+
Action: Verify if the specified action's run() could remove the
session with the specified session identifier from this Store
[[sthref624]]AS-WEB-CORE-00365 Exception removing session ::
Cause: Could not remove specified session identifier from store
+
Action: Verify if there is no I/O error occur
[[sthref625]]AS-WEB-CORE-00366 Saving \{0} persisted sessions ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref626]]AS-WEB-CORE-00367 Exception in the Store during swapIn ::
Cause: Could not instantiate PrivilegedStoreLoad
+
Action: Verify if action's run() can load and return the Session
associated with the specified session identifier from this Store,
without removing it
[[sthref627]]AS-WEB-CORE-00368 Error deserializing Session \{0}: \{1} ::
Cause: De serialization error occur, and could not load and return the
session associated with the specified session identifier from this
Store
+
Action: Verify if ClassNotFoundException occur
[[sthref628]]AS-WEB-CORE-00369 Session swapped in is invalid or expired ::
Cause: Session swapped in is invalid or expired
+
Action: Verify if current session is valid
[[sthref629]]AS-WEB-CORE-00370 Swapping session \{0} in from Store ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref630]]AS-WEB-CORE-00371 Exception in the Store during writeSession ::
Cause: Could not write the provided session to the Store
+
Action: Verify if there are any I/O errors occur
[[sthref631]]AS-WEB-CORE-00372 Error serializing Session \{0}: \{1} ::
Cause: Could not save the specified Session into this Store
+
Action: Verify if there are any I/O errors occur
[[sthref632]]AS-WEB-CORE-00373 Manager has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref633]]AS-WEB-CORE-00374 No Store configured, persistence disabled ::
Cause: Could not prepare for the beginning of active use of the public
methods of this component
+
Action: Verify if Store has been configured
[[sthref634]]AS-WEB-CORE-00375 Manager has not yet been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref635]]AS-WEB-CORE-00376 Invalid session timeout setting \{0} ::
Cause: Could not set session timeout from given parameter
+
Action: Verify the number format for session timeout setting
[[sthref636]]AS-WEB-CORE-00377 Swapping session \{0} to Store, idle for \{1} seconds ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref637]]AS-WEB-CORE-00378 Too many active sessions, \{0}, looking for idle sessions to swap out ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref638]]AS-WEB-CORE-00379 Swapping out session \{0}, idle for \{1} seconds too many sessions active ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref639]]AS-WEB-CORE-00380 Backing up session \{0} to Store, idle for \{1} seconds ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref640]]AS-WEB-CORE-00381 createSession: Too many active sessions ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref641]]AS-WEB-CORE-00382 Loading persisted sessions from \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref642]]AS-WEB-CORE-00383 IOException while loading persisted sessions: \{0} ::
Cause: Could not creates an ObjectInputStream
+
Action: Verify if there are IO exceptions
[[sthref643]]AS-WEB-CORE-00384 ClassNotFoundException while loading persisted sessions: \{0} ::
Cause: Could not deserialize and create StandardSession instance
+
Action: Verify the class for an object being restored can be found
[[sthref644]]AS-WEB-CORE-00385 Saving persisted sessions to \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref645]]AS-WEB-CORE-00386 IOException while saving persisted sessions: \{0} ::
Cause: Could not creates an ObjectOutputStream instance
+
Action: Verify if there are any I/O exceptions
[[sthref646]]AS-WEB-CORE-00387 Exception loading sessions from persistent storage ::
Cause: Could not load any currently active sessions
+
Action: Verify if the serialized class is valid and if there are any
I/O exceptions
[[sthref647]]AS-WEB-CORE-00388 Exception unloading sessions to persistent storage ::
Cause: Could not save any currently active sessions
+
Action: Verify if there are any I/O exceptions
[[sthref648]]AS-WEB-CORE-00389 Session id change event listener threw exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref649]]AS-WEB-CORE-00390 Session event listener threw exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref650]]AS-WEB-CORE-00391 Session already invalidated ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref651]]AS-WEB-CORE-00392 Session attribute event listener threw exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref652]]AS-WEB-CORE-00393 setAttribute: name parameter cannot be null ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref653]]AS-WEB-CORE-00394 Session binding event listener threw exception ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref654]]AS-WEB-CORE-00395 Cannot serialize session attribute \{0} for session \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref655]]AS-WEB-CORE-00396 StoreBase has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref656]]AS-WEB-CORE-00397 StoreBase has not been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref657]]AS-WEB-CORE-00398 Class loader creation threw exception ::
Cause: Could not create class loader
+
Action: Verify the availability of current repository
[[sthref658]]AS-WEB-CORE-00399 Error processing command line arguments ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref659]]AS-WEB-CORE-00400 Catalina.stop: ::
Cause: Could not stop server
+
Action: Verify if the input file exist or if there are any I/O
exceptions, parsing exceptions
[[sthref660]]AS-WEB-CORE-00401 Can't load server.xml from \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref661]]AS-WEB-CORE-00402 Catalina.start: ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref662]]AS-WEB-CORE-00403 Catalina.start: ::
Cause: Could not initialize the server
+
Action: Verify if the server has already been initialized
[[sthref663]]AS-WEB-CORE-00404 Initialization processed in \{0} ms ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref664]]AS-WEB-CORE-00405 Error loading configuration ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref665]]AS-WEB-CORE-00406 Server startup in \{0} ms ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref666]]AS-WEB-CORE-00407 Failed to load catalina.properties ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref667]]AS-WEB-CORE-00408 Lifecycle event data object \{0} is not a Context ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref668]]AS-WEB-CORE-00409 alt-dd file \{0} not found ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref669]]AS-WEB-CORE-00410 Missing application web.xml, using defaults only \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref670]]AS-WEB-CORE-00411 Parse error in application web.xml at line \{0} and column \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref671]]AS-WEB-CORE-00412 Parse error in application web.xml ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref672]]AS-WEB-CORE-00413 Error closing application web.xml ::
Cause: Could not close this input stream and releases any system
resources associated with the stream.
+
Action: Verify if any I/O errors occur
[[sthref673]]AS-WEB-CORE-00414 No Realm has been configured to authenticate against ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref674]]AS-WEB-CORE-00415 Cannot configure an authenticator for method \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref675]]AS-WEB-CORE-00416 Cannot instantiate an authenticator of class \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref676]]AS-WEB-CORE-00417 Configured an authenticator for method \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref677]]AS-WEB-CORE-00418 No default web.xml ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref678]]AS-WEB-CORE-00419 Missing default web.xml, using application web.xml only \{0} \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref679]]AS-WEB-CORE-00420 Parse error in default web.xml at line \{0} and column \{1} ::
Cause: Could not parse the content of the specified input source using
this Digester
+
Action: Verify the input parameter, if any I/O errors occur
[[sthref680]]AS-WEB-CORE-00421 Parse error in default web.xml ::
Cause: Could not parse the content of the specified input source using
this Digester
+
Action: Verify the input parameter, if any I/O errors occur
[[sthref681]]AS-WEB-CORE-00422 Error closing default web.xml ::
Cause: Could not close this input stream and releases any system
resources associated with the stream.
+
Action: Verify if any I/O errors occur
[[sthref682]]AS-WEB-CORE-00423 ContextConfig: Initializing ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref683]]AS-WEB-CORE-00424 Exception fixing docBase ::
Cause: Could not adjust docBase
+
Action: Verify if any I/O errors occur
[[sthref684]]AS-WEB-CORE-00425 ContextConfig: Processing START ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref685]]AS-WEB-CORE-00426 ContextConfig: Processing STOP ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref686]]AS-WEB-CORE-00427 Security role name \{0} used in an <auth-constraint> without being defined in a <security-role> in context [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref687]]AS-WEB-CORE-00428 Security role name \{0} used in a <run-as> without being defined in a <security-role> in context [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref688]]AS-WEB-CORE-00429 Security role name \{0} used in a <role-link> without being defined in a <security-role> in context [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref689]]AS-WEB-CORE-00430 No web.xml, using defaults \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref690]]AS-WEB-CORE-00431 No engines have been defined yet ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref691]]AS-WEB-CORE-00432 Engine.start exception ::
Cause: Could not prepare for the beginning of active use of the public
methods of this component.
+
Action: Verify if start() be called before any of the public methods
of this component are utilized
[[sthref692]]AS-WEB-CORE-00433 Couldn't load SSL server socket factory. ::
Cause: Could not instantiate ServerSocketFactory
+
Action: Verify access permission to this class
[[sthref693]]AS-WEB-CORE-00434 Couldn't create connector. ::
Cause: Could not instantiate connector
+
Action: Verify access permission to this class
[[sthref694]]AS-WEB-CORE-00435 Connector.stop ::
Cause: Could not remove the specified Connector from the set
associated from this Service
+
Action: Verify if connector has already been stopped or removed
[[sthref695]]AS-WEB-CORE-00436 Engine.stop exception ::
Cause: Could not terminate the active use of the public methods of
this component
+
Action: Verify if stop() is the last one called on a given instance of
this component
[[sthref696]]AS-WEB-CORE-00437 Specified Authenticator is not a Valve ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref697]]AS-WEB-CORE-00438 Embedded service has already been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref698]]AS-WEB-CORE-00439 Embedded service has not yet been started ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref699]]AS-WEB-CORE-00440 Lifecycle event data object \{0} is not an Engine ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref700]]AS-WEB-CORE-00441 EngineConfig: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref701]]AS-WEB-CORE-00442 EngineConfig: Processing START ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref702]]AS-WEB-CORE-00443 EngineConfig: Processing STOP ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref703]]AS-WEB-CORE-00444 Application base directory \{0} does not exist ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref704]]AS-WEB-CORE-00445 Unable to create the directory [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref705]]AS-WEB-CORE-00446 The archive [\{0}] is malformed and will be ignored: an entry contains an illegal path [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref706]]AS-WEB-CORE-00447 Failed to set last-modified time of the file \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref707]]AS-WEB-CORE-00448 Error copying \{0} to \{1} ::
Cause: Could not copy file
+
Action: Verify if channel is not available for file transfer
[[sthref708]]AS-WEB-CORE-00449 [\{0}] could not be completely deleted. The presence of the remaining files may cause problems ::
Cause: Could not completely delete specified directory
+
Action: Verify the access permission to specified directory
[[sthref709]]AS-WEB-CORE-00450 Lifecycle event data object \{0} is not a Host ::
Cause: Could not process the START event for an associated Host
+
Action: Verify life cycle event data object
[[sthref710]]AS-WEB-CORE-00451 Deploying configuration descriptor \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref711]]AS-WEB-CORE-00452 Error deploying configuration descriptor \{0} ::
Cause: Could not deploy configuration descriptor
+
Action: Verify the URL that points to context configuration file and
the context path
[[sthref712]]AS-WEB-CORE-00453 The war name [\{0}] is invalid. The archive will be ignored. ::
Cause: Could not deploy war file
+
Action: Verify the name war file
[[sthref713]]AS-WEB-CORE-00454 Expanding web application archive \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref714]]AS-WEB-CORE-00455 Exception while expanding web application archive \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref715]]AS-WEB-CORE-00456 Exception while expanding web application archive \{0} ::
Cause: Could not expand web application archive
+
Action: Verify the URL, and if any I/O errors orrur
[[sthref716]]AS-WEB-CORE-00457 Deploying web application archive \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref717]]AS-WEB-CORE-00458 Error deploying web application archive \{0} ::
Cause: Could not deploy web application archive
+
Action: Verify the context path and if specified context path is
already attached to an existing web application
[[sthref718]]AS-WEB-CORE-00459 Deploying web application directory \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref719]]AS-WEB-CORE-00460 Error deploying web application directory \{0} ::
Cause: Could not deploy web application directory
+
Action: Verify the context path and if specified context path is
already attached to an existing web application
[[sthref720]]AS-WEB-CORE-00461 Error undeploying Jar file \{0} ::
Cause: Could not remove an existing web application, attached to the
specified context path
+
Action: Verify the context path of the application
[[sthref721]]AS-WEB-CORE-00462 HostConfig: restartContext [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref722]]AS-WEB-CORE-00463 Error during context [\{0}] stop ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref723]]AS-WEB-CORE-00464 Error during context [\{0}] restart ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref724]]AS-WEB-CORE-00465 HostConfig: Processing START ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref725]]AS-WEB-CORE-00466 HostConfig: Processing STOP ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref726]]AS-WEB-CORE-00467 Undeploying deployed web applications ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref727]]AS-WEB-CORE-00468 Undeploying context [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref728]]AS-WEB-CORE-00469 Error undeploying web application at context path \{0} ::
Cause: Could not remove an existing web application, attached to the
specified context path
+
Action: Verify the context path of the application
[[sthref729]]AS-WEB-CORE-00470 Must set 'catalina.home' system property ::
Cause: Did not set 'catalina.home'
+
Action: Verify that 'catalina.home' was passed
[[sthref730]]AS-WEB-CORE-00472 Exception creating instance of \{0} ::
Cause: Could not load application class
+
Action: Verify the class name
[[sthref731]]AS-WEB-CORE-00473 Exception locating main() method ::
Cause: Could not locate the static main() method of the application
class
+
Action: Verify the access permission
[[sthref732]]AS-WEB-CORE-00474 Exception calling main() method ::
Cause: Could not invoke main() method
+
Action: Verify the underlying method is inaccessible, and parameter
values
[[sthref733]]AS-WEB-CORE-00475 Usage: java org.apache.catalina.startup.Tool [<options>] <class> [<arguments>] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref734]]AS-WEB-CORE-00476 Deploying user web applications ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref735]]AS-WEB-CORE-00477 Exception loading user database ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref736]]AS-WEB-CORE-00478 Deploying web application for user \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref737]]AS-WEB-CORE-00479 Error deploying web application for user \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref738]]AS-WEB-CORE-00480 UserConfig[\{0}]: \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref739]]AS-WEB-CORE-00481 UserConfig[null]: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref740]]AS-WEB-CORE-00482 UserConfig: Processing START ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref741]]AS-WEB-CORE-00483 UserConfig: Processing STOP ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref742]]AS-WEB-CORE-00484 Failed to load manifest resources \{0} ::
Cause: Could not find MANIFEST from JAR file
+
Action: Verify the JAR file
[[sthref743]]AS-WEB-CORE-00485 ExtensionValidator[\{0}][\{1}]: Required extension "\{2}" not found. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref744]]AS-WEB-CORE-00486 ExtensionValidator[\{0}]: Failure to find \{1} required extension(s). ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref745]]AS-WEB-CORE-00487 Odd number of hexadecimal digits ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref746]]AS-WEB-CORE-00488 Bad hexadecimal digit ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref747]]AS-WEB-CORE-00489 Map is currently locked ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref748]]AS-WEB-CORE-00490 UTF8 not supported ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref749]]AS-WEB-CORE-00491 Could not create a new directory: \{0} ::
Cause: Could not create a new directory
+
Action: Verify if file is directory, and access permission
[[sthref750]]AS-WEB-CORE-00492 status.setContentType ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref751]]AS-WEB-CORE-00493 Internal Error ::
Cause: Error during invoke the servlet application
+
Action: Trying to invoke the servlet application
[[sthref752]]AS-WEB-CORE-00494 Failed to initialize the interceptor ::
Cause: Error in initializing the servlet application
+
Action: initialize the servlet interceptor
[[sthref753]]AS-WEB-CORE-00503 Failed to rename log file to \{0} for rotate logs ::
Cause: Could not rename log file
+
Action: Verify access permission and new file name
[[sthref754]]AS-WEB-CORE-00504 at least this wasn't swallowed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref755]]AS-WEB-CORE-00505 Failed to create directory \{0} ::
Cause: Could not create directory
+
Action: Verify access permission
[[sthref756]]AS-WEB-CORE-00506 fields was just empty or whitespace ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref757]]AS-WEB-CORE-00507 unable to decode with rest of chars being: \{0} ::
Cause: Could not decode rest of chars
+
Action: Verify the current pattern
[[sthref758]]AS-WEB-CORE-00508 No closing ) found for in decode ::
Cause: could not find closing bracket
+
Action: Verify if the parameter includes closing bracket
[[sthref759]]AS-WEB-CORE-00509 The next characters couldn't be decoded: \{0} ::
Cause: Could not decode characters
+
Action: Verify the pattern
[[sthref760]]AS-WEB-CORE-00510 End of line reached before decoding x- param ::
Cause: Could not decode, since end of line reached
+
Action: Verify the String index
[[sthref761]]AS-WEB-CORE-00511 x param in wrong format. Needs to be 'x-#(...)' read the docs! ::
Cause: Could not decode, since x param in wrong format
+
Action: Verify the format of parameter
[[sthref762]]AS-WEB-CORE-00512 x param in wrong format. No closing ')'! ::
Cause: Could not decode, since x param has no closing bracket
+
Action: Verify the format of parameter
[[sthref763]]AS-WEB-CORE-00513 x param for servlet request, couldn't decode value: \{0} ::
Cause: Could not decode value, since no x param type matched
+
Action: Verify the current field info
[[sthref764]]AS-WEB-CORE-00514 No Context configured to process this request ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref765]]AS-WEB-CORE-00515 Syntax error in request filter pattern \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref766]]AS-WEB-CORE-00516 Cannot process the error page: \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref767]]AS-WEB-CORE-00517 Digester.getParser: ::
Cause: Could not create new SAXParser
+
Action: Verify the parser configuration and if SAXParser is supported
[[sthref768]]AS-WEB-CORE-00518 Cannot get XMLReader ::
Cause: Could not get XML Reader
+
Action: Verify if there are XML Readers can be instantiated
[[sthref769]]AS-WEB-CORE-00519 Finish event threw exception ::
Cause: Rules could not remove data
+
Action: Verify if finish() is called after all parsing methods have
been called
[[sthref770]]AS-WEB-CORE-00520 Finish event threw error ::
Cause: Rules could not remove data
+
Action: Verify if finish() is called after all parsing methods have
been called
[[sthref771]]AS-WEB-CORE-00521 Body event threw exception ::
Cause: Could not fire body()
+
Action: Verify if the current rule has body
[[sthref772]]AS-WEB-CORE-00522 Body event threw error ::
Cause: Could not fire body()
+
Action: Verify if the current rule has body
[[sthref773]]AS-WEB-CORE-00523 No rules found matching \{0}. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref774]]AS-WEB-CORE-00524 End event threw exception ::
Cause: Could not call end()
+
Action: Verify if this method is called when the end of a matching XML
element is encountered
[[sthref775]]AS-WEB-CORE-00525 End event threw error ::
Cause: Could not call end()
+
Action: Verify if this method is called when the end of a matching XML
element is encountered
[[sthref776]]AS-WEB-CORE-00526 Begin event threw exception ::
Cause: Could not call begin()
+
Action: Verify if this method is called when the beginning of a
matching XML element is encountered
[[sthref777]]AS-WEB-CORE-00527 Begin event threw error ::
Cause: Could not call begin()
+
Action: Verify if this method is called when the beginning of a
matching XML element is encountered
[[sthref778]]AS-WEB-CORE-00528 Parse Error at line \{0} column \{1}: \{2} ::
Cause: Parsing error occurs
+
Action: Verify if there are any parsing errors occur
[[sthref779]]AS-WEB-CORE-00529 Parse Fatal Error at line \{0} column \{1}: \{2} ::
Cause: Parsing error occurs
+
Action: Verify if there are any parsing errors occur
[[sthref780]]AS-WEB-CORE-00530 Parse Warning Error at line \{0} column \{1}: \{2} ::
Cause: Parsing error occurs
+
Action: Verify if there are any parsing errors occur
[[sthref781]]AS-WEB-CORE-00531 Empty stack (returning null) ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref782]]AS-WEB-CORE-00532 No Locator! ::
Cause: There is no document locator
+
Action: Verify if document locator has been set
[[sthref783]]AS-WEB-CORE-00533 [SetPropertiesRule]\{0} Setting property \{1} to \{2} did not find a matching property. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref784]]AS-WEB-CORE-00534 [SetPropertyRule]\{0} Setting property \{1} to \{2} did not find a matching property. ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref785]]AS-WEB-CORE-00535 Login failed ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref786]]AS-WEB-CORE-00536 This is request has already been authenticated ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref787]]AS-WEB-CORE-00537 No authenticator ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref788]]AS-WEB-CORE-00538 Invalid call to login while pluggable authentication method is configured ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref789]]AS-WEB-CORE-00539 Internal logout error ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref790]]AS-WEB-CORE-00540 Blocked access to external entity with publicId [\{0}] and systemId [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref791]]AS-WEB-CORE-00541 Blocked access to external entity with name [\{0}], publicId [\{1}], baseURI [\{2}] and systemId [\{3}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref792]]AS-WEB-CORE-00542 Blocked access to external subset with name [\{0}] and baseURI [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref793]]AS-WEB-CORE-00543 Fail to read file [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref794]]AS-WEB-CORE-00544 Unable to find the underlying Coyote request object (which is required to create a push request) from the request of type [\{0}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref795]]AS-WEB-CORE-00545 It is illegal to call push() before setting a path ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref796]]AS-WEB-CORE-00546 The push method should not be null ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref797]]AS-WEB-CORE-00547 The push method should not be an empty String ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref798]]AS-WEB-CORE-00548 The push method ''\{0}'' is not cacheable or safe ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref799]]AS-WEB-CORE-00549 The repository '\{0}' is not a directory ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref800]]AS-WEB-CORE-00550 The repository '\{0}' contains a null character ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref801]]AS-WEB-GLUE-00001 Exception in creating cache ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref802]]AS-WEB-GLUE-00002 Exception initializing cache-helper \{0}; please check your helper class implementation ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref803]]AS-WEB-GLUE-00003 Illegal CacheKeyGenerator ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref804]]AS-WEB-GLUE-00004 DefaultCacheHelper: cannot find all the required key fields in the request \{0} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref805]]AS-WEB-GLUE-00005 CachingFilter \{0} ready; isEnabled = \{1} manager = \{2} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref806]]AS-WEB-GLUE-00006 CachingFilter \{0} request is cacheable; key \{1} index = \{2} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref807]]AS-WEB-GLUE-00007 CachingFilter \{0} request needs a refresh; key \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref808]]AS-WEB-GLUE-00008 CachingFilter \{0} serving response from the cache \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref809]]AS-WEB-GLUE-00009 CachingFilter \{0} pass thru; isEnabled = \{1} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref810]]AS-WEB-GLUE-00010 CachingFilter \{0} received cacheManager enabled event ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref811]]AS-WEB-GLUE-00011 CachingFilter \{0} received cacheManager disabled event ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref812]]AS-WEB-GLUE-00012 The constraint field \{0} is not found in the scope \{1}; returning cache-on-match-failure: \{2} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref813]]AS-WEB-GLUE-00013 The constraint field \{0} value = \{1} is found in scope \{2}; returning cache-on-match: \{3} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref814]]AS-WEB-GLUE-00014 The constraint field \{0} value = \{1} is found in scope \{2}; and matches with a value \{3}; returning cache-on-match: \{4} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref815]]AS-WEB-GLUE-00015 The constraint field \{0} value = \{1} is found in scope \{2}; but didn't match any of the value constraints; returning cache-on-match-failure = \{3} ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref816]]AS-WEB-GLUE-00016 Incorrect scope value [\{0}] for web application cache field name [\{1}] ::
Cause: As described in the message.
+
Action: Resolve the situation described in the message, if necessary.
[[sthref817]]AS-WEB-GLUE-00017 ''greater'' expression requires a numeric value; please check your value \{0} ::