The HTTP1.0 catalog contains messages in the range
BEA101000 - BEA109999. Messages in this catalog are part of the
weblogic.servlet
Internationalization package and the weblogic.i18n Localization package.
|
BEA-101000
|
Info: [context] Using classpath: classpath
|
Description
| The Web application servlet context with context path context was initialized by using classpath classpath. |
|
Cause
| Web application was initialized. |
|
Action
| This message is for debugging purpose only. Make sure the classpath is correct. |
|
|
BEA-101001
|
Info: [context] ServletServlet: Registering: classname as: name
|
Description
| weblogic.servlet.ServletServlet registered Servlet: classname with a servlet stub name in the Web application: context. |
|
Cause
| ServletServlet registered the servlet class and created a servlet stub for it. |
|
Action
| Debug message only. |
|
|
BEA-101002
|
Error: [context] Could not deserialize the context attribute.
|
Description
| The classloader changed for the Web application but failed to deserialized the attributes using the new classloader. |
|
Cause
| The classloader changed. When this happens, the old attributes will be deserialized using the new classloader. |
|
Action
| Make sure the attribute class is available to the Web application scope and is serializable. |
|
|
BEA-101003
|
Alert: [context] method called with a null doc root.
|
Description
| Fatal error: the doc root was not set for Web application: context. |
|
Cause
| The Web application was not initialized correctly. |
|
Action
| Check the log file for error messages for this Web application. |
|
|
BEA-101004
|
Error: [context] method called with null path.
|
Description
| The VirtualPath passed to the getRealPath was null. |
|
Cause
| Message not in use. |
|
Action
| Message not in use. |
|
|
BEA-101005
|
Error: [context] method called with unsafe path: "path".
|
Description
| The method method was called with an unsafe path, which points to a resource outside the Web application scope for context: context. |
|
Cause
| The virtual path that was passed in points to a resource outside the Web application scope. |
|
Action
| Check the virtual path being passed to the method and rectify the problem accordingly. |
|
|
BEA-101006
|
Info: [context] name looking for resource s.
|
Description
| getResource() method for the Web application: context was invoked for the resource: s. |
|
Cause
| This is a debug message indicating that getResource is being invoked. |
|
Action
| Make sure the resource name is correct. |
|
|
BEA-101007
|
Info: [context] name looking for stream s.
|
Description
| getResourceAsStream() method for the Web app: context was invoked for the resource: s. |
|
Cause
| This is a debug message indicating that getResourceAsStream is being invoked. |
|
Action
| Make sure the resource name is correct. |
|
|
BEA-101008
|
Error: [context] Cannot get InputStream of resource "s".
|
Description
| getResourceAsStream() method failed to get an InputSteam for the resource: s. |
|
Cause
| getResourceAsStream() method failed to get an InputSteam for the resource. |
|
Action
| Make sure the resource exists. |
|
|
BEA-101009
|
Debug: [context] Initialized context: "name" with verbose "verbose", reloadCheckSecs: "secs", and CLASSPATH: "classpath"
|
Description
| The Web app with contextPath: context was just initialized. |
|
Cause
| This is an init debug message for the Web application. |
|
Action
| This is a debug message only. |
|
|
BEA-101010
|
Debug: [context] Registering: "classname" as: "name", with args: "args"
|
Description
| [context] Registering: "classname" as: "name", with args: "args" |
|
Cause
| Debug message |
|
Action
| Debug message |
|
|
BEA-101011
|
Debug: [context] Registering: "classname" as: "name", with initString: "args"
|
Description
| [context] Registering: "classname" as: "name", with initString: "args" |
|
Cause
| Debug message |
|
Action
| Debug message |
|
|
BEA-101012
|
Debug: [context] Could not find servlet for path: "url".
|
Description
| The webapp: context did not find the servlet registered with the path: url. |
|
Cause
| Servlet was not registered. |
|
Action
| Please register the missing servlet. |
|
|
BEA-101013
|
Debug: [context] Found servlet for path: "url"
|
Description
| [context] Found servlet for path: "url" |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101014
|
Debug: [context] Removing ServletStub: "name"
|
Description
| [context] Unregistering ServletStub: "name" |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101015
|
Debug: [context] Invoking servlet
|
Description
| [context] Invoking servlet |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101016
|
Error: [context] MAX post size size exceeded.
|
Description
| The Content-Length for the incoming POST exceeded the configured MaxPostSize for the Web server: size. |
|
Cause
| This parameter is used to prevent Denial of Service attacks. |
|
Action
| Please re-adjust the MaxPostSize parameter, if the incoming post request needs to be served. |
|
|
BEA-101017
|
Error: [context] Root cause of ServletException.
|
Description
| [context] Root cause of ServletException, which the Web application container caught while servicing the request. |
|
Cause
| The Web application container caught an unexpected exception. |
|
Action
| Check the exception for the exact error message. |
|
|
BEA-101018
|
Error: [context] Servlet failed with ServletException
|
Description
| [context] Servlet failed with ServletException |
|
Cause
| An unexpected error occurred. |
|
Action
| Check the exception for exact error message. |
|
|
BEA-101019
|
Error: [context] Servlet failed with IOException
|
Description
| [context] Servlet failed with IOException |
|
Cause
| An unexpected IOException was caught while processing request. |
|
Action
| Check the exception for exact error message. |
|
|
BEA-101020
|
Error: [context] Servlet failed with Exception
|
Description
| [context] Servlet failed with Exception |
|
Cause
| An unexpected error occurred. |
|
Action
| Check the exception for exact error message. |
|
|
BEA-101021
|
Alert: Request URI for "context0" context did not start with context path "path1".
|
Description
| Request URI for "context0" context did not start with context path "path1". |
|
Cause
| Since the webapp context received the request, the URI was expected to start with the context path. However, that is not the case. |
|
Action
| This should never happen. Check the log file for more error messages. |
|
|
BEA-101022
|
Debug: [context] Treating servlet mappings of extensions as lower case
|
Description
| [context] Treating servlet mappings of extensions as lower case |
|
Cause
| Message not in use |
|
Action
| Message not in use |
|
|
BEA-101023
|
Debug: [context] Lowering extension "ext"
|
Description
| [context] Lowering extension "ext" |
|
Cause
| Message not in use |
|
Action
| Message not in use |
|
|
BEA-101024
|
Critical: [context] Unsupported error status code for error-page in web.xml.
|
Description
| [context] Unsupported error-code for error-page in web.xml. |
|
Cause
| The format was invalid. |
|
Action
| Check the web.xml and fix the error-page error-code. |
|
|
BEA-101025
|
Alert: [context] Document root is null.
|
Description
| Doc root not set for the Web application : context. |
|
Cause
| This should never happen. The initialization failed. |
|
Action
| Check the log file for error messages during the Web app initialization phase. |
|
|
BEA-101026
|
Debug: [context] Document root: "path" does not exist as an absolute path. Trying it as a path relative to the per-server directory.
|
Description
| [context] Document root: "path" does not exist as an absolute path,. Tying it as a path relative to the per-server directory. |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101027
|
Alert: [context] Document root: "path" does not exist.
|
Description
| [context] Document root: "path" does not exist. |
|
Cause
| Unexpected error message |
|
Action
| Check if the directory exists. |
|
|
BEA-101028
|
Alert: [context] Document root: "path" is not a directory.
|
Description
| [context] Document root: "path" is not a directory. |
|
Cause
| Message not in use |
|
Action
| Message not in use |
|
|
BEA-101029
|
Error: [context] cannot make temp directory "path". Will not be able to compile JSPs.
|
Description
| Failed to create the temp directory with path: path for webapp: context. |
|
Cause
| Temp directory creation failed. |
|
Action
| Check the write permissions. |
|
|
BEA-101030
|
Error: [context] Document root: "path" does not resolve to a canonical name.
|
Description
| [context] Document root: "path" does not resolve to a canonical name. |
|
Cause
| Message not in use |
|
Action
| Message not in use |
|
|
BEA-101031
|
Debug: [context] extracting class files to: path.
|
Description
| [context] extracting class files to: path. |
|
Cause
| Debug Message. The container extacts the class files from WEB-INF/classes in a seperate JAR file when the Web application has been deployed as a WAR. |
|
Action
| Debug Message |
|
|
BEA-101032
|
Debug: [context] extracted class files successfully.
|
Description
| [context] extracted class files successfully. |
|
Cause
| Debug Message. |
|
Action
| Debug Message. |
|
|
BEA-101033
|
Error: [context] failed to extract class files.
|
Description
| [context] failed to extract class files. |
|
Cause
| The container extracts the class files from WEB-INF/classes into a seperate JAR file when the Web application has been deployed as a WAR file. |
|
Action
| Check the write permissions on disk and also check the exception for the exact error message. |
|
|
BEA-101034
|
Error: [context] failure extracting WAR classes.
|
Description
| [context] Failed to extact the class files in a separate JAR for the WAR. |
|
Cause
| The container extracts the class files from WEB-INF/classes in a separate JAR file when the Web application has been deployed as a WAR. |
|
Action
| Check the write permissions on the disk. Also check the exception for the exact error message. |
|
|
BEA-101035
|
Debug: [context] Check access passed for uri.
|
Description
| [context] Authorization check passed for uri. |
|
Cause
| Debug message |
|
Action
| Debug message |
|
|
BEA-101036
|
Debug: [context] Received an authenticated user from session: user.
|
Description
| The http session contains the user: user for the Web application: context. |
|
Cause
| Debug message |
|
Action
| Debug message |
|
|
BEA-101037
|
Debug: [context] No previous user object is found in session. New authentication of user.
|
Description
| [context] No previous user object is found in session. New authentication of user. |
|
Cause
| It seems the user has not signed in yet or the previous session got invalidated. |
|
Action
| Debug message |
|
|
BEA-101038
|
Debug: [context] Authenticated new user: user
|
Description
| [context] Authenticated new user: user, who just logged on. |
|
Cause
| A new user has signed on. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101039
|
Debug: [context] User: user has permission to execute acl.
|
Description
| [context] User: user has permission to execute acl. |
|
Cause
| Logging debug information for the logged in user. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101040
|
Error: [context] Error occurred while trying to set "httpdreload".
|
Description
| [context] Error occurred while trying to set "httpdreload". |
|
Cause
| NumberFormatException occurred while parsing the value assigned to the reloadCheckSecs parameter in web.xml. |
|
Action
| Make sure you have typed in the value correctly. |
|
|
BEA-101041
|
Debug: [context] Comparing BUILD_VERSION(s):\n JSP: jspVersion\n WLS: wlsVersion
|
Description
| [context] Comparing BUILD_VERSION(s):\n JSP: jspVersion\n WLS: wlsVersion |
|
Cause
| This is a debug message to log the fact that JSP recompilation is forced after every release. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101042
|
Info: [context] class looking for source src
|
Description
| [context] class looking for source src |
|
Cause
| logging getResourceAsSource() for debug purpose. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101043
|
Alert: [context] getResource is called when document root is not set.
|
Description
| [context] getResource is called when document root is not set. |
|
Cause
| ResourceFinder was null |
|
Action
| Contact WebLogic Server support if you are receiving this message. Please provide a copy of the webapp that caused the problem, and the necessary steps to reproduce the issue. |
|
|
BEA-101044
|
Info: [context] Cannot find resource: "src" in document root: "root".
|
Description
| [context] Cannot find resource: "src" in document root: "root". |
|
Cause
| The requested resource in getResourceAsSource() was not found. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101045
|
Error: [context] s
|
Description
| [context] s |
|
Cause
| This is a general purpose error message. |
|
Action
| Check the message for the exact cause and take proper action. |
|
|
BEA-101046
|
Error: [context] s
|
Description
| [context] s |
|
Cause
| This is a general purpose error message. |
|
Action
| Check the exception for exact cause and take proper action. |
|
|
BEA-101047
|
Info: [Context] s
|
Description
| [Context] s |
|
Cause
| This is a general purpose info message for debug purpose only. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101048
|
Error: Specify a secure port in the properties. Using default ports 7001/7002.
|
Description
| Specify a secure port in the properties. Using ports 7001/7002. See release notes for more information. |
|
Cause
| The secure port was not specified. |
|
Action
| Check the docs on how to specify a secure port using the Admin Console. |
|
|
BEA-101049
|
Error: Expected content length: len bytes, but received read bytes
|
Description
| Expected content length: len bytes but received read bytes |
|
Cause
| Content length mismatch. |
|
Action
| Make sure the application is setting the content length properly. |
|
|
BEA-101050
|
Error: [context] Cannot register servlet name, because default servlet context is not defined.
|
Description
| [context] Cannot register servlet name, because default servlet context is not defined. |
|
Cause
| There is no default Web application, so this servlet cannot be registered. |
|
Action
| You can set a given webapp as a default webapp by setting the context-root="" in weblogic.xml or application.xml for an EAR. |
|
|
BEA-101051
|
Info: [context] started
|
Description
| [context] started and is ready to receive http requests. |
|
Cause
| This is an information message indicating that the Web server has been started. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101052
|
Info: [context] Initialized
|
Description
| [context] Initialized |
|
Cause
| This is an information message indicating that the Web server has been initialized. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101053
|
Info: [logContext] Loading web app: name
|
Description
| [logContext] Loading web app: name |
|
Cause
| The Web application is being deployed. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101054
|
Info: [context] ctxname is the default Web application for name.
|
Description
| [context] ctxname is the default Web application for name. |
|
Cause
| The given Web application is being registered as a default Web application. |
|
Action
| Debug message only. No action necessary. |
|
|
BEA-101055
|
Error: [context] Could not load Web application name.
|
Description
| [context] Could not load Web application name. |
|
Cause
| Failed to deploy the Web application. |
|
Action
| Check the exception for the exact error message. |
|
|
BEA-101056
|
Info: [context] name has no parent context.
|
Description
| [context] name has no parent context. |
|
Cause
| Context not found with the given name. |
|
Action
| Debug message only. No action required. |
|
|
BEA-101057
|
Info: [context] defaul is the parent context for name.
|
Description
| [context] defaul is the parent context for name. |
|
Cause
| Found the context with the given name successfully. |
|
Action
| Debug message only. No action required. |
|
|
BEA-101058
|
Info: [context] Loading name from defaults
|
Description
| [context] Loading name from defaults |
|
Cause
| Loading context using default settings. |
|
Action
| Debug message only. No action required. |
|
|
BEA-101059
|
Info: [context] Loading name from WAR file: war
|
Description
| [context] Loading name from WAR file: war |
|
Cause
| Deploying the Web application using the WAR file. |
|
Action
| Debug message only. No action required. |
|
|
BEA-101060
|
Info: [context] Loading "name" from directory: "dir"
|
Description
| [context] Loading "name" from directory: "dir" |
|
Cause
| Deploying the Web application using exploded directory structure. |
|
Action
| Debug message only. No action required. |
|
|
BEA-101061
|
Error: [context] Could not find Web application "src".
|
Description
| [context] Could not find Web application "src". |
|
Cause
| Unable to load the descriptor for the Web application with the name given. |
|
Action
| Check the error message for details and check if the Web application has been configured properly. |
|
|
BEA-101062
|
Error: [context] Error reading Web application "src".
|
Description
| [context] Error reading Web application "src". |
|
Cause
| IOException occurred while reading the descriptors for the Web application. |
|
Action
| Check if the web.xml and weblogic.xml descriptors exist in the right place. |
|
|
BEA-101063
|
Error: [ctx] Error parsing descriptor in Web appplication "src".
|
Description
| [ctx] Error parsing descriptor in Web appplication "src". |
|
Cause
| Unexpected error occurred while reading the descriptors for the Web application. |
|
Action
| Check if the web.xml and weblogic.xml descriptors exist in the right place. |
|
|
BEA-101064
|
Error: [ctx] Error parsing descriptor in Web appplication "src"
|
Description
| [ctx] Error parsing descriptor in Web appplication "src" |
|
Cause
| Unexpected error while reading the descriptors for the webapp |
|
Action
| Please check if the web.xml/weblogic.xml exist in the right place |
|
|
BEA-101065
|
Error: [ctx] Failed to obtain local host name
|
Description
| [ctx] Failed to obtain local host name |
|
Cause
| Unable to resolve the local host into a valid host name. |
|
Action
| Check your configuration. |
|
|
BEA-101066
|
Error: [ctx] Cannot initialize http URL resources. Could not get JNDI context: err.
|
Description
| You will not be able to invoke the configured JNDI resources using HTTP tunneling. |
|
Cause
| The JNDI context was not found, so the URL Contexts could not be registered. |
|
Action
| Check if JNDI was properly configured. |
|
|
BEA-101067
|
Error: [ctx] Disregarding null URL resource value for property jndiName
|
Description
| [ctx] Disregarding null URL resource value for property jndiName |
|
Cause
| The URL for the JNDI resource specified in URLResource was null. |
|
Action
| Correct your configuration (WebServerMBean). The URLs cannot be null. |
|
|
BEA-101068
|
Error: [ctx] Could not parse URL resource value url.
|
Description
| [ctx] Could not parse URL resource value url. |
|
Cause
| The URL for the JNDI resource specified in URL Resource was malformed. |
|
Action
| Correct your configuration (WebServerMBean). Specify a valid URL. |
|
|
BEA-101069
|
Error: [ctx] Could not bind URL url to JNDI name jndi error message: err.
|
Description
| [ctx] Could not bind URL url to JNDI name jndi error message: err. |
|
Cause
| Failed to bind the URL with the JNDI name. |
|
Action
| Correct your configuration (WebServerMBean). |
|
|
BEA-101070
|
Info: [ctx] Bound URL resource "url" to JNDI name "jndi".
|
Description
| [ctx] Bound URL resource "url" to JNDI name "jndi". |
|
Cause
| This is an information message only. |
|
Action
| No action required. |
|
|
BEA-101071
|
Error: [ctx] HTTP log file does not use version 1.0 of Extended Log File format.
|
Description
| [ctx] HTTP log file does not use version 1.0 of Extended Log File format. |
|
Cause
| Message not in use. |
|
Action
| Message not in use. |
|
|
BEA-101072
|
Error: [ctx] Exception reading headers of HTTP log file
|
Description
| [ctx] Exception reading headers of HTTP log file |
|
Cause
| Message not in use. |
|
Action
| Message not in use. |
|
|
BEA-101073
|
Error: [ctx] HTTP log file is not in Extended Log Format
|
Description
| [ctx] HTTP log file is not in Extended Log Format |
|
Cause
| Message not in use. |
|
Action
| Message not in use. |
|
|
BEA-101074
|
Error: [ctx] Exception closing HTTP log file
|
Description
| [ctx] Exception closing HTTP log file |
|
Cause
| Message not in use. |
|
Action
| Message not in use. |
|
|
BEA-101075
|
Info: [ctx] HttpServer is shuttingdown.
|
Description
| [ctx] HttpServer is shuttingdown. |
|
Cause
| The webserver is shutting down. |
|
Action
| Debug message. No action required. |
|
|
BEA-101076
|
Info: [ctx] Destroying servlets in default servlet context.
|
Description
| [ctx] Destroying servlets in default servlet context. |
|
Cause
| Destroying servlets in the default Web application upon Web server shutdown. |
|
Action
| Debug message. No action required. |
|
|
BEA-101077
|
Info: [ctx] Created log stream fName.
|
Description
| [ctx] Created log stream fName. |
|
Cause
| Debug message. |
|
Action
| No action required. |
|
|
BEA-101078
|
Info: [ctx] Created double buffered log stream fName.
|
Description
| [ctx] Created double buffered log stream fName. |
|
Cause
| Debug message. |
|
Action
| No Action required. |
|
|
BEA-101079
|
Error: [ctx] Exception occurred while opening HTTP log file: logfile.
|
Description
| [ctx] Exception occurred while opening HTTP log file: logfile. |
|
Cause
| The log file could not be opened. |
|
Action
| Check the exception for details. |
|
|
BEA-101080
|
Error: [ctx] Exception occurred while flushing HTTP log file.
|
Description
| [ctx] Exception occurred while flushing HTTP log file. |
|
Cause
| The flush failed. |
|
Action
| Check the exception for the exact cause. |
|
|
BEA-101081
|
Error: [ctx] Event Parameter Exception:
|
Description
| [ctx] Event Parameter Exception: |
|
Cause
| Message not in use. |
|
Action
| Message not in use. |
|
|
BEA-101082
|
Error: [ctx] Event Generation Exception:
|
Description
| [ctx] Event Generation Exception: |
|
Cause
| Message not in use. |
|
Action
| Message not in use. |
|
|
BEA-101083
|
Error: Connection failure.
|
Description
| The HttpRequest failed to execute. |
|
Cause
| Failed while writing data into the stream. |
|
Action
| Check the exception for exact cause. |
|
|
BEA-101084
|
Info: First line: line
|
Description
| First line of the HTTP request containing: method + uri + protocol |
|
Cause
| This is an information message. |
|
Action
| No action required. |
|
|
BEA-101085
|
Info: host: host
|
Description
| host: host |
|
Cause
| Debug message - host header |
|
Action
| No action required. |
|
|
BEA-101086
|
Info: No host in HTTP header. Dispatching to default HTTP server.
|
Description
| No host in HTTP header. dispatching to default HTTP server. |
|
Cause
| Host header missing. |
|
Action
| Make sure the requests are accompanied with a host header in order for Virtual Hosting to work. Also, proper HTTP redirects must have a host header. |
|
|
BEA-101087
|
Info: host is not a virtual host. Dispatching to default HTTP server.
|
Description
| host is not a virtual host. Dispatching to default HTTP server. |
|
Cause
| The host header is missing from the HTTP request. |
|
Action
| Make sure the requests are accompanied with a host header in order for Virtual Hosting to work. Also, proper HTTP redirects must have a host header. |
|
|
BEA-101088
|
Info: Dispatching request to host.
|
Description
| Dispatching request to host. |
|
Cause
| Dispatching the request to the Web server (Virtual Host) defined by the host header. |
|
Action
| Check the configuration. |
|
|
BEA-101089
|
Warning: Unable to resolve the request "line" on server to any deployed Web application.
|
Description
| Unable to resolve the request "line" on server to any deployed Web application. |
|
Cause
| The Web application is either not deployed or the request was not formed correctly. |
|
Action
| Check if the Web application was deployed. |
|
|
BEA-101090
|
Debug: Bad first line: line
|
Description
| Bad first line: line |
|
Cause
| Request was malformed. |
|
Action
| Check the HTTP request. |
|
|
BEA-101091
|
Error: HTTP/1.1 without Host request-header.
|
Description
| HTTP/1.1 without Host request-header. The HOST header is mandatory in HTTP1.1. |
|
Cause
| Host header is mandatory in HTTP 1.1. |
|
Action
| Make sure all the clients send the host header with the request. |
|
|
BEA-101092
|
Info: POST without Content-Length.
|
Description
| POST without Content-Length. Content length header is mandatory if the post is not chunk transfer encoded. |
|
Cause
| Post came without a content-length. |
|
Action
| Make sure either the content length is present or the post is chunk transfer encoded. |
|
|
BEA-101093
|
Error: Problem occurred while dispatching servlet request.
|
Description
| Problem occurred while dispatching servlet request. |
|
Cause
| The request could not be dispatched into the execute queue. |
|
Action
| The request could be malformed. Check the exception for the exact cause. |
|
|
BEA-101094
|
Error: Malformed HTTP header, no 1st line - localCount: count localBuf: dump, dump description
|
Description
| This is a malformed request. |
|
Cause
| The header was found to be in an invalid format. |
|
Action
| Check the HTTP 1.0/1.1 specs for the correct format. |
|
|
BEA-101095
|
Error: POST time exceeded the configured MaxPostTimeSecs of time.
|
Description
| POST time exceeded the configured MaxPostTimeSecs of time. |
|
Cause
| The parameter makes sure that a malacious user does not send slow POSTs to cause a denial of service attack. |
|
Action
| If you think the time was too short, try increasing the value of MaxPostTimeSecs using the Admin Console. |
|
|
BEA-101096
|
Error: POST size exceeded the MaxPostSize=size.
|
Description
| POST size exceeded the MaxPostSize=size. |
|
Cause
| The parameter makes sure that a malacious user does not send huge POSTs to cause a denial of service attack. |
|
Action
| If you think the post size is unreasonable, try increasing MaxPostSize using the Admin Console. |
|
|
BEA-101097
|
Debug: Registering ServletContext: "name"
|
Description
| Registering ServletContext: "name" |
|
Cause
| Debug message |
|
Action
| No action required. |
|
|
BEA-101098
|
Warning: Cannot resolve request for URI: "uri".
|
Description
| Cannot resolve request for URI: "uri". |
|
Cause
| The request could not resolve to any Web application deployed in the server. |
|
Action
| Make sure the Web application was deployed and is activated to server requests. |
|
|
BEA-101099
|
Debug: Found context: "name" for URI: "uri"
|
Description
| Found context: "name" for URI: "uri" |
|
Cause
| Debug message |
|
Action
| Needs no action |
|
|
BEA-101100
|
Error: [ctx] Got bad cookie header: header from User-Agent: agent
|
Description
| [ctx] Got bad cookie header: header from User-Agent: agent |
|
Cause
| Cookie was malformed. |
|
Action
| Refer to the cookie specs for the correct format: http://www.ietf.org/rfc/rfc2965.txt (Oct 2000; Obsoletes: 2109) http://www.ietf.org/rfc/rfc2109.txt (Feb 1997) http://www.ietf.org/rfc/rfc2616.txt (Jun 1999; Obsoletes: 2068) http://www.ietf.org/rfc/rfc2068.txt (Jan 1997) |
|
|
BEA-101101
|
Error: [ctx] Unable to create new session.
|
Description
| [ctx] Unable to create new session. |
|
Cause
| A new session could not be created. |
|
Action
| Make sure the persistent store has been properly configured. |
|
|
BEA-101102
|
Debug: [ctx] ServletRequestImpl: s
|
Description
| [ctx] ServletRequestImpl: s |
|
Cause
| Debug message. |
|
Action
| No action required. |
|
|
BEA-101103
|
Error: [ctx] ServletRequestImpl: s
|
Description
| [ctx] ServletRequestImpl: s |
|
Cause
| This is an unexpected error message. |
|
Action
| Check the exception for the exact cause. |
|
|
BEA-101104
|
Error: Servlet execution in servlet context "ctx0" failed, t1.
|
Description
| Servlet execution in servlet context "ctx0" failed, t1. |
|
Cause
| Unexpected error occurred while serving the request. This is not a simple client connection reset error. |
|
Action
| Check the error message for the exact cause. |
|
|
BEA-101105
|
Error: [ctx] error-page location: "location" for the error-code: "code" does not exist. Serving the default error page.
|
Description
| [ctx] error-page location: "location" for the error-code: "code" does not exist. Serving the default error page. |
|
Cause
| The error-page you configured in web.xml does not exist. A configuration error has occurred. |
|
Action
| Correct the web.xml descriptor, or make the resource available. |
|
|
BEA-101106
|
Error: [ctx] Could not serve custom error page: "loc" for the error code: "code"
|
Description
| [ctx] Could not serve custom error page: "loc" for the error code: "code" |
|
Cause
| The error-page you configured in web.xml does not exist. A configuration error has occurred. |
|
Action
| Correct the web.xml descriptor, or make the resource available. |
|
|
BEA-101107
|
Error: [ctx] Problem occurred while serving the error page.
|
Description
| [ctx] Problem occurred while serving the error page. |
|
Cause
| The error-page you configured in web.xml could not be served. |
|
Action
| Check your configuration in web.xml. |
|
|
BEA-101108
|
Error: [ctx] Unsupported encoding: "encoding" specified. Using the default encoding.
|
Description
| [ctx] Unsupported encoding: "encoding" specified. Using the default encoding. |
|
Cause
| The encoding specified is not supported by the underlying VM. |
|
Action
| Make sure that the encoding sepcified is valid, or install the additional encoding classes. |
|
|
BEA-101109
|
Error: [ctx] Location: " loc" for the exception: "err" does not exist. Serving the default error page.
|
Description
| [ctx] Location: " loc" for the exception: "err" does not exist. Serving the default error page. |
|
Cause
| The exception location you specified in web.xml was not found. |
|
Action
| Correct web.xml or make the resource available. |
|
|
BEA-101110
|
Error: [ctx] Problem occurred while serving the exception page.
|
Description
| [ctx] Problem occurred while serving the exception page. |
|
Cause
| Could not serve the exception page you specified for the exception type. |
|
Action
| Check your configuration. |
|
|
BEA-101111
|
Debug: [ctx] ServlerResponseImpl: s
|
Description
| [ctx] ServlerResponseImpl: s |
|
Cause
| This is a debug message. |
|
Action
| No action required. |
|
|
BEA-101112
|
Debug: [ctx] Got expected AddToMapException e . Note this is not an error.
|
Description
| [ctx] Got expected AddToMapException e. Note this is not an error. |
|
Cause
| This is a debug message only. |
|
Action
| This exception is used an expected behaviour and used in constructive sense by the container. Please ignore. |
|
|
BEA-101113
|
Error: [ctx] Error instantiating servlet "name" in the Single Thread Model.
|
Description
| [ctx] Error instantiating servlet "name" in the Single Thread Model. |
|
Cause
| Failed to get a pooled instance. |
|
Action
| Please report this problem to BEA support. |
|
|
BEA-101114
|
Info: [ctx] ServletStubImpl.isAvailable
|
Description
| [ctx] ServletStubImpl.isAvailable |
|
Cause
| This is a debug message. |
|
Action
| No action required. |
|
|
BEA-101115
|
Info: [ctx] name=name
|
Description
| [ctx] name=name |
|
Cause
| This is a debug message. |
|
Action
| No action required. |
|
|
BEA-101116
|
Info: Web application: ctx is currently unavailable. Message:s.
|
Description
| Web application: ctx is currently unavailable. Message:s. |
|
Cause
| The Web application is currently unavailable. |
|
Action
| Check if the Web application has been deactivated intentionally. |
|
|
BEA-101117
|
Debug: [ctx] theServlet=servlet
|
Description
| [ctx] theServlet=servlet |
|
Cause
| This is a debug message. |
|
Action
| No action required. |
|
|
BEA-101118
|
Debug: [ctx] isSingleThreadModel=single
|
Description
| [ctx] isSingleThreadModel=single |
|
Cause
| This is a debug message. |
|
Action
| No action required. |
|
|
BEA-101119
|
Info: [ctx] servletPool=pool
|
Description
| [ctx] servletPool=pool |
|
Cause
| This is a debug message. |
|
Action
| No action required. |
|
|
BEA-101120
|
Info: [ctx] available=avail
|
Description
| [ctx] available=avail |
|
Cause
| This is a debug message. |
|
Action
| No action required. |
|
|
BEA-101121
|
Info: [ctx] ServletStubImpl.prepareServlet
|
Description
| [ctx] ServletStubImpl.prepareServlet |
|
Cause
| Creating servlet instances and initializing them. |
|
Action
| Debug message. No action required. |
|
|
BEA-101122
|
Info: [ctx] Servlet: "name" is permanently unavailable.
|
Description
| [ctx] Servlet: "name" is permanently unavailable. |
|
Cause
| The Web application is not available currently. |
|
Action
| Check to see if the Web application has been deactivated. Check if redeployment is in progress. |
|
|
BEA-101123
|
Info: [ctx] Servlet: "name" will be unavailable for the next: "time" seconds.
|
Description
| [ctx] Servlet: "name" will be unavailable for the next: "time" seconds. |
|
Cause
| The servlet has been marked as unavailable. |
|
Action
| Make the request again after the specified time. |
|
|
BEA-101124
|
Error: [ctx] Error loading servlet: "name"
|
Description
| [ctx] Error loading servlet: "name" |
|
Cause
| Failed to load the servlet. |
|
Action
| Check if the servlet has been configured properly in web.xml. Also, check the exception for the exact cause. |
|
|
BEA-101125
|
Error: [ctx] Error occurred while instantiating servlet: "name".
|
Description
| [ctx] Error occurred while instantiating servlet: "name". |
|
Cause
| Failed to instantiate the servlet. |
|
Action
| Check if the servlet has been configured properly in web.xml. Also, check the exception for the exact cause. |
|
|
BEA-101126
|
Error: [ctx] Error casting servlet: "name" to javax.servlet.Servlet
|
Description
| [ctx] Error casting servlet: "name" |
|
Cause
| The servlet class that has been cofigured does not implement javax.servlet.Servlet. |
|
Action
| Fix the definition of the class. |
|
|
BEA-101127
|
Warning: HTTP services are disabled.
|
Description
| HTTP services are disabled. |
|
Cause
| HTTP services have been disabled temporarily. |
|
Action
| HTTP request will not be served. Contact your system administrator. |
|
|
BEA-101128
|
Info: Initializing HTTP services.
|
Description
| Initializing HTTP services. |
|
Cause
| This is an information only message. |
|
Action
| Make sure the resources are available now. |
|
|
BEA-101129
|
Info: Initializing the Web application container.
|
Description
| Initializing the Web application container. |
|
Cause
| This is an informational message. |
|
Action
| This is an informational message. |
|
|
BEA-101130
|
Info: Creating default Web server named: name.
|
Description
| Creating default Web server named: name. |
|
Cause
| This is an informational message. |
|
Action
| This is an informational message. |
|
|
BEA-101131
|
Error: The Web application container has not been initialized. Cannot register servlet name.
|
Description
| The Web application container has not been initialized. Cannot register servlet name. |
|
Cause
| The servlet registration was attempted before the Web application container was initialized. |
|
Action
| Please report this to BEA support. |
|
|
BEA-101132
|
Error: J2EEService not initialized. Cannot register servlet name.
|
Description
| J2EEService not initialized. Cannot register servlet name. |
|
Cause
| The servlet registration was attempted before the J2EE container was initialized. |
|
Action
| Please report this problem to BEA support. |
|
|
BEA-101133
|
Info: Initializing Web server name.
|
Description
| Initializing Web server name. |
|
Cause
| The Web server was just initialized. |
|
Action
| No action required. |
|
|
BEA-101134
|
Info: Registering host: name
|
Description
| Registering host: name |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101135
|
Info: name is the default Web server.
|
Description
| name is the default Web server. |
|
Cause
| Logging the default Web server name. |
|
Action
| Informational message only for debug purpose. No action required. |
|
|
BEA-101136
|
Info: Registering virtual host: name.
|
Description
| Registering virtual host: name. |
|
Cause
| Virtual Host (non-default Web server) has been registered. |
|
Action
| Informational message only for debug purposes. No action required. |
|
|
BEA-101137
|
Info: Registered Servlet:servletName ClassName:className
|
Description
| Registered Servlet:servletName ClassName:className |
|
Cause
| Servlet has been registered. |
|
Action
| Informational message only for debug purposes. No action required. |
|
|
BEA-101138
|
Warning: ctx One of the getParameter family of methods called after reading from the ServletInputStream. Not merging post parameters.
|
Description
| ctx One of the getParameter family of methods called after reading from the ServletInputStream. Not merging post parameters. |
|
Cause
| If the servlet reads the data from the input stream directly, then the request data will not be available for the getParameter family of methods. |
|
Action
| If your code relies on post parameters being avaliable through the getParameter method, please fix your code. |
|
|
BEA-101139
|
Info: Loading servlet name into ctx context.
|
Description
| Loading servlet name into ctx context. |
|
Cause
| Loading the servlet on startup, as it was marked as load-on-startup in web.xml. |
|
Action
| This is an informational message for debug purposes only. No action required. |
|
|
BEA-101140
|
Error: Error occurred while creating servlet servletName (class: className, initArgs: initArgs) for Web application webapp.
|
Description
| Error occurred while creating servlet servletName (class: className, initArgs: initArgs) for Web application webapp. |
|
Cause
| Failed to initialize the servlet instance. |
|
Action
| Please check your configuration and the exception for the exact error message. |
|
|
BEA-101141
|
Error: Error creating Web app runtime for webapp: t.
|
Description
| Error creating Web app runtime for webapp: t. |
|
Cause
| The Web application runtime MBean that is used for monitoring could not be created. |
|
Action
| Please report this problem to BEA support. |
|
|
BEA-101142
|
Error: Error unregistering servlet runtime runtime.
|
Description
| Error unregistering servlet runtime runtime. |
|
Cause
| The servlet runtime MBean that is used for monitoring could not be destroyed. |
|
Action
| Please report this problem to BEA support. |
|
|
BEA-101143
|
Error: Error occurred while unregistering Web application component runtime runtime.
|
Description
| Error occurred while unregistering Web application component runtime runtime. |
|
Cause
| The Web application runtime MBean that is used for monitoring could not be destroyed. |
|
Action
| Please report this problem to BEA support. |
|
|
BEA-101144
|
Warning: You must declare virtual host names for virtHost.
|
Description
| You must declare virtual host names for virtHost - which is a manadatory element. |
|
Cause
| VirtualHost is a manadatory parameter as the Web server resolution is based on the host name. |
|
Action
| Correct the configuration using the Admin Console. |
|
|
BEA-101145
|
Info: Generating a default Web application named name.
|
Description
| Generating a default Web application named name. |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101146
|
Debug: Registering default ServletContext: "name"
|
Description
| Registering default ServletContext: "name" |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101147
|
Debug: svr Found no context for "url". This request does not match the context path for any installed Web applications, and there is no default Web application configured.
|
Description
| svr Found no context for "url". This request does not match the context path for any installed Web applications, and there is no default Web application configured. |
|
Cause
| The request did not find a matching Web application deployed in the Web server. |
|
Action
| Make sure the Web application has been deployed. |
|
|
BEA-101148
|
Debug: Resolving URI: Searching for uri in ctx.
|
Description
| Resolving URI: Searching for uri in ctx. |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101149
|
Debug: ctx: Relative URI for uri is relUri.
|
Description
| ctx: Relative URI for uri is relUri. |
|
Cause
| Relative URI is relative to the current servlet context. |
|
Action
| Information message only. |
|
|
BEA-101150
|
Debug: ctx: URI for uri redirected to relUri.
|
Description
| ctx: URI for uri redirected to relUri. |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101151
|
Debug: ctx: uri resolved to the default servlet (stub).
|
Description
| ctx: uri resolved to the default servlet (stub). |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101152
|
Debug: ctx: uri resolved to the servlet (stub).
|
Description
| ctx: uri resolved to the servlet (stub). |
|
Cause
| Debug Message |
|
Action
| Debug Message |
|
|
BEA-101153
|
Debug: Socket connection was reset by peer.
|
Description
| Socket connection was reset by peer. The client abnormally terminated the connection. |
|
Cause
| The connection was abnormaly terminated by the client before the server could flush the complete response. |
|
Action
| Informational message only. The server tries to squelch these socket reset exceptions if possible, because socket exception is a very common occurrence. |
|
|
BEA-101154
|
Error: Got an error while resolving entity "id". Check your DTD reference.
|
Description
| Got an error while resolving entity "id". Check your DTD reference. |
|
Cause
| Descriptor validation failed. |
|
Action
| Check the DTD and make sure the descriptors comply with that. Check the exception message for more details. |
|
|
BEA-101155
| |