Saturday 28 March 2015

Weblogic application error "The server has not found anything matching the Request-URI"

When  I tried to access one of my application which is deployed on weblogic.
Everything working fine network connection and speed as well. Application access without any kind of error.

But day after tomorrow when I tried to access that application unable to access, I started to check basic requirement to access that application. No issue found everything working fine except that application, even I deleted cache and cookies of browser and finally restarted my computer. But still no solution. It gives me continuosly same error which is:

"
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."

 Image of error that is captured below:

To resolve this issue I contact my  team members related to that application, DB admiin replied only they have reset password of DB account. Not sure that was changed on weblogic console's connection pool configuration or not. After reseting DB user accounts password I make activate changes on weblogic console.

Then I tried to access that application, It worked !!!!
There are so many reason related to this error, But I have posted here the solution that worked for me.
If you are facing some related issue hope will resolve your issue as well.