Skip to Main Content

Integration

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!

Reference to undefined variable Error

2726430Aug 5 2014 — edited Aug 8 2014

Hi!

I'm using iPlanet Web Server.

When I access a web page. I get this error in the errors logs:

failure (13515): for host 10.138.1.154 trying to GET /, handle-processed reports: HTTP2298: Error interpolating parameters for send-error (Reference to undefined variable $docroot)

My docroot is defined in obj.conf file:

<Object name="default">

Error fn=send-error code=500 path=$docroot/common/error/404.html

NameTrans fn="document-root" root="/mypath/subdir/subdir"

</Object>

What's wrong? Please help. Thanks

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 Sep 5 2014
Added on Aug 5 2014
1 comment
1,877 views