100-101 : Information Status Codes.
200-206 : Successful Status Codes.
300-307 : Redirection.
400-416 : Client Error Status Codes.
500-505 : Server Error Status Codes.
403 : You get page 403 when you are not authorized to access the page . It is a security error
404 : when the resources are not available.
EX: If your web servers are down
(or)
----> means file not found here generate and propagate plugin-cfg.xml file once
500 : when your JVM is down (or) AppServerlogs.
----> means internal server error (code error in .er file or connection error) mostly you find this in webserver logs (access logs or error logs) or in jvm logs or http-plugin.
1xx : Informational ( Request received Continuing process)
2xx : Success (requested by Client received , Understood , accessed , processed successfully)
3xx : Redirection ( Client must take addition action to complete request)
4xx : Client Error ( Request resource could not be found)
5xx : Server Error ( Server failed to fulfill an valid request)
WAS INSTALLATION ERROR CODES :
105 : Unexpected termination of Configuration.
120 : Manager Configuration fail.
121 : DB2 Content manager configuration record failed.
140 : Content manager records enable Application Server fail to deploy WAS.
134 : WebSphere enterprise application installation error.
0 comments:
Post a Comment