Skip to Main Content

Java Programming

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!

java.io.FileNotFoundException: Response: '404: Not Found' for url:

acayci-OracleFeb 3 2011 — edited Feb 3 2011
Hello,

I am in the processing porting a J2EE based application deployed originally in OC4J to WLS. I am not changing anything as far as J2EE/Web configuration files such as web.xml. Whenever I hit the URL of the application, I am getting the below exception.

What does usually "java.io.FileNotFoundException: Response: '404: Not Found' for url...." indicate?

If you could please give me some pointers to narrow down the places to look, I would appreciate it.

Thanks,
Mustafa

java.io.FileNotFoundException: Response: '404: Not Found' for url: 'http://cayc
001geo1:7001/IUS_Editor/mapservlet'
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnectionjava:487)
at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConection.java:37)
at oracle.lbs.mapclient.MapViewer.getXMLResponse(MapViewer.java:6013)
at oracle.lbs.mapclient.MapViewer.getDataSources(MapViewer.java:629)
at gov.census.geo.maftiger.interactiveupdate.navigation.mapservlet.ISGegraphyController.getMapviewerDS(ISGeographyController.java:730)
at gov.census.geo.maftiger.interactiveupdate.navigation.mapservlet.ISGegraphyController.doPost(ISGeographyController.java:161)
at gov.census.geo.maftiger.interactiveupdate.navigation.mapservlet.ISGegraphyController.doGet(ISGeographyController.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.ru(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurtyHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.ja
a:300)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.ja
a:184)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 3 2011
Added on Feb 3 2011
1 comment
2,640 views