Skip to Main Content

Oracle Forms

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.

When try to run report: The requested URL was not found on this server.

Edward lzMar 28 2025 — edited Mar 28 2025

Hi All.

I can’t figure out why I get this error when I try to run reports:

Not Found

The requested URL was not found on this server.

The line to run the report is:

http://server-2022:7777/reports/rwservlet?destype=cache&desformat=HTML&report=Logon_user.jsp&userid=username/12345@oraserver

In the form itself, the report launch command is as follows:

WEB.SHOW_DOCUMENT ('http://server-2022:7777/reports/rwservlet?destype=cache&desformat=EnhancedSpreadsheet&report=ListNTR.jsp&userid='||us||'/'||pw||'@oraserver', '_blank');

All jsp-files of project copied to:

C:\oracle\Middle\reports\printers\

so ListNTR.jsp should be available

the url:

http://server-2022:9002/reports/rwservlet/showjobs

works too.

StartNodeManager, StartWeblogic, WLS_FORMS, WLS_REPORTS and OHS are running

If you go to this url it works:

http://server-2022:7777

Why might this error occur?

Comments
Post Details
Added on Mar 28 2025
7 comments
153 views