GlassFish Server Open Source Edition Error Messages |
Previous | Contents |
This chapter provides a compilation of error messages that you might encounter when using GlassFish Server Open Source Edition.
Error messages provide information about events that occur during GlassFish Server 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 ”Administering the Logging Service” in GlassFish Server Open Source Edition Administration Guide.
For additional troubleshooting information, see the GlassFish Server Open Source Edition 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.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected internal system error occurred
Action: Please consult the exception stack trace
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.
Cause: The config file might be protected from reading.
Action: Make sure the config file protection settings permit the
server to read it.
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.
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.
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.
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.
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.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: java.rmi.RemoteException
Action: Check server.log for details
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Problem with serializing or de serializing of the object
Action: Check the class hierarchy to see if all the classes are
serializable.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: An invalid context handle is being passed.
Action: Contact GlassFish support.
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.
Cause: No configuration information is provided when trying to deploy
a managed object.
Action: Contact GlassFish support.
Cause: Could not find a thread pool according to the pool ID.
Action: Check the thread-pool-id property in Resource Adapter Config.
Cause: Could not find the default thread pool for resource adatper.
Action: Check the thread-pool-id property in Resource Adapter Config.
Cause: Can not initiate the Work Manager class.
Action: Check the Work Manager class type.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: Work Context class is not available to application server.
Action: Make sure that the Work Context class is available to server.
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.
Cause: Multiple Work Contexts of same type submitted.
Action: Make sure that same context type is not submitted multiple
times in the Work Context.
Cause: Work Context in question is not supported by application
server.
Action: Check the application server documentation for supported Work
Contexts.
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.
Cause: Unable to set Security Context.
Action: Check the server.log for exceptions
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.
Cause: The web container does not install properly.
Action: Please check the web container libraries are installed
properly.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The web container does not start properly.
Action: Please check the web container libraries are installed
properly.
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.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A deployment manager is not available.
Action: Correct the reference to the deployment manager.
Cause: A deployment manager is not available.
Action: Correct the reference to the deployment manager.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: An exception was caught that indicates that the annotation is
incorrect.
Action: Correct the annotation.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The annotation is incorrect.
Action: Correct the annotation.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The archive being processed is not correct.
Action: Examine the archive to determine what is incorrect.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Used port-component-name does not exists.
Action: Use the name of existing web service endpoint
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: For embedded resource adapter, its name should begin with
symbol
Action: Remove application name before the symbol in the resource
adapter name.
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.
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.
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.
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.
Cause: JNDI lookup for the specified resource failed.
Action: Configure the required resources before deploying the
application.
Cause: Resource adapter specified is invalid.
Action: Configure the required resource adapter.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Didn’t find the data related with the given session key.
Action: Check if the session bean already timed out.
Cause: Session store exception or de serialization exception happened.
Action: Check error message and exception stack.
Cause: Session store error or de serialization error happened.
Action: Check error message and exception stack.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Error during invoke the ejb application
Action: Trying to invoke the ejb application
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Error during initializing the interceptor
Action: Try to restart the server
Cause: Fail to create MonitorRegistryMediator
Action: Check the exception stack
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The method setProperty is not defined in the class
Action: Define the appropriate method
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Missing destination JNDI name
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: org.omg.CORBA.ORBPackage.InvalidName when trying to resolve
GroupInfoService
Action: Check server.log for details
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: check server.log for details
Action: check network configuration and cluster setup
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Current server config is null
Action: Verify if the server instance is started correctly
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A naming exception is encountered
Action: Check the list of resources
Cause: A ClassCastException is encountered
Action: Check if the object is an instance of the class
Cause: An AccessControlException is encountered
Action: Check if the resource is accessible
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An Exception occurred
Action: Check the exception for error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An Exception occurred
Action: Check the exception for error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An Exception occurred
Action: Check the exception for error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A naming exception is encountered
Action: Check the list of resources
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An IOException is encountered
Action: Verify if the path is correct
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not get the method or invoke underlying method
Action: Verify the existence of such method and access permission
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not register connector
Action: Verify domain name and type
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not stop processing requests via this Connector
Action: Verify if the connector has not been started
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not process the request in the container
Action: Verify certificate chain retrieved from the request header and
the correctness of request
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not get the SSL client certificate chain
Action: Verify certificate chain and the request
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not re-login
Action: Verify if user has already login
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not set URI converter
Action: Verify URI encoding, using HTTP default
Cause: Could not encode URI character
Action: Verify URI encoding, trying ascii
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not perform post-request processing as required by this
Valve
Action: Verify if I/O exception or servlet exception occur
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: Could not modify attribute
Action: Verify name and value from Servlet Context
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not allocate servlet instance
Action: Verify the configuration of wrapper
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not release filter chain
Action: Verify the availability of current filter chain
Cause: Could not deallocate the allocated servlet instance
Action: Verify the availability of servlet instance
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not get logger from parent context
Action: Verify if logger is null
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not release allocated filter instance
Action: Verify the privilege
Cause: Could not stop previous loader
Action: Verify previous loader
Cause: Could not start new loader
Action: Verify the configuration of container
Cause: Could not stop previous logger
Action: Verify previous logger
Cause: Could not start new logger
Action: Verify the configuration of container
Cause: Could not stop previous manager
Action: Verify previous manager
Cause: Could not start new manager
Action: Verify the configuration of container
Cause: Could not stop previous realm
Action: Verify previous realm
Cause: Could not start new realm
Action: Verify the configuration of container
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not start new child container
Action: Verify the configuration of parent container
Cause: Could not stop existing child container
Action: Verify existing child container
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Current container has not been started
Action: Verify the current container
Cause: Could not stop child container
Action: Verify the existence of current child container
Cause: Could not unregister current container
Action: Verify if the container has been registered
Cause: Could not set the context ClassLoader
Action: Verify the security permission
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Invalid error page code
Action: Verify the error code
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not create new instance
Action: Verify the configuration of Wrapper and InstanceListener
Cause: Could not create new instance for life cycle listener
Action: Verify the permit of current class to access newInstance()
Cause: Could not create new instance for container listener
Action: Verify the permit of current class to access newInstance()
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not stop context component
Action: Verify stop() to guarantee the whole domain is being stopped
correctly
Cause: Could not start context component
Action: Verify start() to guarantee the context component is being
started correctly
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not get the proxy directory context
Action: Verify the existence of the context
Cause: Could not deallocate resource and destroy proxy
Action: Verify if a fatal error that prevents this component from
being used
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not get the proxy directory context
Action: Verify the existence of the context
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not startup servlet
Action: Verify the initialization process
Cause: Stop staring up failed
Action: Verify configurations to stop starting up
Cause: Could not instantiate servlet container initializer
Action: Verify the access permission of current class loader
Cause: Could not restore original state
Action: Verify if extend this method, and make sure to clean up
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not create work directory
Action: Verify the directory name, and access permission
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not get the attribute
Action: Verify the existence of the value associated with the key
Cause: Illegal path name
Action: Verify path name
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not create custom ObjectInputStream
Action: Verify input stream and class loader
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: No context has been selected
Action: Verify the uri or default context
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not instantiate deployer
Action: Verify access permission
Cause: Initialization failed
Action: Verify domain and host name
Cause: Could not load instance of host valve
Action: Verify access permission
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not initiate life cycle listener
Action: Verify the access permission
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not remove an existing child Container
Action: Verify if there are any I/O errors
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
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
Cause: Specific valve could not be associated with current container
Action: Verify the availability of current valve
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
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: This service was already initialized
Action: Verify if the service is not already initialized
Cause: An I/O error occurred when opening the socket
Action: Verify the port number and try again
Cause: Could not get connection
Action: Verify the connection settings and try again
Cause: Could not get input stream
Action: Verify the input stream and try again
Cause: Could not read from input stream
Action: Verify the input stream and try again
Cause: Invalid command
Action: Verify the command
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not register ObjectName: "Catalina:type=Server"
Action: Verify the configuration and try again
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not register service
Action: Verify the domain name and service name
Cause: Could not pre-startup initialization
Action: Verify if server was already initialized
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not register loader
Action: Verify Object name
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
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not construct a class loader
Action: Verify if there is any life cycle exception
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not set reloadable property
Action: Verify the value for the property
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not create work directory
Action: Verify the PATH
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Unknown container for implementation of StandardEngine
interface
Action: Verify the current container
Cause: Could not get engine
Action: Verify current container
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not register logger
Action: Verify registration is called after configure()
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not authenticate by using the current username
Action: Verify the username and credential
Cause: Could not convert the char array to byte array with respect to
given charset
Action: Verify the current charset
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not digest user credentials
Action: Verify the current credential
Cause: Could not get instance of MessageDigest based on MD5
Action: Verify if it supports a MessageDigestSpi implementation for
the specified algorithm
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not construct and seed a new random number generator
Action: Verify if the current random number generator class is
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not construct an object name
Action: Verify the format of domain, path, host. And make sure they
are no null
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not find session associated with given ID
Action: Verify the session ID
Cause: Could not instantiate PrivilegedStoreClear()
Action: Verify if specified action’s run() could remove all sessions
from store
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not instantiate PrivilegedStoreKeys()
Action: Verify if specified action’s run() does not throw exception
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not restore sessions from store to manager’s list
Action: Verify if the sessions are valid
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
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
Cause: Could not remove specified session identifier from store
Action: Verify if there is no I/O error occur
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
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
Cause: Session swapped in is invalid or expired
Action: Verify if current session is valid
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not write the provided session to the Store
Action: Verify if there are any I/O errors occur
Cause: Could not save the specified Session into this Store
Action: Verify if there are any I/O errors occur
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not prepare for the beginning of active use of the public
methods of this component
Action: Verify if Store has been configured
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not set session timeout from given parameter
Action: Verify the number format for session timeout setting
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not creates an ObjectInputStream
Action: Verify if there are IO exceptions
Cause: Could not deserialize and create StandardSession instance
Action: Verify the class for an object being restored can be found
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not creates an ObjectOutputStream instance
Action: Verify if there are any I/O exceptions
Cause: Could not load any currently active sessions
Action: Verify if the serialized class is valid and if there are any
I/O exceptions
Cause: Could not save any currently active sessions
Action: Verify if there are any I/O exceptions
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not create class loader
Action: Verify the availability of current repository
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not stop server
Action: Verify if the input file exist or if there are any I/O
exceptions, parsing exceptions
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not initialize the server
Action: Verify if the server has already been initialized
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not close this input stream and releases any system
resources associated with the stream.
Action: Verify if any I/O errors occur
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
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
Cause: Could not close this input stream and releases any system
resources associated with the stream.
Action: Verify if any I/O errors occur
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not adjust docBase
Action: Verify if any I/O errors occur
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
Cause: Could not instantiate ServerSocketFactory
Action: Verify access permission to this class
Cause: Could not instantiate connector
Action: Verify access permission to this class
Cause: Could not remove the specified Connector from the set
associated from this Service
Action: Verify if connector has already been stopped or removed
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
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not copy file
Action: Verify if channel is not available for file transfer
Cause: Could not completely delete specified directory
Action: Verify the access permission to specified directory
Cause: Could not process the START event for an associated Host
Action: Verify life cycle event data object
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not deploy configuration descriptor
Action: Verify the URL that points to context configuration file and
the context path
Cause: Could not deploy war file
Action: Verify the name war file
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not expand web application archive
Action: Verify the URL, and if any I/O errors orrur
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
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
Cause: Could not remove an existing web application, attached to the
specified context path
Action: Verify the context path of the application
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not remove an existing web application, attached to the
specified context path
Action: Verify the context path of the application
Cause: Did not set catalina.home
Action: Verify that catalina.home was passed
Cause: Could not load application class
Action: Verify the class name
Cause: Could not locate the static main() method of the application
class
Action: Verify the access permission
Cause: Could not invoke main() method
Action: Verify the underlying method is inaccessible, and parameter
values
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not find MANIFEST from JAR file
Action: Verify the JAR file
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not create a new directory
Action: Verify if file is directory, and access permission
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Error during invoke the servlet application
Action: Trying to invoke the servlet application
Cause: Error in initializing the servlet application
Action: initialize the servlet interceptor
Cause: Could not rename log file
Action: Verify access permission and new file name
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not create directory
Action: Verify access permission
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not decode rest of chars
Action: Verify the current pattern
Cause: could not find closing bracket
Action: Verify if the parameter includes closing bracket
Cause: Could not decode characters
Action: Verify the pattern
Cause: Could not decode, since end of line reached
Action: Verify the String index
Cause: Could not decode, since x param in wrong format
Action: Verify the format of parameter
Cause: Could not decode, since x param has no closing bracket
Action: Verify the format of parameter
Cause: Could not decode value, since no x param type matched
Action: Verify the current field info
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not create new SAXParser
Action: Verify the parser configuration and if SAXParser is supported
Cause: Could not get XML Reader
Action: Verify if there are XML Readers can be instantiated
Cause: Rules could not remove data
Action: Verify if finish() is called after all parsing methods have
been called
Cause: Rules could not remove data
Action: Verify if finish() is called after all parsing methods have
been called
Cause: Could not fire body()
Action: Verify if the current rule has body
Cause: Could not fire body()
Action: Verify if the current rule has body
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Could not call end()
Action: Verify if this method is called when the end of a matching XML
element is encountered
Cause: Could not call end()
Action: Verify if this method is called when the end of a matching XML
element is encountered
Cause: Could not call begin()
Action: Verify if this method is called when the beginning of a
matching XML element is encountered
Cause: Could not call begin()
Action: Verify if this method is called when the beginning of a
matching XML element is encountered
Cause: Parsing error occurs
Action: Verify if there are any parsing errors occur
Cause: Parsing error occurs
Action: Verify if there are any parsing errors occur
Cause: Parsing error occurs
Action: Verify if there are any parsing errors occur
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: There is no document locator
Action: Verify if document locator has been set
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The pattern is either null or does not contain %
Action: Check the pattern for validity
Cause: An end delimiter ismissing in the access log pattern
Action: Check the pattern for validity
Cause: Access log pattern containds invalid component
Action: Check the pattern for validity
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The String does not contain a parsable integer
Action: Check the proxy port string
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Failed to load JK properties file
Action: Check if the properties file exists and is readable
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred during creating a new instance
Action: Check the exception for the error
Cause: Invalid proxy handler
Action: Check to see if the proxy handler is an instance of
com.sun.appserv.ProxyHandler
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Web container is null
Action: Check if the mapper listener is initialized correctly
Cause: Engine is null
Action: Check if the mapper listener is initialized correctly
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
AS-WEB-GLUE-00087 HTTP listener with network listener name
{0} ignoring registration of host with object name {1}, because none
of the host’s associated HTTP listeners matches this network listener
name ::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred during instantiation of ContainerListener
of type {0}
Action: Check the Exception for error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred during loading session uuid generator
Action: Check the Exception for the error
Cause: An exception occurred writing to access log file
Action: Check the exception for the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
AS-WEB-GLUE-00108
PersistenceStrategyBuilderFactory>>createPersistenceStrategyBuilder:
resolvedPersistenceType = {0}, resolvedPersistenceFrequency = {1}
resolvedPersistenceScope = {2} ::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred during configuration change
Action: Check the exception for error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
AS-WEB-GLUE-00127 IN WebContainer>>ConfigureSessionManager
after web level check AFTER_WEB_PERSISTENCE-TYPE IS = {0}
AFTER_WEB_PERSISTENCE_FREQUENCY IS = {1} AFTER_WEB_PERSISTENCE_SCOPE IS
= {2} ::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
AS-WEB-GLUE-00130 Invalid Session Management Configuration
for non-distributable app [{0}] - defaulting to memory:
persistence-type = [{1}] / persistenceFrequency = [{2}] /
persistenceScope = [{3}] ::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
AS-WEB-GLUE-00131 IN WebContainer>>ConfigureSessionManager
before builder factory FINAL_PERSISTENCE-TYPE IS = {0}
FINAL_PERSISTENCE_FREQUENCY IS = {1} FINAL_PERSISTENCE_SCOPE IS = {2}
::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The web module specified is either not found or disabled or
does not specify this virtual server, or there was an error loading
its deployment descriptors
Action: Verify if the virtual server’s default web module is valid
Cause: The default web module is disabled or does not specify virtual
server
Action: Verify if the default web module is enabled and specify
virtual server
Cause: The realm {1} could not be found
Action: Verify if the realm {1} exits for virtual server {0}
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The realm {0} is either NULL or is not an instance of {1}
Action: Verify if the realm {0} is an instance of {1}
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The listener is not an instance of ContainerListener or
LifecycleListener
Action: Verify if the listener type is supported
Cause: An exception occurred loading extension class
Action: Check the exception for the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: HttpCodecFilter is either NULL or empty
Action: Verify the NetworkListener is valid
Cause: An exception occurred adding HttpProbes
Action: Check the exception for the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred during access log valve reconfiguration
Action: Check the exception for error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The deployed application is not found
Action: Check if the application is valid
Cause: An IOException occurred during undeployment
Action: Check the exception for error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: GrizzlyProxy is NULL
Action: Verify the NetworkListener is valid
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred writing to access log file
Action: Check the exception for the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Web container may not have been started
Action: Verify if web container is started
Cause: Web container may have already been started
Action: Verify if web container is not already started
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Web module has failed to load
Action: Verify if web module is valid
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: There is no web context deployed on the given virtual server
that matches the given default context path
Action: Verify if the default context path is deployed on the virtual
server
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A malformed URL has occurred. Either no legal protocol could be
found in a specification string or the string could not be parsed
Action: Verify if the schemes and dtds
Cause: An error occurred during loading web module
Action: Check the Exception for the error
Cause: The context may not have been deployed
Action: Verify if the context is deployed on the virtual server
Cause: An error occurred during configuring http service
Action: Verify if the configurations are valid
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The host name is not unique
Action: Verify that the host name is unique
Cause: Network listener {0} referenced by virtual server {1} does
not exist
Action: Verify that the network listener is valid
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred precompiling JSP pages
Action: Check the exception for the error
Cause: An exception occurred during creating ObjectInputStream
Action: Check the Exception for error
Cause: An exception occurred during creating ObjectOutputStream
Action: Check the Exception for error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A matching method is not found
Action: Check the method name
Cause: An exception occurred during method execution
Action: Check the Exception for error
Cause: The valve is missing property name
Action: Check the property name
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A MalformedURLException occurred
Action: Check the extra-class-path component
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
AS-WEB-GLUE-00249 IN WebContainer>>ConfigureSessionManager
before builder factory FINAL_PERSISTENCE-TYPE IS = {0}
FINAL_PERSISTENCE_FREQUENCY IS = {1} FINAL_PERSISTENCE_SCOPE IS = {2}
::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
AS-WEB-GLUE-00253 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.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred during processing event type
Action: Check the exception for the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred during destroyManagedObject
Action: Check the exception for the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Some IO error occurred such as bad file permissions
Action: Verify the file descriptors
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: MalformedURLException reading entry from the archive.
Action: Verify the archive is not corrupt.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: URL for META-INF/services/faces-config.xml is invalid.
Action: Verify META-INF/services/faces-config.xml exists.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Transaction annotation processing for the Naming
Action: Fix the issue for the Naming exception
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
AS-WSCONNECTOR-00057 JAX-WS RI specific descriptor ({1})
is found in the archive {0} and \nhence Enterprise Web Service (109)
deployment is disabled for this archive to avoid duplication of
services. ::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Invalid port-component-name value in webservices.xml.
Action: Fix port-component-name element in webservices.xml.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: No class defined in deployment descriptor
Action: add implementation class definition to deployment descriptor
Cause: Component link in webservices.xml is invalid
Action: check port-component-name matches the name of service
implementation bean and check component link in webservices.xml
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Deployed module is not a web application nor ejb module.
Action: Make sure web service is implemented in EJB module or Web
Application.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Parsing for the default module configuration failed.
Action: Take appropriate action based on the exception stack trace in
the log message.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
NCLS-CFGAPI-00120 Failed to remove all configuration
elements related to your service form domain.xml. You can use
create-module-config --dryRun with your module name to see all relevant
configurations and try removing the config elements. ::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The modules directory ClassLoader could not be created due to
an I/O error.
Action: Take appropriate action based on the error stack trace
reported.
Cause: An I/O error occurred during configuration extension addition.
Action: Take appropriate action based on the error stack trace
reported.
Cause: An I/O error occurred.
Action: Take appropriate action based on the error stack trace
reported.
Cause: An error occurred.
Action: Take appropriate action based on the error details in the log.
Cause: The config bean class could not be loaded.
Action: Take appropriate action based on the error stack trace
reported.
Cause: Invalid annotated type.
Action: Take appropriate action based on the error message details in
the log.
Cause: Generic CRUD command invocation failure
Action: Take appropriate action based on the error message details in
the log.
Cause: Generic CRUD command invocation failure
Action: Take appropriate action based on the error message details in
the log.
Cause: Generic CRUD command invocation failure
Action: Provide a supported generic type.
Cause: Generic CRUD command invocation failure
Action: Provide a supported generic type.
Cause: Generic CRUD command invocation failure
Action: Take appropriate action based on the error message details in
the log.
Cause: Generic delete command invocation failure
Action: Take appropriate action based on the error message details in
the log.
Cause: An error occurred.
Action: Take appropriate action based on the error details in the log.
Cause: An error occurred.
Action: Take appropriate action based on the error details in the log.
Cause: An error occurred.
Action: Take appropriate action based on the error details in the log.
Cause: An error occurred.
Action: Take appropriate action based on the error details in the log.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Fix the CLASSPATH
Cause: As described in the message.
Action: Find the agent file.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The input supplied can not be encoded in the requested
encoding.
Action: Verify that the input is valid.
Cause: The input provided could not be read as an XML document.
Action: Verify that the document provided is a valid XML document.
Cause: An error occured while closing an InputStream.
Action: The error is not recoverable.
Cause: An invalid JSON string was provided and could not be read.
Action: Verify that the JSON string is valid and retry the request.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A runtime error occurred. Please see the log file for more
details
Action: See the log file for more details
Cause: The generator does not implement the DefaultsGenerator
interface
Action: Modify the generator to implement the DefaultsGenerator
interface
Cause: The RestModel property has specified an unsupported data type
Action: Modify the model to use one of the supported types
Cause: The value for the given property can not be converted to the
property’s type
Action: Check the input data
Cause: The system is unable to generate XML for the given object
Action: Check the logs for more details
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The system was unable to create the specified file.
Action: Verify that the filesystem is writable and has sufficient disk
space
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The system is unable to init ReST interface
Action: Check the logs for more details
Cause: See server log for details
Action: See server log for details.
Cause: see Exception message
Action: see Exception message
Cause: As described in the message.
Action: Delete the file manually.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Check the file system.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Check documentation.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The instance state file is missing and the system is trying
torecreated it but and exception was raised.
Action: Check the server logs and contact Oracle support
Cause: An attempt to add a new server to the instance state file
failed.
Action: Check the server logs and contact Oracle support
Cause: An attempt to add a failed command to the instance state file
failed.
Action: Check the server logs and contact Oracle support
Cause: An attempt to remove a failed command from the instance state
file failed.
Action: Check the server logs and contact Oracle support
Cause: An attempt to set the state of a server in the instance state
file failed.
Action: Check the server logs and contact Oracle support
Cause: An attempt to remove a server from the instance state file
failed.
Action: Check the server logs and contact Oracle support
Cause: An attempt to invoke a command on another server failed.
Action: Check that the server is configured to accept secure
connections.
Cause: An unexpected exception occurred.
Action: Check the server logs and contact Oracle support
Cause: For security reason, the server requires a valid admin password
before it can start.
Action: Set a password using the change-admin-password command.
Cause: While invoking a command on another server, this server is
unable to cache the meta data related to the command.
Action: Check the server logs and contact Oracle support
Cause: There is a error in the cluster or network configuration.
Action: Check the server logs and contact Oracle support
Cause: An unexpected exception occurred wihle searching for the
default admin user.
Action: Check the server logs and contact Oracle support
Cause: An error occured while reading the admin command model cache
file.
Action: Check the server logs and contact Oracle support
Cause: An error occured while writing the admin command model cache
file.
Action: Check the server logs and contact Oracle support
Cause: An error occured while calling registered listener.
Action: Check the server logs and contact Oracle support
Cause: Required information was not passed into method.
Action: File issue with all relevant information.
Cause: GMs module is being initialized more than once for the same
cluster.
Action: File issue with all relevant information.
Cause: No cluster was found with this name in the domain
configuration.
Action: Check that domain exists in domain.xml.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred.
Action: See server log for more details.
Cause: An unexpected exception occurred.
Action: See server log for more details.
Cause: An illegal argument was passed into the Shoal GMS
implementation.
Action: Check the server log file for more information from Shoal-GMS.
Cause: An unexpected exception occurred.
Action: Check the server log file for more information from Shoal-GMS.
Cause: An unexpected exception occurred.
Action: Check the server log file for more information from Shoal-GMS.
Cause: An unexpected exception occurred.
Action: Check the log file for more information from Shoal-GMS.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred.
Action: Check the log file for more information
Cause: An unexpected exception occurred.
Action: Check the log file for more information
Cause: The specified bind interface address is not an active local
address, so it cannot be used on this node.
Action: Check that you have specified the proper address. See server
log for more details from GMS subsystem.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred in the GMS implementation.
Action: Check the server log file for more information from Shoal-GMS.
Cause: An unexpected exception occurred in the GMS implementation.
Action: Check the server log file for more information from Shoal-GMS.
Cause: An unexpected exception occurred in the GMS implementation.
Action: Check the server log file for more information from Shoal-GMS.
Cause: An unexpected exception occurred in the GMS implementation.
Action: Check the server log file for more information from Shoal-GMS.
Cause: GMS implementation classes are not present. See
https://glassfish.dev.java.net/issues/show_bug.cgi?id=12850.
Action: Check that shoal-gms-impl.jar file is present.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: More than one call may have been made to remove this instance
from the cluster. This has no other effect on the health history
information.
Action: No action is necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: There may be more than one instance in the cluster with the
same name.
Action: Check that instance names are unique within the cluster.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A JMX validation thread has unexpectedly terminated due to an
exception.
Action: Check the server logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An attempt to resolve an attribute failed.
Action: Check the server logs and contact Oracle support.
Cause: While removing a child, the child was not found.
Action: Check the server logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The AMX configuration loader thread received an unexpected
exception.
Action: Check the server logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred while processing a URL.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred while processing a file.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while checking for the
existence of a file.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected failure occurred while creating the directory for
the file.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred.
Action: Check the system logs and contact Oracle support.
Cause: While invoking a main class, an invalid method was found.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The hostname can’t be resolved.
Action: Set the hostname correctly.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: No value was found for a property. This indicates a software
problem.
Action: Check the server logs and contact Oracle support.
Cause: A system property reference in domain.xml is invalid.
Action: Check the domain.xml file for an invalid system property
reference.
Cause: A system property reference in domain.xml is invalid.
Action: Check the domain.xml file for an invalid system property
reference.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: JMX Connector Server MBean could not be unregistered.
Action: Take appropriate action based on the exception message.
Cause: JMX Connector Server MBean instance not found.
Action: Take appropriate action based on the exception message.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Please refer to the stack trace
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Please refer to the stack trace
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Incorrect JDK version is used.
Action: Please use correct JDK version.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The service that implements the command could not be loaded.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while running a command.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: A request for a lock timed out while processing an admin
console request.
Action: Check the system logs and contact Oracle support.
Cause: InterruptedException occurred while the service thread is
running.
Action: Check the system logs and contact Oracle support.
Cause: An I/O error occurred while serving a resource request.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred while changing run levels. A
shutdown is required.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred while starting the startup
service. A shutdown is required.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred while starting the server. A
shutdown is required.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred while starting the server.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred while enabling an application.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while disabling an
application.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred during lifecycle processing.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected condition during lifecycle processing.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected condition during lifecycle processing.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred during lifecycle processing.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred during lifecycle processing.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected condition occurred during lifecycle processing.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected condition occurred during lifecycle processing.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected condition occurred while loading an application.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while deploying an
application.
Action: Check the system logs and contact Oracle support.
Cause: A URL syntax error occurred.
Action: Check the application for proper syntax.
Cause: The deployment command for an application failed as indicated
in the message.
Action: Check the application and redeploy.
Cause: An unexpected exception occurred while deploying an
application.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while loading an application.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Unable to retrieve an entry from the archive.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while processing an archive.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while processing an archive.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while closing an archive.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while loading a lifecycle
module.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occurred while starting the grizzly
service.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occurred while closing a port.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The container could not be started.
Action: Ensure the libraries for the container are available.
Cause: An exception occurred while attempting to start the container.
Action: Check the system logs and contact Oracle support.
Cause: An exception occurred while mapping a request to the container.
Action: Please resolve issues mentioned in the stack trace.
Cause: An exception occurred while adding the container configuration
to the domain.xml.
Action: Check the system logs and contact Oracle support.
Cause: An exception occurred while enabling or disabling the
autodeployment of applications.
Action: Check the system logs and contact Oracle support.
Cause: An exception occurred while sending an event.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occurred while stopping the server.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occured when cleaning the managed jobs
Action: Check the system logs and contact Oracle support.
Cause: A software error is causing an incorrect argument sequence.
Action: No action necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: While running the configure-managed-jobs command, a write
transaction to the ManagedJobConfig bean failed.
Action: Check the system logs and contact Oracle support.
Cause: While running the configure-managed-jobs command, access to the
ManagedJobConfig bean failed.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception occured when shutting down the server after an
upgrade.
Action: Check the system logs and contact Oracle support.
Cause: No port value is available in the NetworkListener config bean
Action: Check the system logs and contact Oracle support.
Cause: There is an invalid port value in the domain.xml file.
Action: Check the system logs and contact Oracle support.
Cause: There is an invalid address value in the domain.xml file.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occured.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occured.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occured.
Action: Check the system logs and contact Oracle support.
Cause: An unexpected exception occured.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An unexpected exception occured.
Action: Check the system logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception has occurred while reading the logging
configuration file.
Action: Take appropriate action based on the exception message.
Cause: There was an exception thrown while applying the logging
configuration changes.
Action: Take appropriate action based on the exception message.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: There was an exception thrown while executing log query.
Action: Take appropriate action based on the exception message.
Cause: There was an exception thrown while initializing the syslog
handler.
Action: Take appropriate action based on the exception message.
Cause: There was an exception thrown while sending a log message to
the syslog.
Action: Take appropriate action based on the exception message.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception was caught when the operation was attempted
Action: See the exception to determine how to fix the error
Cause: An exception was caught when the application was autodeployed.
Action: See the exception to determine how to fix the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception was caught when the application was autodeployed.
Action: See the exception to determine how to fix the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception was caught when the operation was attempted
Action: See the exception to determine how to fix the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: An exception was caught when the entry was expanded
Action: See the exception to determine how to fix the error
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
NCLS-DEPLOYMENT-00015 Specification-Version for the
optional package [ {0} ] in the jarfile [ {1} ] is not specified.
Please provide a valid specification version for this optional package
::
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The type of archive being created is not supported.
Action: Determine the type of archive requested to see whether another
type can be used.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: The application might specify that modules are to be processed
in the order they appear in the application and an app client module
appears before a module that creates an artifact to be included in app
clients.
Action: Make sure, if the application specifies initialize-in-order as
true, that the app clients appear after other modules which generated
artifacts that should be accessible to app clients.
Cause: The server is attempting to register an artifact to be included
in the generated client JAR but the artifact does not exist or cannot
be read
Action: This is an internal server error. Please file a bug report.
Cause: The server has created more than one artifact with the same
relative path to be included in the generated client JAR file
Action: This is an internal server error. Please file a bug report.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: (see underlying exception)
Action: (see underlying exception)
Cause: Possible syntax error in the ProbeProvider XML
Action: Check the syntax of ProbeProvider XML
Cause: Unknown Java type for the param
Action: Try giving a fully qualified name for the type
Cause: Unknown Java type for the param
Action: Try giving a fully qualified name for the type
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Invalid Probe Provider XML
Action: Check Probe Provider XML syntax
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Exception - see message
Action: Check probe syntax
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: This is caused if following are missing: \n1. JDK 7 is required
to run DTrace\n2. glassfish-dtrace.jar value-add is required for
DTrace
Action: Run with JDK 7 and glassfish-dtrace.jar
Cause: This is caused if: \n1. Operating System does not support
DTrace. Currently you must have Solaris 10 or higher for DTrace
support.
Action: Run with Solaris 10 or higher
Cause: This is caused if: \n1. Operating System does not support
DTrace. Currently you must have Solaris 10 or higher for DTrace
support.
Action: Run with Solaris 10 or higher
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Classpath is not properly set in the domain.xml or application
server process does not have read permissions on the directory that
holds the classes/jar.
Action: Check that the classpath attribute in the java-config includes
a reference to the jar/package directory for the class or you do not
have read permissions on the directory that holds the classes/jar.
Cause: Classpath is not properly set in the domain.xml or you do not
have read permissions on the directory that holds the classes/jar.
Action: Check that the classpath attribute in the java-config includes
a reference to the jar/package directory for the class or check that
the directory where the classes/jars reside have read permission for
the application server process
Cause: Please check the exception to get more details.
Action: Please check the exception to resolve the same.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Check the server logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Copying server config files.
Action: Check the server logs and contact Oracle support.
Cause: The XML file(s) may not be well formed.
Action: Make sure the XML file(s) are well formed.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Saving the keystore and/or truststore to the temporary
directory.
Action: Check if the user.home directory is writable.
Cause: Copying security files to instanceRoot/config.
Action: Check the server logs and contact Oracle support.
Cause: Upgrade security config files from a previous version.
Action: Check the server logs and contact Oracle support.
Cause: Upgrade security config files from a previous version.
Action: Please refer to the v3.1 Upgrade Guide for details.
Cause: Unknown realm type.
Action: Check server configuration
Cause: No realms available.
Action: Check the server logs and contact Oracle support.
Cause: No realms available.
Action: Check the server logs and contact Oracle support.
Cause: Private Credentials of Subject not available.
Action: Please check if the private credentials are available.
Cause: PasswordCredential was required, but not supplied.
Action: Please check if the password is provided.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Setting the system wide policy.
Action: Make sure there’s sufficient permission to set the policy.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Operation now allowed
Action: Check the server logs and contact Oracle support
Cause: Obtain the group names for a nonexistent user
Action: Make sure the user is valid
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: There was an exception obtaining the default security context.
Action: Check the server logs and contact Oracle support
Cause: There was an exception while authenticating the default caller
principal.
Action: Check the server logs and contact Oracle support.
Cause: An exception occurred while processing username and password
for security.
Action: An exception occurred while processing username and password
for security.
Cause: Running a privileged action
Action: Check the server logs and contact Oracle support
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Setting the SecurityContext in the current thread
Action: Check the server logs and contact Oracle support
Cause: There was an unexpected exception while setting the security
context.
Action: Check the server logs and contact Oracle support.
Cause: Changing the current SecurityContext.
Action: Check the server logs and contact Oracle support
Cause: null Subject used in SecurityContext construction.
Action: Make sure the Subject is not null
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Check the server logs and contact Oracle support.
Cause: Enable secure admin.
Action: Check your command usage.
Cause: Disable secure admin.
Action: Check your command usage.
Cause: Importing a name in IIOP.
Action: Check the server logs and contact Oracle support.
Cause: Creating an exported name in IIOP.
Action: Check the server logs and contact Oracle support.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: As described in the message.
Action: Resolve the situation described in the message, if necessary.
Cause: Certificate expired.
Action: Check the expiration date of the certificate.
Previous | Contents |