Proxy server v4.0.9 not caching as expected

I've 2 Web proxy server configured in reverse mode and in the same proxy array.
I'm just doing basic testings and noticed a document is not cached by the proxy array, while I think it should.
The proxy access log is as follows (nothing in the error log):
192.168.101.245 - - [20/Apr/2009:15:20:23 +0100] "GET /at06_REDESIGN.css HTTP/1.1" p2c_hl:489 p2c_cl:27147 p2c_rc:200 r2p_hl:415 r2p_cl:27147 r2p_rc:200 c2p_hl:596 c2p_cl:- p2r_hl:671 p2r_cl:- DNS_time:5 p2r_cnx_time:0 p2r_init_wait:8 p2r_full_wait:18 Total_time(us):24000 c_fin_status:FIN r_fin_status:FIN cache_status:ABORTED
I can't figure out why the the final cache status is always ABORTED while for other documents of the same kind (.js files for example), the proxy caches them.
Here's the full HTTP request and answer, from the browser point of view, when I try to get the document from a non master member of the array:
http://livecache002.front.dc2.mydomain.com:8080/at06_REDESIGN.css
GET /at06_REDESIGN.css HTTP/1.1
Host: livecache002.front.dc2.mydomain.com:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Accept: text/css,*/*;q=0.1
Accept-Language: en-gb
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://livecache002.front.dc2.mydomain.com:8080/QA/siteundermaintenance.html
Cookie: s_lastvisit=1239889603182; CP=null*; JSESSIONID=864758F37F32BED06B37DD228F795F34; s_cc=true; SC_LINK=%5B%5BB%5D%5D; s_sq=%5B%5BB%5D%5D
HTTP/1.x 200 OK
Content-Length: 27147
Content-Type: text/css
Date: Mon, 20 Apr 2009 13:42:15 GMT
Server: Apache/1.3.27 (Unix) PHP/4.3.0 mod_gzip/1.3.19.1a mod_jk/1.2.2
Cache-Control: max-age=3600
Expires: Mon, 20 Apr 2009 14:42:15 GMT
Last-Modified: Fri, 03 Apr 2009 15:33:19 GMT
Etag: "3b57f-6a0b-49d62c3f"
Accept-Ranges: bytes
Via: 1.1 proxy-cache2
Proxy-agent: Sun-Java-System-Web-Proxy-Server/4.0
Here's what I see if I access through the master proxy of the array, called livecache001 :
http://livecache001.front.dc2.mydomain.com:8080/at06_REDESIGN.css
GET /at06_REDESIGN.css HTTP/1.1
Host: livecache001.front.dc2.mydomain.com:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Accept: text/css,*/*;q=0.1
Accept-Language: en-gb
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://livecache001.front.dc2.mydomain.com:8080/QA/siteundermaintenance.html
Cookie: CP=null*; s_lastvisit=1239889603182; JSESSIONID=3E4EC776B5BA3ADF54FE05F87623034B; s_cc=true; SC_LINK=%5B%5BB%5D%5D; s_sq=%5B%5BB%5D%5D
HTTP/1.x 200 OK
Content-Length: 27147
Content-Type: text/css
Date: Mon, 20 Apr 2009 14:20:23 GMT
Server: Apache/1.3.27 (Unix) PHP/4.3.0 mod_gzip/1.3.19.1a mod_jk/1.2.2
Cache-Control: max-age=3600
Expires: Mon, 20 Apr 2009 15:20:23 GMT
Last-Modified: Fri, 03 Apr 2009 15:33:19 GMT
Etag: "3b57f-6a0b-49d62c3f"
Accept-Ranges: bytes
Via: 1.1 proxy-cache2, 1.1 proxy-master
Proxy-agent: Sun-Java-System-Web-Proxy-Server/4.0, Sun-Java-System-Web-Proxy-Server/4.0
The master determines the document should be retrieved from the other proxy, but since that proxy doesn't
cache the document, the master can't help in such a case.
Here's what I see for a successfully cached document (retrieved from the master proxy in the array, by the non master proxy) :
http://livecache002.front.dc2.mydomain.com:8080/common/browsing_func.js
GET /common/browsing_func.js HTTP/1.1
Host: livecache002.front.dc2.mydomain.com:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Accept: */*
Accept-Language: en-gb
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://livecache002.front.dc2.mydomain.com:8080/QA/siteundermaintenance.html
Cookie: s_lastvisit=1239889603182; CP=null*; JSESSIONID=864758F37F32BED06B37DD228F795F34; s_cc=true; SC_LINK=%5B%5BB%5D%5D; s_sq=%5B%5BB%5D%5D
HTTP/1.x 200 OK
Content-Length: 8875
Content-Type: application/x-javascript
Date: Mon, 20 Apr 2009 13:42:15 GMT
Server: Apache/1.3.27 (Unix) PHP/4.3.0 mod_gzip/1.3.19.1a mod_jk/1.2.2
Cache-Control: max-age=3600
Expires: Mon, 20 Apr 2009 14:42:15 GMT
Last-Modified: Wed, 15 Oct 2008 11:00:17 GMT
Etag: "31ff2-22ab-48f5cd41"
Accept-Ranges: bytes
Via: 1.1 proxy-master, 1.1 proxy-cache2
Proxy-agent: Sun-Java-System-Web-Proxy-Server/4.0, Sun-Java-System-Web-Proxy-Server/4.0
Basically, both proxies have exactly the same caching configuration: each possible must be cached, if possible, without low size limit.
Any idea of what could be wrong ?

Now that I have the error log level set to fine, I think I see the problem, which looks like a bug in the proxy:
My (reverse) proxy server is in the "GMT+1" timezone. When it gets a document from the backend server,
the header shows the document is valid for one our, but the proxy erroneously considers, according to its
error log, that the document is expired, as shown in the following error log extract:
[21/Apr/2009:14:36:33] fine (25681): CORE7205: document http://himalia.nlw.mydomain/structure_images/footerNavDivider.gif will not be cached, expired on Tue Apr 21 14:36:33 2009
14h36 is my proxy server local time, so it's 13h36 GMT.
Here're the headers in the request and answer:
http://livecache001.front.dc2.mydomain:8080/structure_images/footerNavDivider.gif
GET /structure_images/footerNavDivider.gif HTTP/1.1
Host: livecache001.front.dc2.mydomain:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-gb
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: CP=null*; s_lastvisit=1240319966219; rsi_ct=2009_4_20:1; rsi_segs=; JSESSIONID=13D24F4986FA8E67CC62E10F145103A5; s_sq=%5B%5BB%5D%5D; SC_LINK=%5B%5BB%5D%5D; s_cc=true
If-Modified-Since: Wed, 18 Mar 2009 12:06:20 GMT
If-None-Match: "2e551-2c-49c0e3bc"
Cache-Control: max-age=0
HTTP/1.x 304 Not Modified
Date: Tue, 21 Apr 2009 13:36:33 GMT
Server: Apache/1.3.27 (Unix) PHP/4.3.0 mod_gzip/1.3.19.1a mod_jk/1.2.2
Etag: "2e551-2c-49c0e3bc"
Expires: Tue, 21 Apr 2009 14:36:33 GMT
Cache-Control: max-age=3600
Via: 1.1 proxy-master
Proxy-agent: Sun-Java-System-Web-Proxy-Server/4.0
The proxy header states the document will expire at 14h36 GMT (so 15h36 local time), but its error log states the document
won't be cached because it has already expired, while it's 14h36 local time .

Similar Messages

  • I've been trying to use my Amazon Prime instant video on my Iphone 5 and Ipod but each I'm using a proxy server therefore video is not supported what can I do to alleviate this problem

    I've been trying to use my Amazon Prime instant video on my Iphone 5 and Ipod but each I'm using a proxy server therefore video is not supported what can I do to alleviate this problem

    Are you a 100% sure??? Because I'm definitely given the option to do this and there are even downloads to this effect, i.e. iPhone 3G ios 6.0. I am even given this option when I plug my  iPhone into iTunes. The only problem I'm having is what I have mentioned above.

  • Proxy Server "freeze" when are not request for a long time

    hi... i have the followin problem that i can't find a solution yet..
    my context are:
    - sun java web proxy server v4.0.5
    - sun java one directory server where i have my users that can use proxy
    - between this servers i use a self signed certificate
    the problem are (history):
    - i start the server and star a browser, they ask for user and pwd; i give them i all ok
    - i can acces www without problems
    - i finish my work i go to home, but the proxy is keep running (but nothing are using
    them)
    - when i come again to work, i start the borwser and the proxy ask for user and pwd;
    i give them, but they keep to give the browser default page without results.
    i can only make the proxy serve works again is restarting them.
    i my acces log i have the following when i can try to connect and don't work:
    100.0.4.145 - [24/Aug/2007:08:11:55 -0300] "GET http://www.google.com/HTTP/1.1" 407 - - - - - - - - - -
    i my directory log i dont have request at this time
    how could be? :(
    thanks in advance

    hi... i cannot resolve this yet, but i can see http headers when this problem happens...
    for example:
    URL:*{color:#000000} http://www.google.com/{color}*
    Request: GET http://www.google.com/ HTTP/1.1
    Host: www.google.com
    User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041215 Firefox/1.0 Red Hat/1.0-12.EL4
    Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Proxy-Connection: keep-alive
    Cookie: PREF=ID=7ed5b832324f7935:TM=1159373905:LM=1187742924:GM=1:S=xYVfSPR3P8b-qCLa; GTZ=0; rememberme=false
    Response: HTTP/1.x 407 Proxy Authentication Required
    Server: Sun-Java-System-Web-Proxy-Server/4.0
    Date: Tue, 18 Sep 2007 11:13:41 GMT
    Content-Length: 146
    Content-Type: text/html
    Proxy-Authenticate: Basic realm=""
    Connection: close
    so...i look in specification about http 1.1 (rfc2068) (if i not wrong), when the server receive a request that needs authentication of the client he response whit a "request" of these autentication, so the client send them...
    i think that these response about the server needs that the client need autenticate is in the response with http code 407, but in rfc says that the parameter Proxy-Authenticate are like Proxy-Authenticate: Basic realm="string_here" where "string_here" is a id defined by server.
    So.. the string in "realm" ¿should not be diferent from empty (null) ? :(
    Thanks in advance :)

  • Oracle iPlanet Web Proxy Server 4.0.14 not getting started.

    bash-3.00# ./start
    ld.so.1: parsexml: fatal: relocation error: file parsexml: symbol __RTTI__1nMXMLException_: referenced symbol not found
    ld.so.1: parsexml: fatal: relocation error: file parsexml: symbol __RTTI__1nMXMLException_: referenced symbol not found
    ld.so.1: parsexml: fatal: relocation error: file parsexml: symbol __RTTI__1nMXMLException_: referenced symbol not found
    ld.so.1: parsexml: fatal: relocation error: file parsexml: symbol __RTTI__1nMXMLException_: referenced symbol not found
    Oracle iPlanet Proxy Server 4.0.14 B06/08/2010 05:46
    failure: CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of /export/home/Oracle_Proxy/bin/proxy/lib/libj2eeplugin.so failed (ld.so.1: proxyd: fatal: libjvm.so: open failed: No such file or directory)
    bash-3.00# uname -r
    5.10
    bash-3.00# uname -a
    SunOS sunfire-v240 5.10 Generic_118822-25 sun4u sparc SUNW,Sun-Fire-V240
    bash-3.00#
    The web proxy server version is 4.0.14 and the package i used is "Oracle-iPlanet-Web-Proxy-Server-4.0.14-sparc.zip"
    Please help me. If any other information is needed, please let me know.

    Your proxy instance should start. The error you are seeing should only be for the admin server. Add the location of where your jvm.so is located to the LD_LIBRARY_PATH. The jvm.so is located under the JDK directory.

  • I used to access internet in mozilla firefox 9 with no proxy settings,now it works well under proxy server. but i can not access it in no proxy. help plz

    i tried disabling windows firewall, and tried to add firefox in firewall also, but none of these works.

    You can try to set '''Auto-detect proxy settings for this network''' in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''Advanced''' > '''Network''' > '''Settings'''. If it's still not working you may have to contact the network provider.
    [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u Options > Advanced]
    [https://support.mozilla.org/en-US/kb/Options%20window Options]

  • The Remote object used on proxy server?

    Hai,
    Iam attended for one interview they asked me one question
    could send me the answer
    The Remote object used on proxy server?

    That's not even a question. What did they really ask you?

  • I would like to upgrade my firefox but when I do it cannot find the proxy server

    When I try to up grade to the new firefox 5.o from the 3.5 I currently have it cannot find my proxy server and I do not know how to fix this

    In current Firefox versions the default connection settings are set to "Use the system proxy settings".
    You can find the connection settings in Tools > Options > Advanced : Network : Connection<br />
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * [[Firefox cannot load websites but other programs can]]
    * [[Server not found]]

  • Java Applet to Access ASP Info in Proxy server Environment

    I Have a Java Applet on a Web server outside and when I access the
    applet in my corporate office which has a ProxyServer I get "UnKnownHost Exception".
    I did used the "System.getProperties" methods giving the Proxy information and can pass through the Proxy Server.But that is not what I want,The Applet should get through
    the Proxy server and get the response from the ASP without using the "System.getProperties".
    IS THERE ANY WAY TO GET THE INFO. OF PROXY SERVER FROM THE CLIENT MACHINE ON WHICH THE APPLET RESIDES(PROXY HOSTNAME:, PROXY PORT)OR FROM THE BROWSER (IE/NETSCAPE)CAUSE THEY STORE THE PROXY INFO INTERNALLY--WHERE??? AND HOW DO I GET THAT?
    Thanks in Advance

    If you are using the Microsoft VM, and your applet is signed, you can use MS security to query the registry for the proxy server info.
    For example:
    com.ms.security.PolicyEngine.assertPermission(com.ms.security.PermissionID.REGISTRY);
    com.ms.lang.RegKey key = new com.ms.lang.RegKey(com.ms.lang.RegKey.getRootKey(
      com.ms.lang.RegKey.USER_ROOT,
      "Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings",
      com.ms.lang.RegKey.KEYOPEN_READ);
    String proxyServer = key.getStringValue("ProxyServer");However, if your client is using the Java plugin, this will not work. The Java Plugin loads the proxy server information based on the browser preferences, but I haven't figured out how to retrieve that proxy information from the Plugin itself. Sometimes the javaplugin.proxy.auto.url system property is null, even if the browser (MSIE) is configured to use an auto-configuration script/url for the proxy server configuration. I can see in the Java Console that the plugin knows the auto-config url.
    Even if javaplugin.proxy.auto.url is not null, I don't know how to call the javascript function at that URL from within the applet to get the proxy server host name and port.
    Does anyone know how to get the proxy information from the plugin?

  • Configuring the application server to use HTTP proxy server

    Hi,
    I am trying to configure LiveCycle ES2 to access services over the internet and since my Livecycle server connects to internet through a Proxy server, I have referred to section 5.8.2 of LiveCycle install_weblogic.pdf that states the following:
    If the computer that LiveCycle ES2 is running on uses proxy settings to access external web sites, the
    application server should be started with the following values set as Java virtual machine (JVM)
    arguments:
      -Dhttp.proxyHost= [server host]
    -Dhttp.proxyPort= [server port] 
    However, I am getting the below exception while running the LC application as my Proxy server requires User credentials to connect to the internet:
    weblogic.net.http.HttpUnauthorizedException: Proxy or Server Authentication Required.
    I tried providing the below JVM startup argument too, but no luck:
    -Dhttp.proxyUser= [proxy user]
    -DhttpPassword= [Proxy password]
    Can you please suggest how to configure User credentials for the Proxy server in Livecycle.
    Thanks in advance.

    Hi WASIL,
    Thank you for your response.
    I have followed the above document suggested by yourself and the relevant steps while setting up the Server and the Workbench, and verified the settings too.
    The installation guide does highlight the steps to configure a Proxy server. However, the guide does not mention anything about how to handle Proxy server authentication.
    Please note that there are Proxy authenication options available in Workbench to configure how the Workbench connects to the LiveCycle server, whereas the problem I am facing here is how to connect the LiveCycle server with internet services through a Proxy server.
    I hope that clears the problem statement.
    Thankyou for your assistance.

  • Getting Authenticate Proxy Server questions when Installing Flash Player?

    Hello all
    I am getting the menu below when trying to install Flash Player.  This is an old proxy server that I have not used for 3 years.  I cannot find anyplace on my computer where this is still referenced.   How do I get around this menu and install the Flash Player?   Where do I look to find where the installer is pulling this information?   None of my browsers are set up to use a proxy server, so I am stumped.   I do not use a proxy server and Flash Player will not install without this specific server information.   HELP.
    Thanks,
    Prowler61

    Hi Prowler61,
    Please refer : http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html

  • AppleTV 2 Proxy Server

    Is there a fix yet for the lack of ability to add a Proxy Server to the AppleTV 2?
    This is a serious limitation, and if not fixed, I'll be selling my AppleTV's (3 of them)to someone who doesn't care about the security of their network, or the security of keeping their kids safe online.
    I am setting up a proxy server so I can limit the time my children are on the internet. This will also assist in keeping below our monthly allowed internet usage. Unlike Apple, we Alaskans don't have unlimited bandwidth and can't keep 110% of our personal files and media online. A proxy server will assist in preventing over utilization of Apple's persistent synching.
    Either that, Or I'll be jailbreaking my AppleTv so I can use it the way I need to.
    Thanks
    Jon

    I don't use a proxy server, but I would not imagine it's high on the feature list needed by most users.
    No harm requesting an enhancement here however:
    http://www.apple.com/feedback/appletv.html

  • Reverse proxy server CMS certificate verification

    Hi,
    Is there a way to instruct the reverse proxy server (3.6 SP7) not to verify the CMS server certificate?
    What we are trying to do is, setup a test CMS server with self signed certs installed on it, but don't want to install the CA cert for the same (above self signed cert) on the reverse proxy server.
    thnx,
    Alok

    Sorry, but it's not very clear.
    The CA cert for the self signed cert ???

  • Can i setup a secure reverse proxy using sun one web proxy server and windows 2000?

    I've tried this on IPlanet Proxy 3.6 and, after reading the documentation, realized that SSL is not supported on the Windows platform. So I'm asking if it is supported using Sun One Web Proxy Server

    Hi,
    Yes, What you say is right.
    "The NT and Windows 2000 versions of iPlanet Web Proxy Server 3.6 do not support SSL".
    Sun One Web Proxy Server is as same as iPlanet webproxy server.
    May be in future relase of proxy server SSL will be supported in Win2000.
    Regards,
    Dakshin.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • Active Message When you have invalid host name in Proxy Server

    I have an issue with one of our customers.
    To communicate with any external parties, we have to define the host name in proxy server(Firewall).
    I noticed that when we configure a WCF or HTTP adapter with an invalid host name of https url address, the messages remain active.
    I am using ESB Toolkit in my implementation but I reproduced same issue using Orchestration with static port and dynamic port. 
    I traced the message using Fiddler and I noticed that we only have one hit with Status Code 407(407 proxy authentication required) and it is not retrying which is not a risk to my implementation. However, I consumed a web service using a console application
    and I set an invalid host name for url but I noticed there are two hits in Fiddler one is 200 http status code and the second hit 407 http status code and I could catch the exception.
    The question is: How to enforce BizTalk to suspend these messages or how to handle these messages?
    Note that I did the followings trials but no lucks:
    - I updated retry count to zero
    -  Delivery Notification of the Port is Transmitted
    - updated closeTimeout, sendTimeout, openTimeout values
    Thanks in Advance
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer

    Hi Mohan,
    You are getting "The remote name could not be resolved" because you are not using Proxy.
    I tried to tweak on Retry Count(tried zero,1,2...). I am sure it is not retrying because there is not any network hits or packets in Fiddler or WireShark and messages stay forever.
    ESB is not my issue because I reproduced same issue with a simple orchestration consuming a service with a static send port. 
    I have the following notes:
    - In console application and Biztalk application using WireShark I can see same number and types of network packets in both cases.
    - I tried to change https url to http with incorrect host name in this time retrying is working and message suspended after exceeding retry count.
    - I tried to use https which is the required one with correct host name and change service name, I could see client OK Hello and server OK Hello and retying working fine and message suspended after that.
    I think the issue with handshaking with proxy server because I could not see client Ok and Server ok hello when changing the host name.
    There is another thread talking about an issue with active message and handshake.
    https://social.technet.microsoft.com/Forums/en-US/736f0f72-ccc9-4a84-802a-7a1ff788a04a/ssl-2way-cert-incident-remains-active?forum=biztalkgeneral
    But the question remains open that how we can handle this active message and why BizTalk not throwing an error?
    Thanks,
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer

  • Newbie usage of Proxy Server 3.6 SP5 : files not cached at all

    Hello,
    I'm trying to test the proxy server to see if it is caching files coming from our portal. It seems that nothing is cached but at the same time the browser is able to cache files.
    The urls to cache have mostly the following form:
    http://myportal/portal?cmd=image&object=toto.gif
    In the access log, the url seems to return a 304 http code and is not cached.
    So my question is : is the proxy server supposed to cache files that can be cached by the browser or is his behaviour different from the cache management of a browser.
    Thanks for your help

    Hi B Noir,
    I recently had to do a System Restore on my Windows 7 64 bit machine and then I got the dreaded "Safari has stopped working" windows whenever I try to launch it.  To be more specific, Safari, doesn't even launch.  I get that message.  Then when I click "Close the program", I get the "Safari has stopped working" message again. After I close that, then it stops.
    I've tried reinstalling the latest version of Safari twice now, and it still isn't working. 
    I also tried creating another Windows account, and Safari does not work on the new account either, unfortunately.
    Finally, I also tried your "So-much-for-subtlety" instructions and that unfortunately did not work.
    Any ideas?  If it helps, here's the problem signature from when I get the "Safari has stopped working window":
    Problem signature:
      Problem Event Name:          APPCRASH
      Application Name:          Safari.exe
      Application Version:          5.34.52.7
      Application Timestamp:          4eb16d27
      Fault Module Name:          KERNELBASE.dll
      Fault Module Version:          6.1.7601.17651
      Fault Module Timestamp:          4e211319
      Exception Code:          80000003
      Exception Offset:          0001280c
      OS Version:          6.1.7601.2.1.0.768.3
      Locale ID:          1033
      Additional Information 1:          00b8
      Additional Information 2:          00b85080f77ffe6e49f095c1fe3be289
      Additional Information 3:          b2f2
      Additional Information 4:          b2f2b584c57e4d0d4f1a9442f91680f3
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    Thank you.

Maybe you are looking for

  • What's the right way to move "all but boot drive"?

    I'm setting up a new Mac Pro with a four-drive RAID-10 set, using an Areca 1680LP RAID controller. Areca doesn't yet have 64-bit EFI support, so I'll need to continue booting off the internal drive for now. What can - and what can't - I move, and wha

  • FCP (7.0.3) continually losing render files

    MacPro build 5,1; dual 2.66 6-core Xeons, 16 gig RAM, OS 10.6.8. This is more a request for speculation and enlightenment than a cry for help.  I have my opinions as to why its happening, but I'd appreciate any suggestions the greater minds in this f

  • Are there any good code examples for displaying preview images in the storefront?

    I can gather other info using folio.xxx, but can not find any good examples to use for preview images.  Tried folio.getPreviewImage() with no success.  Oh, I should mention it is version 2.  Plenty of examples for version 1. Perhaps if I get a little

  • 'InDesign CS5.5 has stopped working'

    I get this message when I open some InDesign files: 'InDesign CS5.5 has stopped working'. After this I have to close InDesign. How can I stop it from doing this?

  • Person responsible in COPA thru settlement

    Hi, Is there any possibility of getting the person responsible in COPA as sales person when the project is settled? If so, pl share the details of user exit to be used. Regards,