0% found this document useful (0 votes)
274 views4 pages

Weblogic Administration - HTTP Error Codes

The document discusses HTTP error codes commonly encountered when making requests to web servers. It provides descriptions for error codes in the 400 and 500 ranges, which indicate client-side issues (400 codes) or server-side issues (500 codes). Some key error codes and descriptions include: - 404 Not Found - The requested page was not found on the server, often because it was removed or renamed - 500 Internal Error - Usually caused by a problem processing a form due to an issue with the script - 503 Service Unavailable - The server may be overloaded, down, or experiencing other problems The document provides brief explanations of other common codes like 400 Bad Request, 401 Unauthorized, 403 Forbidden, and 502 Bad Gateway.

Uploaded by

Irfan Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
274 views4 pages

Weblogic Administration - HTTP Error Codes

The document discusses HTTP error codes commonly encountered when making requests to web servers. It provides descriptions for error codes in the 400 and 500 ranges, which indicate client-side issues (400 codes) or server-side issues (500 codes). Some key error codes and descriptions include: - 404 Not Found - The requested page was not found on the server, often because it was removed or renamed - 500 Internal Error - Usually caused by a problem processing a form due to an issue with the script - 503 Service Unavailable - The server may be overloaded, down, or experiencing other problems The document provides brief explanations of other common codes like 400 Bad Request, 401 Unauthorized, 403 Forbidden, and 502 Bad Gateway.

Uploaded by

Irfan Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

8/8/15 Weblogic Administration: HTTP Error codes

0 More Next Blog» Create Blog Sign In

Weblogic Administration
Basics knowledge on Weblogic Server & Administration

PAGES MONDAY, APRIL 11


Home
Weblogic Administaration Interview
HTTP Error codes
Questions
Weblogic Commands used
Exception Names in WLS
Weblogic Topics
Basically, the error codes in the 400 and 500 range are the codes that are most common to the end user:
Architecture
The 400 codes are intended for cases in which the client (Mosaic, Netscape, etc) seems to have caused some sort of
weblogic Introduction problem when asking the server for a html document.
WLS Installation Steps The 500 codes are intended for instances when the Server software (NCSA HTTPD, Netsite, etc.) running on the site
WLS Silent Mode Installation that you are contacting is having a problem sending you the html document.
WlS Domain Creation 2
WLS ~ Apache Configration
Bad request 400:
Creating JDBC Connection Pool/JDBC
Data Source This is a fairly common error and basically means that the requested document could not be sent because of syntax
Java DataBase Connectivity error in the URL (site address).
Weblogic Server SSL Configuration
WLS SSL Configration
Unauthorized 401:
Differnce between WLS 8, 9 ,10
This is one of the most common error messages and usually means that the Server is expecting some sort of
Difference between Webserver and
encryption id from the browser (Mosaic, Netscape, etc) and when it does not recieve it, the server issues an error
Application server
message.
Diff B/W Devlopment - Production
Difference B/W .out and .log
PATH - CLASSPATH Forbidden 403:
Differnce between Queue and Topic The document you are requesting is "forbidden" meaning that you do not have read privlidges or are not allowed to have
Unicast - Multicast the page sent to you.
Reset WLS username and password
Deployment Staging Modes
Console Deployment
Not found 404:
This is the most common and is similar to the 400 error. Basically this means that the document you have requested no
Command line deployment
longer exsists or that the URL (site address) is incorrect.
JVM
MyError Codes
Session Replication Internal Error 500:
Load Balancing in Weblogic Server The server was unable to send the html document to you due to an internal (server software) error.
Thread Dump
Node Manager
BMC Remedy Not implemented 501:
Oracle WebLogic Server - This error occurs when for example, you have pressed the submit button on a form. The server replys with this error
Startup/Shutdown message because it dosen't support the feature that you have requested. This is not a real common error, but typically
Weblogic Monitiring CMD occurs when new features or forms are implemented.

WEBLOGIC ADMINSTRATION
Service temporarily overloaded 502:
▼ 2011 (72) The server cannot process the request due to a high load (whether HTTP servicing or other requests from users).
► March (1) Basically, this is the "if at first you don't suceed..." error. The solution is to try back later at a time when net load or server
▼ April (39) traffic is lower. Gateway
Introduction
OVERVIEW OF WEBLOGIC
ADMINISTRATION timeout 503:
This error is caused by the connection timing out, either due to server problems, net problems or client problems.
Weblogic
Basically, the request for information stops because the pathway to the web server has been closed.
Application is facing issue while
fetching data fr...
Roles of a weblogic administrator
400 – Bad Request – You probably typed in a URL wrong, the server has no clue what you’re looking for, or you aren’t
Domain Creation in 10.3 allowed to have access. Usually, it’s a matter of the URL being typing in wrong. Maybe you mixed upper and lowercase

narayanasetti.blogspot.in/2011/04/http-error-codes.html 1/4
8/8/15 Weblogic Administration: HTTP Error codes
Introduction to WebLogic letters or something.
WebLogic Server 8.1
Administration 401 – Unauthorized Request – you tried to get to something on the web server you’re not allowed to play with. In other
OVERVIEW OF WEBLOGIC words, you ain’t on the party list.
ADMINISTRATION
RESET ADMIN USERNAME AND
PASSW0RD 403 – Forbidden – You can’t access the page. You may not have access (it may require a password), or it may be
weblogic Introduction blocked from your domain.
Weblogic Issues Troubleshooting
Thread Dump will be printed to the
servers standar...
404 – Not Found – The page you were trying to look at was not found on the server. This is probably the most common
error you’ll come across. What has probably happened is that the web page you were going to has been removed or re-
Creating JDBC Connection
Pool/JDBC Data Source named.

SSL Configuration on WebLogic


Server 9.2 on solari...
500 – Internal error – Usually caused by a CGI error. You fill out a form, but the script used to process it is not working
How do I increase WebLogic
Server memory? properly.
503 – Service Unavailable – The server may be overloaded, down, or have other similar problems. Try later.
Introduction to WebLogic:
Silent mode installation :
Create a new user if existing
Code Title Description
credentials got corr...
Basic Unix Commands
100 Continue

HTTP Error codes 101 Switching Protocols

linux-weblogic-10-3-3-installation 200 OK The request was successful

linux-weblogic-10-3-3-domain- 201 Created The request was successful and a new resource was created
configuration
202 Accepted The request was accepted for processing, but the processing is not yet complete
Weblogic Boot Properties
Non-Authoritative
203
weblogic-cluster-configuration Information
Application Server Configuration 204 No Content The server has processed the request but there is no new information to be returned
Weblogic Machine Configuration 205 Reset Content
Weblogic JDBC 206 Partial Content
Apache 300 Multiple Choices The requested resource is available at one or more locations
install-apache-on-linux
The requested resource has been assigned a new URL and any further references
301 Moved Permanently
install-apache-on-windows should use this new URL
Weblogic 10 - what to know The requested resource resides at a different location, but will return to this location in the
302 Moved Temporarily
Oracle WebLogic Installation Steps future
Domain , Administration & 303 See Other
Managed Server, Cluster ...
The requested resource has not been modified since the date specified in the If-
Create Domain in Oracle
304 Not Modified
Modified_Since header
WebLogic
305 Use Proxy
Oracle WebLogic Server -
Startup/Shutdown The server could not properly interpret the request. Normally means that either address
400 Bad Request
Deploy Application on Oracle hasn’t been entered correctly or the page no longer exists.
WebLogic Server The site being accessed is protected and you either entered the incorrect password or
401 Unauthorised
Console deployment the host does not want users coming from your domain to enter.
JDBC (Java DataBase Connectivity 402 Payment Required
) in Oracle WebLo...
You are not permitted to access this document. It is either password-protected or the
403 Forbidden
► May (5) host does not want your domain to enter.
► June (11) The host server can’t find the HTML document at the URL you’ve entered. Either you
► July (4) 404 Not Found have mistyped the URL, the document no longer exists, or you’ve been given the wrong
URL.
► August (5)
► October (3)
405 Method Not Allowed

► November (4)
406 Not Acceptable
Proxy
► 2012 (8)
407 Authentication
► 2014 (286) Required
► 2015 (4)
408 Request Time-Out
409 Conflict
410 Gone
411 Length Required
412 Precondition Failed

narayanasetti.blogspot.in/2011/04/http-error-codes.html 2/4
8/8/15 Weblogic Administration: HTTP Error codes

413 Request Entity Too


Large
Request-URL Too
414
Large
Unsupported Media
415
Type
Internal Server
500 The server could not satisfy the request due to an internal error condition.
Error
501 Not Implemented
The server received an invalid response from the server from which it was trying to
502 Bad Gateway
retrieve information.
503 Out of Resources
504 Gateway Time-Out
HTTP Version not
505
supported
The form you’re trying to access is not supported by your browser or there is an error in
Bad File Request
the form.
Cannot Add Form Occurs when you’ve submitted a search request and then try to save the result as a
Submission Result bookmark. Even though it may look like a valid address, the resulting page does not have
to Bookmark List a URL that can be reused so it can’t be added to your bookmark list.
Connection You’re not permitted to access this document either because it’s password-protected or
Refused by Host the host doesn’t permit your domain to enter.
The URL you requested could not be translated into a valid Internet address by the
Failed DNS Lookup domain name system. This is either a result of a mistake in the system or you could have
mistakenly entered an incorrect URL
File Contains no
The site you accessed doesn’t contain any Web pages on it.
Data
Helper Application
You’re trying to load a file of a type that your browser doesn’t recognise
not Found

Host Unavailable The server computer that hosts this site could not be reached. The server may be offline
or down for maintenance

The server you’re trying to reach is not connected, or you have lost your own connection.
Host Unknown
You may have also entered the URL incorrectly.
Network
Connection was Some servers have limits on the number of people or request they can handle at a time. If
Refused by the you get this message, the server is probably too busy to handle one more user.
Server
This error occurs when you are trying to log on to a Usenet newsgroup. An NNTP server
NNTP Server Error is part of your Internet service provider’s software, so if this error occurs the software
may be malfunctioning or the newsgroup does not exist.
When connecting to an FTP site, can signify that you cannot upload to the site, download
Permission Denied
a certain file, or access a certain directory.
Too Many
Connections - Try The limit to the number of people who can use the site at one time has been exceeded.
Again Later
To avoid slow uploading and downloading rates, site administrators set a maximum
Too Many Users
number of users that can access the site at one time. Your request is one too many.
Unable to Locate
The server is either down for maintenance or you may have lost your connection.
Host
Unable to Locate The server indicated in the URL you typed or clicked from either no longer exists or was
the Server entered incorrectly.
Viewer not Found Your browser doesn’t recognise files of this type.
You Can’t Log on
as an Anonymous You must have a valid username and password to log onto this FTP site.
User

No comments:

Post a Comment

narayanasetti.blogspot.in/2011/04/http-error-codes.html 3/4
8/8/15 Weblogic Administration: HTTP Error codes

Enter your comment...

Comment as: Google Account

Publish Preview

Newer Post Home Older Post

Subscribe to: Post Comments (Atom)

Krishna Narayanasetti. Picture Window template. Template images by sandsun. Powered by Blogger.

narayanasetti.blogspot.in/2011/04/http-error-codes.html 4/4

You might also like