Web Cache Error

We are occassionally getting the following error in various scenarios -- in development or just browsing the site:
"Oracle Web Cache Network Error"
Oracle Web Cache encountered a network error when communicating with the application web server.
We have Web Cache installed on the same server as the portal application, but an Oracle consultant who was in a few weeks ago said we had more than enough capacity. Any ideas? We're on Oracle Portal Version: 3.0.9.8.2 and

The error you are seeing is usually the result of a slow response from your origin server, although it could be something else. If you provide
a snippet of your Web Cache event log (verbose), I'll be able to assist you better.
For now, let's assume it is due to a slow origin server response. On a cache miss, if the Web Cache doesn't receive a response
from the origin server within a given time interval, it will close the connection with the origin server and respond to the browser with
a network apology page. This is the page you are seeing. There are ways to correct this.
First of all, you should modify the network apology page in order to customize it for your application or web site. The file is located in the $ORACLE_HOME/webcache/docs directory.
If you're using Web Cache 9.0.2.x, the default origin server timeout is 3600 seconds. You probably won't have to change this, but if you want to, then
please refer to the "Oracle9iAS Web Cache v9.0.2.0 Administration and Deployment Guide", available on OTN.
The relevant section is" Chapter 6, Task 7: Configure Network Timeouts."
If you're running Web Cache 2.0.0.x, the default origin server response timeout is 30 seconds. This default was chosen because we felt
that no application should take more than 30 seconds to respond to a user's request. Since then, we've learned that a lot of apps out there,
especially business intelligence apps, have complex queries that take several minutes, if not hours, to complete. To change this default timeout, you need to modify your internal.xml
file. Here's a snippet from the 2.0.0.4 readme.html file describing how to do this:
3.0 Network Apology Pages
When Oracle Web Cache sends requests to an application Web server, Oracle Web Cache permits the application Web server 30 seconds in which to
generate a response for the browser. If the application is unable to generate a response within that time, Oracle Web Cache sends a network apology
page to the browser.
If 30 seconds is not sufficient, then you can change the default settings of the OSSEND_TIMEOUT and OSRECV_TIMEOUT attributes in the
internal.xml file:
OSSEND_TIMEOUT: Network round-trip time (latency) between Oracle Web Cache and the application Web server. The 20 second default of
the OSSEND_TIMEOUT attribute is usually sufficient for most operating systems.
You can determine the latency to the application Web server by issuing the the following command from the Oracle Web Cache computer:
ping -s application_Web_server
This command provides output similar to the following:
PING sales.us.acme.com: 56 data bytes
64 bytes from sales.us.acme.com (130.35.45.34): icmp_seq=0. time=20. ms
64 bytes from sales.us.acme.com (130.35.45.34): icmp_seq=0. time=21. ms
If the time value is over 20 seconds, then increase the OSSEND_TIMEOUT attribute value.
OSRECV_TIMEOUT: Latency and application Web server processing time. The default is 30 seconds.
You can determine the processing time by sending a sample request to the application Web server and monitoring the time to process the
request. If the processing time is over 30 seconds, then increase the OSRECV_TIMEOUT attribute value.
To change these default settings:
1.Locate the following line in the internal.xml file:
<CALYPSONETINFO/>
2.Modify the <CALYPSONETINFO/> line as follows:
Add the OSSEND_TIMEOUT attribute as follows:
<CALYPSONETINFO OSSEND_TIMEOUT="seconds"/>
Add the OSSRECV_TIMEOUT attribute as follows:
<CALYPSONETINFO OSSRECV_TIMEOUT="seconds"/>
Add both the OSSEND_TIMEOUT and OSSRECV_TIMEOUT attributes as follows:
<CALYPSONETINFO OSSEND_TIMEOUT="time" OSRECV_TIMEOUT="time"/>

Similar Messages

  • Web Cache - Error msg, Cannot restart webcache

    Hi,
    : version 9.0.2.0.1, Windows/server 2000
    IAfter installationa and configuration web cache fails and will not restart.
    tried all the command line options ie.
    webcachectl start,
    webcachectl stop,
    webcachectl restart,
    webcachectl restartadm
    etc.
    I still get a message stating that webcach cannot start.
    Any ideas ?

    Hi,
    we have a 9ias J2EE/Web cache installation no infrastructure installed.
    Below is the event_log file:
    04/Mar/2003:15:14:10 +0000 -- Information: Maximum connections possible are 700
    04/Mar/2003:15:14:10 +0000 -- Information: Listening on ADMINISTRATION port 4000 address 0.0.0.0
    04/Mar/2003:15:14:10 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:15:14:10 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:15:14:10 +0000 -- Information: The cache server started successfully
    04/Mar/2003:16:57:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:16:57:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:16:57:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:16:57:29 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:57:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:16:57:45 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:58:23 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:16:58:23 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:04:35 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:04:36 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:06:03 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:06:04 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:06:21 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:06:21 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:07:19 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:07:19 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:07:54 +0000 -- Information: The server is exiting
    04/Mar/2003:15:37:25 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 752
    04/Mar/2003:15:37:44 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 732
    04/Mar/2003:16:31:02 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 732
    04/Mar/2003:16:32:11 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:11 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:12 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:13 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:14 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:14 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:16 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:16 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:17 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:17 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:20 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:32:20 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:16:44:03 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 772
    04/Mar/2003:17:06:53 +0000 -- Information: The server is exiting
    04/Mar/2003:17:06:53 +0000 -- Information: OracleOra9ias_homeWebCacheMon stopping
    04/Mar/2003:17:06:59 +0000 -- Information: Maximum connections possible are 700
    04/Mar/2003:17:06:59 +0000 -- Information: Listening on NORM port 7777 address 0.0.0.0
    04/Mar/2003:17:06:59 +0000 -- Information: Listening on NORMSSLV3_V2H port 4443 address 0.0.0.0
    04/Mar/2003:17:06:59 +0000 -- Information: Listening on INVALIDATION port 4001 address 0.0.0.0
    04/Mar/2003:17:06:59 +0000 -- Information: Listening on STATISTICS port 4002 address 0.0.0.0
    04/Mar/2003:17:06:59 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:17:06:59 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:17:06:59 +0000 -- Information: Based on the current Maximum Cache Size (in Resource Limits) of 500 MB, a hash table of length 32253 is created to store cacheabledocuments
    04/Mar/2003:17:06:59 +0000 -- Information: A 1 node cluster successfully initialized
    04/Mar/2003:17:06:59 +0000 -- Information: The cache server started successfully
    04/Mar/2003:17:07:53 +0000 -- Information: The server is exiting
    04/Mar/2003:17:07:53 +0000 -- Information: OracleOra9ias_homeWebCacheMon stopping
    04/Mar/2003:17:07:55 +0000 -- Information: Maximum connections possible are 700
    04/Mar/2003:17:07:55 +0000 -- Information: Listening on ADMINISTRATION port 4000 address 0.0.0.0
    04/Mar/2003:17:07:55 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:17:07:55 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:17:07:55 +0000 -- Information: The cache server started successfully
    04/Mar/2003:17:09:58 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:09:58 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:10:05 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:11:38 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:11:39 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:11:46 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:11:46 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:14:15 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:14:20 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:14:22 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:19:35 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:19:36 +004/Mar/2003:17:20:11 +0000 -- Information: The server is exiting
    04/Mar/2003:17:20:11 +0000 -- Information: OracleOra9ias_homeWebCacheMon stopping
    Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:20:04 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:20:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    04/Mar/2003:17:20:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    g on NORMSSLV3_V2H port 4443 address 0.0.0.0
    04/Mar/2003:17:20:16 +0000 -- Information: Listening on INVALIDATION port 4001 address 0.0.0.0
    04/Mar/2003:17:20:16 +0000 -- Information: Listening on STATISTICS port 4002 address 0.0.0.0
    04/Mar/2003:17:20:16 +0000 -- Information: Listening on NORM port 80 address 0.0.0.0
    04/Mar/2003:17:20:16 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:17:20:16 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:17:20:16 +0000 -- Information: Based on the current Maximum Cache Size (in Resource Limits) of 500 MB, a hash table of length 32253 is created to store cacheabledocuments
    04/Mar/2003:17:20:17 +0000 -- Information: A 1 node cluster successfully initialized
    04/Mar/2003:17:20:17 +0000 -- Information: The cache server started successfully
    04/Mar/2003:17:22:17 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 796
    04/Mar/2003:17:22:17 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 744
    04/Mar/2003:17:22:27 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:27 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:27 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:27 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:28 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:28 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:28 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:30 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:30 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:33 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:36 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:37 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:48 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:49 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:49 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:49 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:49 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:50 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:50 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:51 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:51 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:52 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:52 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:53 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:53 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:54 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:54 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:55 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:22:55 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:01 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:02 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:02 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:02 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:02 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:03 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:03 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:03 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:03 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:03 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:04 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:04 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:04 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:04 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:05 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:05 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:05 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:05 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:05 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:05 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:06 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:06 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:06 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:06 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:23:07 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    04/Mar/2003:17:50:46 +0000 -- Information: The server is exiting
    04/Mar/2003:17:50:46 +0000 -- Information: OracleOra9ias_homeWebCacheMon stopping
    04/Mar/2003:17:50:47 +0000 -- Information: Maximum connections possible are 700
    04/Mar/2003:17:50:47 +0000 -- Information: Listening on NORM port 7777 address 0.0.0.0
    04/Mar/2003:17:50:47 +0000 -- Information: Listening on NORMSSLV3_V2H port 4443 address 0.0.0.0
    04/Mar/2003:17:50:47 +0000 -- Information: Listening on INVALIDATION port 4001 address 0.0.0.0
    04/Mar/2003:17:50:47 +0000 -- Information: Listening on STATISTICS port 4002 address 0.0.0.0
    04/Mar/2003:17:50:47 +0000 -- Information: Listening on NORM port 80 address 0.0.0.0
    04/Mar/2003:17:50:47 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:17:50:47 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:17:50:47 +0000 -- Information: Based on the current Maximum Cache Size (in Resource Limits) of 500 MB, a hash table of length 32253 is created to store cacheabledocuments
    04/Mar/2003:17:50:47 +0000 -- Information: A 1 node cluster successfully initialized
    04/Mar/2003:17:50:47 +0000 -- Information: The cache server started successfully
    04/Mar/2003:18:25:52 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 808
    04/Mar/2003:18:26:05 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 812
    04/Mar/2003:18:26:51 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 812
    04/Mar/2003:18:27:39 +0000 -- Information: The server is exiting
    04/Mar/2003:18:27:39 +0000 -- Information: OracleOra9ias_homeWebCacheMon stopping
    04/Mar/2003:18:27:40 +0000 -- Information: Maximum connections possible are 700
    04/Mar/2003:18:27:41 +0000 -- Information: Listening on NORM port 7777 address 0.0.0.0
    04/Mar/2003:18:27:41 +0000 -- Information: Listening on NORMSSLV3_V2H port 4443 address 0.0.0.0
    04/Mar/2003:18:27:41 +0000 -- Information: Listening on INVALIDATION port 4001 address 0.0.0.0
    04/Mar/2003:18:27:41 +0000 -- Information: Listening on STATISTICS port 4002 address 0.0.0.0
    04/Mar/2003:18:27:41 +0000 -- Information: Listening on NORM port 80 address 0.0.0.0
    04/Mar/2003:18:27:41 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:18:27:41 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    04/Mar/2003:18:27:41 +0000 -- Information: Based on the current Maximum Cache Size (in Resource Limits) of 500 MB, a hash table of length 32253 is created to store cacheabledocuments
    04/Mar/2003:18:27:41 +0000 -- Information: A 1 node cluster successfully initialized
    04/Mar/2003:18:27:41 +0000 -- Information: The cache server started successfully
    04/Mar/2003:18:29:15 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 784
    04/Mar/2003:18:29:24 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 760
    04/Mar/2003:18:31:31 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 800
    04/Mar/2003:18:31:31 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 760
    05/Mar/2003:08:25:15 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 824
    05/Mar/2003:08:25:15 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 820
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:25 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:26 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:27 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:28 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:29 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In send, send fails with Net_Send_x.WriteFile: Socket Network Error = 64
    05/Mar/2003:08:25:30 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:08:25:36 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 796
    05/Mar/2003:08:25:36 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 792
    05/Mar/2003:08:32:18 +0000 -- Information: Maximum connections possible are 700
    05/Mar/2003:08:32:18 +0000 -- Information: Listening on NORM port 7777 address 0.0.0.0
    05/Mar/20005/Mar/2003:08:32:19 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:08:32:19 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:08:32:19 +0000 -- Information: The cache server started successfully
    05/Mar/2003:10:22:48 +0000 -- Information: The server is exiting
    o be autologin wallet
    05/Mar/2003:08:32:19 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:08:32:19 +0000 -- Information: Based on the current Maximum Cache Size (in Resource Limits) of 500 MB, a hash table of length 32253 is created to store cacheabledocuments
    05/Mar/2003:08:32:19 +0000 -- Information: A 1 node cluster successfully initialized
    05/Mar/2003:08:32:19 +0000 -- Information: The cache server started successfully
    05/Mar/2003:08:46:15 +0000 -- Information: The server is exiting
    05/Mar/2003:08:46:15 +0000 -- Information: OracleOra9ias_homeWebCacheMon stopping
    05/Mar/2003:08:46:16 +0000 -- Information: Maximum connections possible are 700
    05/Mar/2003:08:46:16 +0000 -- Information: Listening on NORM port 7777 address 0.0.0.0
    05/Mar/2003:08:46:16 +0000 -- Information: Listening on NORMSSLV3_V2H port 4443 address 0.0.0.0
    05/Mar/2003:08:46:16 +0000 -- Information: Listening on INVALIDATION port 4001 address 0.0.0.0
    05/Mar/2003:08:46:16 +0000 -- Information: Listening on STATISTICS port 4002 address 0.0.0.0
    05/Mar/2003:08:46:16 +0000 -- Information: Listening on NORM port 80 address 0.0.0.0
    05/Mar/2003:08:46:16 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:08:46:16 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:08:46:16 +0000 -- Information: Based on the current Maximum Cache Size (in Resource Limits) of 500 MB, a hash table of length 32253 is created to store cacheabledocuments
    05/Mar/2003:08:46:16 +0000 -- Information: A 1 node cluster successfully initialized
    05/Mar/2003:08:46:16 +0000 -- Information: The cache server started successfully
    05/Mar/2003:10:22:47 +0000 -- Information: The server is exiting
    05/Mar/2003:10:22:47 +0000 -- Information: OracleOra9ias_homeWebCacheMon stopping
    05/Mar/2003:10:23:39 +0000 -- Information: Maximum connections possible are 700
    05/Mar/2003:10:23:39 +0000 -- Information: Listening on ADMINISTRATION port 4000 address 0.0.0.0
    05/Mar/2003:10:23:39 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:10:23:39 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:10:23:39 +0000 -- Information: The cache server started successfully
    05/Mar/2003:17:48:12 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 672
    05/Mar/2003:17:48:48 +0000 -- Error: In recv, recv fails with Net_Recv_x.ReadFile: Socket Network Error = 64
    05/Mar/2003:17:48:54 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 768
    istening on INVALIDATION port 4001 address 0.0.0.0
    05/Mar/2003:10:23:40 +0000 -- Information: Listening on STATISTICS port 4002 address 0.0.0.0
    05/Mar/2003:10:23:40 +0000 -- Information: Listening on NORM port 80 address 0.0.0.0
    05/Mar/2003:10:23:40 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:10:23:40 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:10:23:40 +0000 -- Information: Based on the current Maximum Cache Size (in Resource Limits) of 500 MB, a hash table of length 32253 is created to store cacheabledocuments
    05/Mar/2003:10:23:40 +0000 -- Information: A 1 node cluster successfully initialized
    05/Mar/2003:10:23:40 +0000 -- Information: The cache server started successfully
    05/Mar/2003:12:09:35 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 752
    05/Mar/2003:12:09:56 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 760
    05/Mar/2003:12:10:24 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 808
    05/Mar/2003:12:10:42 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 816
    05/Mar/2003:12:27:42 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 768
    05/Mar/2003:12:37:57 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 796
    05/Mar/2003:12:38:14 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 864
    05/Mar/2003:12:39:03 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 860
    05/Mar/2003:12:41:33 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 864
    05/Mar/2003:12:51:37 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 864
    05/Mar/2003:12:51:57 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 860
    05/Mar/2003:12:53:54 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 864
    05/Mar/2003:15:38:04 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 808
    05/Mar/2003:15:43:05 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 808
    05/Mar/2003:15:43:57 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 864
    05/Mar/2003:16:27:05 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 848
    05/Mar/2003:17:02:29 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    05/Mar/2003:17:02:33 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    05/Mar/2003:17:03:32 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 804
    05/Mar/2003:17:03:32 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 824
    05/Mar/2003:17:04:21 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    05/Mar/2003:17:04:26 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 788
    05/Mar/2003:17:06:43 +0000 -- Error: In recv, recv fails with Net_Recv_x: Socket Network Error = 64
    05/Mar/2003:17:06:48 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 824
    05/Mar/2003:17:06:59 +0000 -- Warning: In recv, recv fails with Net_Recv_x: Socket Timed out = 788
    05/Mar/2003:17:48:32 +0000 -- Information: The server is exiting
    05/Mar/2003:17:48:32 +0000 -- Information: OracleOra9ias_homeWebCacheMon stopping
    05/Mar/2003:17:48:37 +0000 -- Information: Maximum connections possible are 700
    05/Mar/2003:17:48:37 +0000 -- Information: Listening on NORM port 7777 address 0.0.0.0
    05/Mar/2003:17:48:37 +0000 -- Information: Listening on NORMSSLV3_V2H port 4443 address 0.0.0.0
    05/Mar/2003:17:48:37 +0000 -- Information: Listening on INVALIDATION port 4001 address 0.0.0.0
    05/Mar/2003:17:48:37 +0000 -- Information: Listening on STATISTICS port 4002 address 0.0.0.0
    05/Mar/2003:17:48:37 +0000 -- Information: Listening on NORM port 80 address 0.0.0.0
    05/Mar/2003:17:48:37 +0000 -- Information: SSLInitialize: Origin Server Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:17:48:37 +0000 -- Information: SSLInitialize: Wallet Autologin file C:\ora9ias\webcache\wallets\default\cwallet.sso does not exist - Wallet does not appear to be autologin wallet
    05/Mar/2003:17:48:37 +0000 -- Information: Based on the current Maximum Cache Size (in Resource Limits) of 500 MB, a hash table of length 32253 is created to store cacheabledocuments
    05/Mar/2003:17:48:37 +0000 -- Information: A 1 node cluster successfully initialized
    05/Mar/2003:17:48:37 +0000 -- Information: The cache server started successfully

  • Web Cache Error - event_log

    Hi,
    I got the following entry in my event_log under the webcache/logs directory.
    18/Nov/2002:21:40:28 +0000 -- Error: <MemMgr> Failed to malloc 6553600 bytes. -47229390 bytes already allocated
    18/Nov/2002:21:40:28 +0000 -- Error: <MemMgr> BlockType BlockSize NumBlocks NumAllocated NumInUse MaxInUse
    The WebCache shut down after this.
    What could be the reason for the above? I am using Oracle 9ias R2.
    Thanks in advance,
    Brijesh.

    You ran out of memory.
    Webcache is an in-memory cache, when the memory runs out, it causes problems, try reducing the memory usage of either webcache or other processes on your box.
    -JP

  • Unable to start web cache Service

    Hi,
    I have installed 9iAS-10200 version successfully on windows-2000
    but in last when it started all the selected services then
    It fail to start web cache Service....
    In event_log file of web cache error msg is like this :-
    0800 -- Information: Max Connect Count exceeds compile time limit - defaulting to connect limit: ( 744 )
    What is this error ?//
    Web Cache Admin service is running fine..
    but cache service is not....
    Any body know what may be the Problem...
    Thanx in Advance
    Akhil

    Could be a file descriptor limit problem. But this is the least of your problems. The biggest issue is that the version of Web Cache you are using is over 3 years old. You should upgrade to the latest 9.0.x version or simply download the standalone install from OTN. The URL is http://otn.oracle.com/software/products/ias/devuse.html
    This version is backward compatible with prior versions of iAS.

  • Error installing EM10gR2 Configuration assistant "Web Cache Configuration A

    I am getting an error when the web cache configuration assistant is running. Here is the output of the message:
    Output generated from configuration assistant "Web Cache Configuration Assistant" (attempt 2):
    Command = /oracle/oms10g/jdk/bin/java -DORACLE_HOME=/oracle/oms10g -Djava.net.preferIPv4Stack=true -classpath /oracle/oms10g/sysman/webapps/emd/WEB-INF/lib/webcachecfg.jar:/oracle/oms10g/sysman/webapps/emd/WEB-INF/lib/emd.jar:/oracle/oms10g/lib/emSDK.jar:/oracle/oms10g/dcm/lib/dcm.jar:/oracle/oms10g/jlib/repository.jar:/oracle/oms10g/lib/xmlparserv2.jar:/oracle/oms10g/jlib/emConfigInstall.jar:/oracle/oms10g/jdbc/lib/classes12.zip:/oracle/oms10g/jdbc/lib/nls_charset12.jar:/oracle/oms10g/jlib/jndi.jar:/oracle/oms10g/jlib/rt.jar:/oracle/oms10g/jdk/lib/i18n.jar:/oracle/oms10g/jlib/ldapjclnt10.jar:/oracle/oms10g/jlib/ojmisc.jar:/oracle/oms10g/j2ee/home/jazn.jar:/oracle/oms10g/j2ee/home/jaas.jar oracle.ias.webcache.config.WebcacheConfig -oh /oracle/oms10g
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    /oracle/oms10g/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
    Resolution:
    Please make sure the values entered in OHS configuration files are correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    /oracle/oms10g/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
    Resolution:
    Please make sure the values entered in OHS configuration files are correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    The "/oracle/agent10g/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    My etc/hosts file looks like:
    cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    172.24.254.25 k25
    Ugh!

    sorry, a little bit late but i had the same problem.
    /oracle/oms10g/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
    simple make the link "ln -s libdb.so.3 libdb.so.2" in the /usr/lib directory.
    regard´s
    roland

  • An error occurred while starting "Web Cache".

    We have corrected the issue. There was something wrong with the files in the WebCache Folder.
    Hello,
    When starting Web Cache we get the following message:
    An error occurred while starting "Web Cache".
    WebCache : WebCache - failed to start a managed process after the maximum retry limit
    WebCache : WebCacheAdmin - failed to start a managed process after the maximum retry limit
    For more information, look at the logs using the related link below.
    Related Link Error Logs
    When we open the event_log in the \webcache\logs folder, there is nothing there. The process is not writing any type of message to the event_log.
    We have tried changing port numbers without any success.
    This process was working until a restart of the server yesterday. Now Web Cache and Portal are not showing active.
    Thank you for any input on this matter.
    Message was edited by:
    user593854

    Try to stop processes that might still occupy the port of the webcache and webcache admin.
    Also check the logfiles in the opmn.
    cu
    Andreas

  • Need help resolving Web Cache upgrading error

    I successfully installed 10g AS on top of my 9i AS (9.0.3) on a different Oracle home. Then I proceeded to run the Upgrade Assistant (iasua.bat). Everything went well except the upgrade of Web Cache failed. I'm only installing/upgradeing the J2EE and Web Cache. Any help would be greatly appreciated.
    I'm running on XP SP2.
    the following are the lines in iasua.log related to the error:
    2007/04/04 21:10:22.890 GMT NOTIFICATION:1 Framework: Starting to upgrade WebCache.
    2007/04/04 21:10:23.515 GMT ERROR:1 WebCache: Invalid element 'MULTIVERSIONHEADERSRULE' in content of 'CACHEABILITYRULE', expected elements '[SELECTORS]'.
    2007/04/04 21:10:23.515 GMT ERROR:1 WebCache: Unable to upgrade file C:\Oracle\ora9ias\webcache\webcache.xml
    2007/04/04 21:10:23.515 GMT NOTIFICATION:1 Framework: Finished upgrading WebCache with status: Failure.

    What that means is Silverlight can't find a required component.
    When I clicked on the site, it loaded pretty slow but I got to see the login screen without error.
    Either the expected dll is cached on my machine or you have an intermittent problem.
    As I'm a some-time Silverlight developer I could well have necessary dll if they are standard components.
    As an outside chance...
    You could try clearing your cache in case it's a versioning issue.
    Failing  that, I suppose you could maybe install the Silverlight and blend sdk.
    One thing you could easy try.
    Does Silverlight work for you generally?
    Follow the link on this page:
    http://social.technet.microsoft.com/wiki/contents/articles/30387.silverlight-trouble-shooting-installs.aspx
    If that errors then it's the install on your machine.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • (WWC-40019) web cache connection error

    Dear All,
    I installed Oracle9iAS Release 2 Portal & Wireless installation type on my PC and the Oracle Infrastructure on another PC. When i tried to follow the described steps to shutdown my Oracle9iAS instance and then the Infrastructure instance to increace the RAM size of the Infrastructre machine and when i tried to startup the infrastructure and then my portal instance. I faced with the problem that my portal instance can't connect to the web cache and got the following error message :
    Error: Could not open web cache connection. The portal use-web-cache setting is set to ON while web cache
    may be down. (WWC-40019)
    Any help will be appreciated.
    Regards,
    Mohammed Amin
    [email protected]

    This error could happen because of various causes. These are mentioned in the Config Guide.
    Oracle9iAS Portal Configuration Guide Release 2 (9.0.2)
    8.1 Oracle9iAS Web Cache related issues
    Error: Could not open web cache connection. The portal use-web-cache setting is set to "on" while web cache may be down. (WWC-40019)
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgtroub.htm#1015385
    Most often the reason is that of wrong Web Cache related config. info.in the Portal.
    The following doc on scripts might help you address the config. issue
    B.2 Oracle9iAS Web Cache configuration scripts
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgscript.htm#639250
    If your problem is still not sovled you might want to read the following sections
    6.4 Configuring Load Balancing Routers
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgmidfw.htm#1006335
    6.8 Configuring Oracle9iAS Portal to Work with Oracle9iAS Web Cache
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgmidfw.htm#1009317
    Hope this helps.
    - Senthil

  • Getting Error while installing oracle web cache

    Hi all,
    after installation of Oracle 9i Application Server version 1.0.2.2.2 on Windows 2000(NT based), while installing oracle web cache on AS following error appears after 96% of installation. Origin oracle database 10g is running on a separate PC in local network.
    Updating User List
    Adding users to the cache
    Adding users to the cache failed.
    Reason: WTE-03501 Error updating list of users:
    Export failed on origin database.
    OCI error - ORA-28595: Extproc agent : Invalid DLL Path
    ORA-06512: at "SYS.WTCSYS", line 3
    ORA-06512: at "SYS.WTCSYS", line 66
    ORA-06512: at line 1
    can anyone please solve this problem.
    thanks.
    regards.
    fahad ejaz
    email:[email protected]

    Hi Fahad,
    I am sorry I am not sure what the solution to your issue is. However, I was wondering why you are not attempting to install Oracle 10g as opposed to 1.0.2.2.2?
    I am guessng here but perhaps the 10g database is incompatible with a 1.0.2.2.2 install.
    Hopefully someone else may be able to provide more useful feedback.
    cheers
    Nick

  • Getting Error while installing oracle web cach

    Hi all,
    after installation of Oracle 9i Application Server version 1.0.2.2.2 on Windows 2000(NT based), while installing oracle web cache on AS following error appears after 96% of installation. Origin oracle database 10g is running on a separate PC in local network.
    Updating User List
    Adding users to the cache
    Adding users to the cache failed.
    Reason: WTE-03501 Error updating list of users:
    Export failed on origin database.
    OCI error - ORA-28595: Extproc agent : Invalid DLL Path
    ORA-06512: at "SYS.WTCSYS", line 3
    ORA-06512: at "SYS.WTCSYS", line 66
    ORA-06512: at line 1
    can anyone please solve this problem.
    thanks.
    regards.
    fahad ejaz
    email:[email protected]

    Hi Fahad,
    I am sorry I am not sure what the solution to your issue is. However, I was wondering why you are not attempting to install Oracle 10g as opposed to 1.0.2.2.2?
    I am guessng here but perhaps the 10g database is incompatible with a 1.0.2.2.2 install.
    Hopefully someone else may be able to provide more useful feedback.
    cheers
    Nick

  • Web Cache Connection Error

    Hi All,
    I had installed Application Server 10g on one Window 2000 Server machine. It was working fine. But as all the components of Application Server were installed on one machine thats why its performance was bad.
    So i decided to move the Oracle AS Portal to another machine. I installed only oracle portal and its required subcomponets on another machine. The new instance used the old server's metadata and other services.
    The Portal Now works fine but there are certain issues.
    First is that when i deploy an application on the new portal home and when try to register it, it gives me following error:
    =============================================================
    Internal error (WWC-00006)
    The provider URL specified may be wrong or the provider is not running. (WWC-43176)
    =============================================================
    The Provider URL is also correct and the the provider is also running. as when i open the URL in browser it gives me success page.
    The Second Error is of Web Cache. and i think it could be the cause of the first error as well.
    When i go to the global Setting of the Portal/Administer, and then to Cache Tab and check Clear The Entire Web Cache and press apply i get the following error.
    =============================================================
    Could not open web cache connection. (WWC-40019)
    =============================================================
    I checked everything and everything seams to be fine. Remember that now the WebCache is pointing to the new server webcache services.
    I need help in removal of these problems.
    Regards
    Osama Hashmi

    Hi Osama,
    See my reply in the Install forum:
    Just checking, have you reviewed the OracleAS Portal Error Messages Guide for the error message "WWC-40019: Could not open web cache connection?"
    This guide can be found on OTN at http://www.oracle.com/technology/documentation/appserver1012.html and it t describes this error and what can be done to solve it in detail.

  • Error:  Web Cache

    We are occassionally getting the following error in various scenarios -- in development or just browsing the site:
    "Oracle Web Cache Network Error"
    Oracle Web Cache encountered a network error when communicating with the application web server.
    We have Web Cache installed on the same server as the portal application, but an Oracle consultant who was in a few weeks ago said we had more than enough capacity. Any ideas? We're on Oracle Portal Version: 3.0.9.8.2

    Delete the temp files.
    Sunder (An Oracle & E-Commerce DBA Consultant)

  • Oracle Grid web cache configuration assistant error

    Hi,
    I am installing Oracle 10g release 2 Grid on Red Hat Linux...i tried so many time..bt getting below error during Web Cache Configuration Assistant...If anybody know solution ...plz share ur solution.............thanks in advacne....
    "Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Ouch! ap_mm_create(1048576, "/Oracle/OraGrd/OraH/oms10g/Apache/Apache/logs/mm.3473") failed
    Error: MM: mm:core: failed to memory map memory file (Invalid argument): OS: No such file or directory
    Resolution:
    Please make sure the values entered in OHS configuration files are correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Ouch! ap_mm_create(1048576, "/Oracle/OraGrd/OraH/oms10g/Apache/Apache/logs/mm.3473") failed
    Error: MM: mm:core: failed to memory map memory file (Invalid argument): OS: No such file or directory
    Resolution:
    Please make sure the values entered in OHS configuration files are correct.
    at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
    at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source) "
    Any body have solution
    Message was edited by:
    Vivek

    What is the version of JDK on the box?

  • Web Cache Config Error

    Hi Guys
    How can i configure two or more web server with single Web Cache.
    I mean I have foure sites hosts on my firstserver.edu and five sites are host
    on secondserver.edu. My web cache name is Cacheserver.edu.
    I want that cache server cache pages and every thing that access through cache server. It works well for one web server but not work for more than one.
    All these three machines installed.
    What is config for my request. Pls mail me .
    I m waiting
    OCP DBA
    [email protected]

    In the Web Cache Manager UI:
    - first define your 9 sites (site definition)
    - then define your 2 origin servers (application web servers)
    - then map each site to the appropriate origin server (site to server mapping)
    Be sure to apply changes and restart the cache when you're done.
    As suggested earlier, see the Web Cache Administration and Deployment Guide (available on OTN) for detailed instructions.

  • Web Cache 'Ping URL' not working.

    Hi,
    I have recently installed a Webcache clustered pair which sit in front of OHS which reverse proxys back to OUCM/Web Logic, my OWC version is 11.1.1.2 and am looking for some clarification of how the Ping URL actually works in Web Cache.
    When OHS is shutdown, Webcache detects the service is down and prevents it from servicing requests, however it will not mark the service as down when I intentionally set ping URL to a page that does not exist generating a 404, will Ping URL polling only mark a server as being down if a 500 error is generated?
    Something else I would like clarification of is 'Ping Interval', I have set this to be aggressive at '1' however I do not see any polling traffic or see any hits in OHS log that indicate polling of the Ping URL is taking place.
    Thanks in advance,
    Mark.

    Not sure I need any update to this now, I've just read through the help section 'help/edit_add_appserver.htm' and can see that a 404 is not considered a failure and also that the server only starts to poll when the failover threshold has been reached.
    This would explain why the server was not being marked as down, although I'm still not sure why I do not see the polling traffic in Apache logs but I can live with that :)
    Cheers,
    Mark.

Maybe you are looking for

  • I just updated my iPhone 4S to iOS 7

    I just updated my iPhone 4S to a iOS 7 but now my notifications won't work and my iMessage and my FaceTime won't work either. Is there any way to fix this problem??? Everytime I click an app it will say connect to iTunes to receives notifications but

  • Toggle Full Keyboard Access is Not Working after Shutdown/Reboot

    Hi, I'm yet another keyboard maniac and somehow as above subject was keep re-occured every time after enabled it, I've turn it on full keyboard access in system preferences > Keyboard > Keyboard Shortcuts. All seemed to be good before I shutdown or r

  • This item cannot be displayed in the reading pane

    Hello all.  I've bene scowering the net trying to find a solution to this problem for over a month now and every solution I have found doesn't work.  Here's the low down. It only happens on this client and not other outlook clients. Meaning the same

  • What is black exclamation point when I click on photo?

    I upgraded from iPhoto '06. My photos are not the same. Some seem washed out. When I click on some to make them larger I get a black exclamation point, no photo. I can't edit them. They don't sore properly into Events.

  • Iphone 4 not seen in windows 8.1 file explorer

    IPhone 4 IOS 8.3  can not  transfer photos to Window 8.1