Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ADF Deployment weblogic issue : Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol

Prince-PranayMay 3 2017 — edited May 9 2017

Hi All,

i have deployed by sample ADF application (JDEV Version used JDEV 11.1.1.7) in weblogic server (10.1.3).

Able to deploy application successfully and also default url has been generated , please look into below screenshot

pastedImage_0.png

When i directly click on this default URL link , i got an error

|

Error 403--Forbidden

|

|

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.4 403 Forbidden

|

Later after going through some forums , i came to know that i need to add information in my url , so added /faces/CascdedLovPG.jspx

http://azoelerp01.kpit.com:7403/CascadedLOVApp-ViewController-context-root/faces/CascdedLovPG.jspx

even after doing so i get below error

|

Error 404--Not Found

|

|

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.5 404 Not Found

The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

|

Can you guys please help me out

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2017
Added on May 3 2017
11 comments
2,875 views