Skip to Main Content

APEX

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!

The requested URL /pls/apex/f was not found on this server. - out of blue

_AZ_Jan 6 2009 — edited Jan 12 2009
Hello,
i started receiving "The requested URL /pls/apex/f was not found on this server." error while trying to "run" the page. I can edit it and, if iexport/import it it works fine, until after i start making changes to all items switching from "item displayed as text basedo n lov, doesn't save state" to " save state". It doesn't seem to be some specific item...
Where can i see the log of what erectly is hapenning during the execution of this page ?
Thank you
Andrew
This post has been answered by 60437 on Jan 10 2009
Jump to Answer

Comments

BobLilly

The timeout and max retries are specified in the App Server configuration file. In this case I think it would be the ones under PSSUBHND_dflt, or possibly under PSPUBHND_dflt. However, these settings will have a global scope affecting all service operations so I wouldn't recommend changing them.

For outbound operations you can change the delivery mode in the routing from Guaranteed to Best Effort to eliminate the retries, but in this case the routing is Local so it isn't an option.

If you can recreate the problem in a non-production environment I would recommend enabling a PeopleCode trace to figure out why the operations are timing out. Depending on your tools version, there's also an app server setting described in the documentation under the SMTP Settings section called SMTPTimeToWaitForResult that may not be listed in the default app server config file. It says the default value for this setting is 10000 ms (10 seconds). You could try increasing it if you discover that the delay is on the mail server side, but 10 seconds is a long time and there could be a DNS or other network issue that needs to be addressed. You could also enable the SMTPTrace setting and see what it gives you (requires LogFence=5 as well).

Regards,

Bob

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 9 2009
Added on Jan 6 2009
6 comments
5,221 views