WebSphere Process Server messages     Operating Systems: All supported

SRVE

SRVE0011E: Illegal Argument Exception: Trying to write < 0 chars
Problem Attempting to output a buffer of size less than 0.
User response Only write buffers of size of 0 or greater.
SRVE0014E: Uncaught service() exception root cause {0}: {1}
Problem Uncaught exception thrown in servlet service method.
User response Varies by root cause.
SRVE0015E: Failure to initialize Web application {0}
Problem Could not initialize the web application specified in the message. Check the error log for more details.
User response Look in the error log to determine the root cause of this problem.
SRVE0016E: Illegal Argument Exception: Invalid header format
Problem Invalid format found for a request header.
User response Check client header creation.
SRVE0021I: Servlet unloaded: {0}
Problem The specified servlet has been unloaded after the destroy method has been called.
User response none.
SRVE0031E: Illegal Argument Exception: {0} is not a directory.
Problem The specified path is not a directory.
User response Make sure the directory exists or that you are requesting the right directory.
SRVE0035E: WebAppSecurityCollaborator
Problem WebAppSecurityCollaborator.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0041E: Illegal Argument Exception: Bootstrap file not found
Problem This is an internal system error and is probably caused by an earlier failure.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0042E: Illegal Argument Exception: Invalid content length
Problem This is an internal system error and is probably caused by an earlier failure.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0053E: Illegal Argument Exception: Invalid date format
Problem Invalid date format.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0055I: Servlet wait for destroy time-out has expired, destroy will be forced: {0}
Problem Servlet is being destroyed after wait has timed out.
User response none.
SRVE0056E: Illegal Argument Exception: Unsupported flag
Problem This is an internal system error and is probably caused by an earlier failure.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0058E: Did not realize destroy() exception thrown by servlet {0}: {1}
Problem Could not destroy specified servlet.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0060E: Unable to bind host name [{0}] to servletHost [{1}]
Problem Could not bind the specified host name to the specified servlet host.
User response Make sure the host name has been specified correctly and that the servlet host has been specified in virtualhosts.xml.
SRVE0061E: Illegal Argument Exception: Invalid directory specified: {0}
Problem The specified directory is invalid.
User response Check directory specification for errors.
SRVE0066I: Waiting for servlet to finish servicing requests: {0}
Problem Servlet is still handling the request. Waiting for request to complete before calling destroy.
User response none.
SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: {0}. Exception thrown : {1}
Problem Uncaught exception thrown in one of the service methods of the servlet.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0070E: Error initializing for next request
Problem Internal web container error.
User response Gather server logs and contact IBM service.
SRVE0080E: Invalid content length
Problem Internal server error.
User response Gather logs and contact IBM service.
SRVE0086E: Illegal Argument Exception: Missing resource bootstrap properties
Problem Internal server error.
User response Gather logs and contact IBM service.
SRVE0097I: Servlet unload initiated: {0}
Problem The specified servlet is being unloaded from service.
User response none.
SRVE0100E: Did not realize init() exception thrown by servlet {0}: {1}
Problem Could not initialize the specified servlet.
User response Make sure the servlet class file is available on the application classpath.
SRVE0103E: Illegal Argument Exception: ScriptName must be the first part of the URI
Problem This is an internal system error and is probably caused by an earlier failure.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0105E: An exception occurred in Session.releaseSession()
Problem Problem releasing a session.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0108E: Illegal Argument Exception: Missing flag value
Problem Missing flag value.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0109E: Illegal Argument Exception: Invalid ObjectPool instantiated.
Problem This is an internal system error and is probably caused by an earlier failure.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0115E: Error occurred while invoking error reporter {0}
Problem Problem invoking the specified error reporter.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0120E: IO Error {0}
Problem IO error encountered.
User response Varies depending on reported root cause.
SRVE0121E: Illegal Argument Exception: Trying to write < 0 bytes
Problem Attempting to output a buffer of size less than 0.
User response Only write buffers of size of 0 or greater.
SRVE0126E: Invalidation Exception: {0} was created
Problem This is an internal system error and is probably caused by an earlier failure.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0133E: An error occurred while parsing parameters. {0}
Problem Problem encountered parsing servlet parameters.
User response Check parameter definitions in the web.xml file.
SRVE0138E: postInvoke Security Exception
Problem Security problem encountered during request processing.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0139E: Exception in Security preInvoke {0}
Problem Security problem encountered during request processing.
User response Varies with root cause.
SRVE0140E: Could not instantiate the security collaborator {0}
Problem Internal server error.
User response Gather logs and contact IBM service.
SRVE0155E: Failed to load encoding.properties file {0}
Problem Could not load the specified file.
User response Be sure the specified file exists.
SRVE0156E: Failed to load converter.properties file {0}
Problem Could not load the specified file.
User response Be sure the specified file exists.
SRVE0157E: setBufferSize() called after first write to Output Stream/Writer
Problem An attempt was made to set the response buffer size after the response was already committed.
User response Remove the setBufferSize() call or move it to a position before the response commit.
SRVE0160E: Exception while rolling back UserTransaction: {0}
Problem Problem encountered rolling back the specified user transaction.
User response Examine the server logs in order to determine the root cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
SRVE0161I: IBM WebSphere Application Server - Web Container. Copyright IBM Corp. 1998-2006
Problem Application server identifier.
User response none.
SRVE0162I: Servlet Specification Level: 2.4
Problem The servlet specification level supported by the application server.
User response none.
SRVE0163I: Supported JSP Specification Level: 2.0
Problem The JSP specification level supported by the application server.
User response none.
SRVE0164E: Web Application {0} uses the context root {1}, which is already in use by Web Application {2}. Web Application {3} will not be loaded.
Problem Two web applications on the same virtual host share the same context root.
User response Either change the context root of one of the web applications or move one to a different virtual host.
SRVE0169I: Loading Web Module: {0}.
Problem WebModule is starting and being made available for service.
User response none.
SRVE0180I: [{0}] [{1}] [Servlet.LOG]: {2}
Problem Informational message {2} logged via ServletContext.log from application {0} with context root {1}.
User response none.
SRVE0181I: [{0}] [{1}] [Servlet.LOG]: {2}: {3}
Problem Informational message {2} logged via ServletContext.log from application {0} with context root {1} and stack trace {3}.
User response none.
SRVE0185E: An error has occurred while processing request:
Problem Exception that occurred when processing the request.
User response Review the message to determine the root cause of the problem.
SRVE0186E: Can't set buffer size after data has been written to stream
Problem Some data has already been written to the stream, and hence the buffer size can no longer be controlled
User response Either set the buffer size before writing data or reset the buffer before setting the size.
SRVE0187E: Check your classpath to ensure that all classes required by the servlet are present.
Problem A required class was not found
User response Make sure your classpath reflects all the classes you may be accessing
SRVE0188E: Class {0} does not implement servlet
Problem The class mentioned needs to implement javax.servlet.Servlet or extend one of javax.servlet.GenericServlet or javax.servlet.http.HttpServlet
User response =The class mentioned needs to implement javax.servlet.Servlet or extend one of javax.servlet.GenericServlet or javax.servlet.http.HttpServlet
SRVE0189E: Error occurred while finishing request
Problem This is an error that occurs when the request was being completed. This could have happened because of a communication error within the Application Server but should not have affect the processing of the request.
User response none.
SRVE0190E: File not found: {0}
Problem The mentioned file was not found.
User response Ensure that the mentioned file is in place.
SRVE0194E: Illegal from included servlet
Problem The attempted operation cannot be performed in an included servlet/JSP (Refer to the Servlet specification)
User response none.
SRVE0196E: Missing required initialization parameter: {0}
Problem The parameter with the mentioned name has no value. This is a required parameter.
User response Please supply a value to the mentioned parameter.
SRVE0199E: OutputStream already obtained
Problem Application requested a PrintWriter after the ServletResponse OutputStream had already been obtained.
User response Review application to determine if both PrintWriter and OuputStream were obtained.
SRVE0200E: Servlet [{0}]: Could not find required class - {1}
Problem Servlet could not find a required class needed to service the request.
User response none.
SRVE0201E: Servlet [{0}]: not a servlet class
Problem The class mentioned needs to implement javax.servlet.Servlet or extend one of javax.servlet.GenericServlet or javax.servlet.http.HttpServlet
User response The class mentioned needs to implement javax.servlet.Servlet or extend one of javax.servlet.GenericServlet or javax.servlet.http.HttpServlet
SRVE0202E: Servlet [{0}]: {1} was found, but is corrupt:
Problem The servlet class was found to be corrupted
User response Please re-compile the class and try again.
SRVE0203E: Servlet [{0}]: {1} was found, but is missing another required class.
Problem A required class was not found
User response Make sure all required classes are placed in the folders/Jars representing the classpath
SRVE0204E: The host {0} has not been defined
Problem The virtual host was not found
User response Please check the virtual host configuration in the virtualhosts.xml file, or through the admin console
SRVE0205E: The host {0} on port {1} has not been defined
Problem Unable to locate Virtual Host defined to handle this request URI.
User response none.
SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server.
Problem none.
User response Please recompile the servlet with all required components placed in the class path.
SRVE0207E: Uncaught initialization exception thrown by servlet
Problem The target threw an exception during initialization that was not caught by the user code.
User response Please account for the exception in target code.
SRVE0208E: Unsupported conversion
Problem The code tried to do an illegal conversion of a header value. eg., from int to Data, when such a conversion is not possible
User response none.
SRVE0209E: Writer already obtained
Problem The writer for this response has already been obtained. Please use the existing writer
User response Review application to determine if both PrintWriter and OuputStream were obtained.
SRVE0210I: This problem can be debugged by recompiling the servlet using only the classes in the application's runtime classpath
Problem none.
User response none.
SRVE0213E: class not found
Problem Internal exception.
User response Contact WebSphere Support for further assistance.
SRVE0214E: invalid count
Problem Internal exception.
User response Contact WebSphere Support for further assistance.
SRVE0215E: non-HTTP request or response
Problem The servlet chain that has been defined can only handle HTTP requests.
User response none.
SRVE0216E: post body contains less bytes than specified by content-length
Problem The incoming request may be corrupted.
User response none.
SRVE0217E: {0} is not a valid class
Problem This error occurred when the webcontainer tried to load an internal implementation class.
User response Check to make sure the original WAS classpath has not been modified.
SRVE0218E: Forbidden: Web Security Exception
Problem The request tried to access a forbidden resource.
User response Please make sure the requesting entity has the required privileges.
SRVE0219I: No Error to Report
Problem DefaultErrorReport was invoked but no error was found.
User response Review application to determine cause of problem.
SRVE0220I: Wrapped Error-
Problem Error that caused the problem.
User response none.
SRVE0221E: Serving contents of JSP files is not allowed.
Problem Cannot serve the contents of a JSP file
User response none.
SRVE0223I: StackTrace:
Problem none.
User response none.
SRVE0224I: Target Servlet:
Problem none.
User response none.
SRVE0225I: Root Error-
Problem none.
User response none.
SRVE0227I: 1. Check that the class resides in the proper package directory.
Problem Package name of resource does not match the compiled class file's package.
User response none.
SRVE0228I: 2. Check that the classname has been defined in the server using the proper case and fully qualified package.
Problem none.
User response none.
SRVE0229I: 3. Check that the class was transferred to the filesystem using a binary transfer mode.
Problem none.
User response none.
SRVE0230I: 4. Check that the class was compiled using the proper case (as defined in the class definition).
Problem none.
User response none.
SRVE0231E: 5. Check that the class file was not renamed after it was compiled.
Problem none
User response none
SRVE0233E: Error Report
Problem none
User response none
SRVE0234I: Application classpath=[{0}]
Problem none
User response none
SRVE0235E: [{0}] reported an error
Problem See reported error.
User response none.
SRVE0236E: Error occurred while invoking initialization collaborator on starting() call
Problem Check the FFDC logs for more details on the error
User response Check the FFDC logs for more details on the error
SRVE0237E: Error occurred while invoking initialization collaborator on started() call
Problem Check the FFDC logs for more details on the error
User response Check the FFDC logs for more details on the error
SRVE0238E: Resource paths should have a leading slash
Problem none.
User response Please supply a leading slash before the path and try again.
SRVE0239I: Extension Factory [{0}] was registered successfully.
Problem none.
User response none.
SRVE0240I: Extension Factory [{0}] has been associated with patterns [{1}].
Problem none.
User response none.
SRVE0241I: Using [{0}] as the server root in getTempDirectory().
Problem none.
User response none.
SRVE0242I: [{2}] [{1}] [{0}]: Initialization successful.
Problem The init() method of the target resource executed successfully and the target has been places into service.
User response none.
SRVE0243I: Reaper thread interval: [{0}] and inactive limit:[{1}] started.
Problem none.
User response none.
SRVE0244I: Reaper thread unloading servlet: [{0}].
Problem The reaper thread removes servlets that have been inactive for longer than the reaper inactive limit.
User response none.
SRVE0245I: Reaper thread removing mapping: [{0}] for servlet: [{0}].
Problem The reaper thread removes the mappings for jsps and other extensions that have been inactive longer the the reaper inactive limit.
User response none.
SRVE0246I: Reaper thread destroying servlet: [{0}].
Problem none.
User response none.
SRVE0247E: Error during reaper thread execution.
Problem Exception occurred in the reaper thread processing.
User response Reaper processing is just a form of garbage collection.
SRVE0248I: Requests are currently being processed. Waiting up to 60 seconds before forcing filter destroy.
Problem none.
User response none.
SRVE0249W: Application {0} has requested SyncToOSThread, but the server is not enabled for SyncToOSThread
Problem SyncToOSThread synchronizes the J2EE role identity to the OS thread, meaning that the OS thread identity is made equal to the J2EE role identity for the duration of the request. This message indicates that while an application has been configured to utilize SyncToOSThread functionality, the server it is installed into is not configured to support SyncToOSThread capabilities.
User response If SyncToOSThread capabilities are desired for the server in question, please refer to the InfoCenter for a description as to how to enable SyncToOSThread for a server.
SRVE0250I: Web Module {0} has been bound to {1}.
Problem The specified web module has been associated to the virtualhost mentioned, and can be accessed through any of the host/port combinations for that virtualhost.
User response none.
SRVE0251W: The threadpool configured under the webcontainer is not being used.
Problem There exists a ThreadPool configuration under the webcontainer. Any changes made to this configuration item will not result in changes in the system.
User response none.
SRVE0252W: Transports and Chains have been detected! The transports have been changed to use a new model. Please use the migration utilities to migrate the transports to the new model. The threadpool configuration under the webcontainer will not be used with these transports.
Problem Transports have been changed to use Channel Chains. Please refer to the Infocenter to review information on Channel Chains, and how to migrate the existing transports to be channel chain based. The thread pool configuration under the webcontainer will not be used to these transports.
User response Use the migration utilities to migrate your configuration model from the transports to the new channel chains.
SRVE0253I: [{2}] [{1}] [{0}]: Destroy successful.
Problem The destroy() method of the target resource executed successfully and the target has been removed from service.
User response none.
SRVE0254E: Failed to set request character encoding: [{0}].
Problem Invalid request encoding specified on the request..
User response Review logs to determine whether the specified encoding is a valid encoding.
SRVE0255E: A WebGroup/Virtual Host to handle {0} has not been defined.
Problem Could not find a web group (web module) or virtual host to handle the request.
User response Be sure the web group and virtual host is defined and deployed.
SRVE0256E: WebContainer has not been initialized.
Problem WebContainer is not initialized until an application has been installed.
User response none.
SRVE0257E: Filtering by asterisk is not allowed.
Problem Filtering by asterisk is not allowed because disabling serving all servlets by classname is handled by the com.ibm.ws.webcontainer.disallowserveservletsbyclassname custom property.
User response Set com.ibm.ws.webcontainer.disallowserveservletsbyclassname to true to block serving all classes by classname.
SRVE0258E: Servlet on the blocked list: {0}
Problem The requested servlet is on the block list provided by the custom property com.ibm.ws.webcontainer.donotservebyclassname.
User response none.
SRVE0261E: The annotation helper {0} has not been defined.
Problem The specified annotation helper has not been defined.
User response Check for the definition of the specified annotation helper and add it if necessary.
SRVE0262E: The annotation helper {0} is not of type com.ibm.wsspi.webcontainer.AnnotationHelper.
Problem The specified annotation helper is not of the expected type.
User response Check the annotation helper implementation class and fix it.
SRVE0263E: The annotation helper {0} cannot be instantiated.
Problem The specified annotation helper could not be instantiated.
User response Check the exception logs for the reason that the annotation helper could not be instantiated.
SRVE0264E: More than one @PostConstruct annotation found in the same class: {0}
Problem A class being put into service contains more than one method annotated with @PostConstruct in the same class.
User response Correct the class and restart the application.
SRVE0265E: More than one @PreDestroy annotation found in the same class: {0}
Problem A class being put into service contains more than one method annotated with @PreDestroy in the same class.
User response Correct the class and restart the application.
SRVE0266E: A method annotated with @PostConstruct must not take any parameters. Class: {0}, method: {1}
Problem A class being put into service contains a method annotated with @PostConstruct that takes one or more parameters.
User response Correct the class and restart the application.
SRVE0267E: A method annotated with @PreDestroy must not take any parameters. Class: {0}, method: {1}
Problem A class being put into service contains a method annotated with @PreDestroy that takes one or more parameters.
User response Correct the class and restart the application.
SRVE0268E: A method annotated with @PostConstruct must have a void return type. Class: {0}, method: {1}
Problem A class being put into service contains a method annotated with @PostConstruct that does not have a void return type.
User response Correct the class and restart the application.
SRVE0269E: A method annotated with @PreDestroy must have a void return type. Class: {0}, method: {1}
Problem A class being put into service contains a method annotated with @PreDestroy that does not have a void return type.
User response Correct the class and restart the application.
SRVE0270E: A method annotated with @PostConstruct must not throw an exception. The object will not be put into service. Class: {0}, method: {1}
Problem A class contains a method annotated with @PostConstruct that throws an exception.
User response Correct the class and restart the application.
SRVE0271E: A method annotated with @PreDestroy must not throw an exception. Class: {0}, method: {1}
Problem A class contains a method annotated with @PreDestroy that throws an exception.
User response Correct the class and restart the application.
SRVE0272E: A method annotated with @PostConstruct must be declared static. Class: {0}, method: {1}
Problem A class contains a method annotated with @PostConstruct that is declared static.
User response Correct the class and restart the application.
SRVE0273E: A method annotated with @PreDestroy must be declared static. Class: {0}, method: {1}
Problem A class contains a method annotated with @PreDestroy that is declared static.
User response Correct the class and restart the application.
SRVE0274E: Unable to set access on annotated method {0} in class {1} {2}
Problem The Java Security Manager is preventing an annotated method from being set as accessible.
User response Correct the method and restart the application or alter the Java Security Manager settings.
SRVE0275E: Servlet is unavailable due to invalid @PostConstruct method.
Problem The servlet is unavailable because a method annotated with @PostConstruct throws an exception.
User response Correct the servlet class and restart the application.
SRVE0276E: Filter is unavailable due to invalid @PostConstruct method.
Problem The filter is unavailable because a method annotated with @PostConstruct throws an exception.
User response Correct the filter class and restart the application.
Reference topic    

Terms of Use | Feedback

Last updated: Jun 13, 2009 1:00:35 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.webcontainer.resources.Messages.html

© Copyright IBM Corporation 2006, 2009. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)