Error code 64 when trying to access a website

I am trying to access my own photography website in Firefox (www.placesandseasons.com) on someone else's computer which still has Windows XP on it, & I get the error message below. Please note that there is no problem with the website host; I can access the site on both Chrome & IE on this computer, & also on Firefox on my Mac at home. I also used to be able to access it on Firefox on this Windows PC; this is a recent issue. I asked my website hosts & they said there is no issue at that end. Can anyone tell me what the problem is? Thanks.
ERROR MESSAGE
Explanation: The request timed out before the page could be retrieved.
Technical Information (for support personnel)
Error Code 64: Host not available
Background: The gateway or proxy server lost connection to the Web server.
Date: 27/08/2014 15:46:34 [GMT]
Server: SRVLAW208.lawsociety.int
Source: Remote server

Could you review the connection setting on that computer?
"3-bar" menu button (or Tools menu) > Options > Advanced > Network mini-tab > "Settings" button
The default of "Use system proxy settings" should piggyback on IE/Windows' LAN settings. You could try "No proxy" to see whether that works any better.
More generally: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
(1) Bypass Firefox's Cache
Use Ctrl+Shift+r to reload the page fresh from the server.
Alternately, you also can clear Firefox's cache completely using:
"3-bar" menu button (or Tools menu) > Options > Advanced
On the Network mini-tab > Cached Web Content : "Clear Now"
If you have a large hard drive, this might take a few minutes.
(2) Remove the site's cookies (save any pending work first). While viewing a page on the site (if you can load any page), try either:
* right-click and choose View Page Info > Security > "View Cookies"
* (menu bar) Tools > Page Info > Security > "View Cookies"
In the dialog that opens, you can remove the site's cookies individually.
''If you can't load a page on the site, open the dialog here and then edit the search/filter box at the top of the dialog to the site you want to clean cookies for.''
Then try reloading the page. Does that help?

Similar Messages

  • I keep getting 'error lander' when trying to access any website

    I isolated and deleted a trojan horse virus, but ever since then, when trying to access any website, the tab shows 'error lander' and goes no further. I partitioned my hard drive years ago and can access Firefox/Mozilla on the second partition, but cannot do so on my primary partition, which is where all my data is stored. Help!

    Do a clean (re)install:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    See:
    * http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    You may need to create a new profile.
    * http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    * http://kb.mozillazine.org/Profile_backup and [[Backing up your information]]

  • 503 error code when trying to access a weblogic jax-rpc webservice

    I'm going crazy on a webservice issue with Weblogic server 10.2.
    I have a DocumentRepository webservice deployed and I generated a JAX-RPC library based on its WSDL.
    Now I'm trying to access this webservice from Spring in a desktop application with the following bean declaration:
    <bean id="documentRepository" class="eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl">
         <constructor-arg value="http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL" />
    </bean>
    But when the Spring application context initializes, after a few minutes, I get the following exception:
    javax.xml.rpc.ServiceException: Failed to parse WSDL http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL weblogic.wsee.wsdl.WsdlException: Failed to read wsdl file from url due to -- java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at weblogic.wsee.jaxrpc.ServiceImpl.throwServiceException(ServiceImpl.java:174)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:485)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.<init>(ServiceImpl.java:119)+
    +     at eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl.<init>(Unknown Source)+
    +     at eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl.<init>(Unknown Source)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)+
    +     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)+
    +     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)+
    +     at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)+
    +     ... 35 more+
    Caused by: weblogic.wsee.wsdl.WsdlException: Failed to read wsdl file from url due to -- java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:313)+
    +     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:403)+
    +     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:389)+
    +     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:79)+
    +     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:66)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:476)+
    +     ... 43 more+
    Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1305)+
    +     at weblogic.wsee.util.is.InputSourceUtil.loadURL(InputSourceUtil.java:100)+
    +     at weblogic.wsee.util.dom.DOMParser.getWebLogicDocumentImpl(DOMParser.java:118)+
    +     at weblogic.wsee.util.dom.DOMParser.getDocument(DOMParser.java:65)+
    +     at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:311)+
    +     ... 48 more+
    Yet, I can see the WSDL in my browser when I go to http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    Now it looks a lot like a proxy issue, which is possible because I'm behind a proxy, and I had to set the following command-line parameters in order to access remote HTTP resources before the spring application context is initialized:
    -DproxySet=true -DproxyHost=<my proxy IP> -DproxyPort=8012
    And I authenticate to my proxy using the following code, once again before the Spring application context is initialized:
    Authenticator.setDefault(new Authenticator() {
                                       protected PasswordAuthentication getPasswordAuthentication() {
                                            return new PasswordAuthentication(<my login>, <my password>);
    Yet, those settings seem to have absolutely no effect on how the webservice client is loading the WSDL.
    So my question is the following: is it possible to specify a proxy to be used by the webservice client class to load the WSDL? If yes, how?
    On the other hand, if it was a proxy issue, then I guess the webservice client couldn't reach the server and I would get a connection timeout or something. But here I get a response, even though it's a 503 error. Any other idea where my exception comes from?
    I'm really desperate here. I've tried to ask our corporate weblogic support but they couldn't reproduce my issue. I've been fighting with this for weeks. Please help!

    Please, take a look at https://blogs.oracle.com/proactivesupportWCC/entry/clustering_and_high_availability_for (and contact the support group as advised)

  • Gett 403 error code when trying to access UCM 11g from Admin console -- deployment

    We have deployed UCM 11g in cluster mode. When I test the application via the admin conssole --> deployment --> UCM.   I can access  UCM only on one member of the cluster.  The other member gives me a 403 error code.. 

    Please, take a look at https://blogs.oracle.com/proactivesupportWCC/entry/clustering_and_high_availability_for (and contact the support group as advised)

  • How can i fix a 4280 error code when trying to burn cd's on itunes

    How can I fix a 4280 error code when trying to burn cd's on itunes for windows? Model drive is drive D: TSSTcorpCDRWDVD TS-H492C

    Did you by chance find out a solution with your problem?     I am having the same issue with the same drive.    I even uninstalled iTunes and completely reinstalled it.
    Thank you for any help anyone can offer.    I'm not having any luck finding answers on the net.     Thx.

  • Just recently I am getting the following error message when trying to access web sites. I get a pop up window stating "Exc in ev handl: TypeError: c.location is null" then I have to click ok. It is an issue with some plug-in?

    Just recently I am getting the following error message when trying to access web sites. I am using Firefox browser version 10.0.2. I get a pop up window stating "Exc in ev handl: TypeError: c.location is null" as the web site page is being displayed in browser winder. Then I have to click ok. It doesn't matter what web link/site I go to it happens. It is an issue with some plug-in?

    I have advised McAfee's product team of the problem and this thread, and they're looking into it now.

  • An error occurred when trying to access the service

    I'm asking myself why I purchased a one year subscription to Adobe Reader to convert PDF files to Doc files, when it NEVER WORKS and no one seems to be able to help me!!! I am on a Mac Book Pro with Yosemite (don't upgrade it slows your Mac badly) and whenever I try to convert a pdf to a doc I get 'an error occurred when trying to access the service', can anybody help me please?

    Hi Cedric,
    The customer service number is 800833687
    The direct link for chat support is: http://adobe.ly/19llvMN
    You need to click on 'Still need help' to initiate the chat session.
    Are you getting this error: "an error occurred when trying to access the service" while trying to access the service via Reader.
    Try using the link: https://cloud.acrobat.com/exportpdf sign in with your Adobe ID and try to convert a pdf to doc and check if that works for you.
    Reards,
    Rave

  • Getting error (-1202) when trying to access my wishlist

      getting error (-1202) when trying to access my wishlist   

    this may help from another thread
    byzon2
    This solved my questionRe: iTunes Error (-1202)
    Dec 28, 2012 6:35 PM (in response to crossi85)
    I am having the same issue on my iMac.  It occurred after the last iTunes update.  Apple support offered no real solution.  They tried "clearing" my Wish List, but that didn't work, and advised me to re-install iTunes.  However, I tried clicking the "My Wish List" link on the right side of the iTunes Home page, instead of the one I usually use under the "Manage" column near the bottom of the screen - and it worked!  Furthermore, my Wish List was still intact even though they had supposedly cleared it.  So, in my case, the problem appears to be the iTunes site, and not my computer.  My solution: Try accessing the Wish List from a different link within iTunes.

  • When I click Convert to Word docx, I receive the error message -- "An error occured when trying to access the service." This has been happening for about a week.

    Export PDF will not convert a pdf to MS Word. This failure has been going on for about a week. The error message is "An error occurred when trying to access the service." What can I do to get this working again?

    Hi,
    It seems it was working fine earlier.
    Is this happening with all files?
    You can try using different browser.
    Regards,
    Florence

  • Error -1020 When Trying to Access iTunes Store - Help!

    I keep getting Error -1020 when trying to access the iTunes store. Just started happening this morning.
    Nothing online from customer support listed for this error.
    Thanks!

    Looks like it's busted. Same problem here. The way all the support mechanisms work, you can't even report the problem, since you can't really log in to the store.

  • I am getting this error code when trying to open an mpeg4 "OSStatus error -12909" anyone know why. Thanks

    I am getting this error code when trying to open an mpeg4 file "OSStatus error -12909"
    Has anyone had this happen to them.
    I am new to the support community.
    Thanks

    Is this coming from a link, or from something you are trying to type in the address bar?
    Try replacing the "html" at the start with "http",
    so if you have html://somesite.edu,
    change it to http://somesite.edu.

  • TS3297 How is the following error corrected when trying to access the Itunes store - an unkown error occurred There was an error in the Itunes store. Please try later Ox80092013

    How can the following error incurred when trying to access the Itunes Store be corrected:  an unknown error occurred  There was an error in the store. Please try later 0x80092013

    Try here  >  http://support.apple.com/kb/TS3221
    And/or... see the  More Like This  section on the right.

  • How do I fix a 1611 error code when trying to restore my ipod?

    How do I fix a 1611 error code when trying to restore my ipod touch?

    Click here and follow the instructions.
    (120576)

  • Receive an A12E1 Error Code when trying to update Photoshop CC.  Running an iMac with 10.7.5.  My OS Drive is formatted to Mac OS Extended (journaled).  Any suggestions?

    Receive an A12E1 Error Code when trying to update Photoshop CC.  Running an iMac with 10.7.5.  My OS Drive is formatted to Mac OS Extended (journaled).  Any suggestions?

    A12E1 download & install error http://forums.adobe.com/thread/1289484
    -more A12E1 discussion http://forums.adobe.com/thread/1045283?tstart=0
    Case sensitive https://forums.adobe.com/thread/1483096 may also help... or may not, I'm on Windows

  • What can I do to fix an old Power Mac G4 that gives an I/O error message when trying to access Entourage?

    What can I do to fix an ld Power Mac G4 that gives an I/O error message when trying to access Entourage?

    You mean when you try to just start it?
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • User gets an Content Encoding Error message when trying to access workspace

    Hi.
    I've created a workspace and added several users to it who can access it without any issues.
    However, one specific user (Leslie Elstad - https://beehiveonline.oracle.com/teamcollab/profiles/[email protected]) can't access her workspaces. She is using Firefox on a Solaris 10 machine.
    Here is what she told me:
    "I clicked on the Start button under Team Workspaces, which took me here:
    https://beehiveonline.oracle.com/teamcollab/
    and displayed the familiar Content Encoding Error message."
    Please advise.

    Hi.
    Please let me know what is going on when we add people to a Beehive Online group (Solaris Curriculum).
    People are frequently getting this same error/message when trying to access several workspaces.
    New cases, please help me fix their access:
    [email protected] can't access https://beehiveonline.oracle.com/teamcollab/wiki/Transition+to+Oracle+Solaris+11+Express
    [email protected]: can't access: https://beehiveonline.oracle.com/teamcollab/wiki/Transition+to+Oracle+Solaris+11+Express
    Thanks.

Maybe you are looking for

  • Letter of Guarantee standard report to Follow up System by email

    Regular reporting is done using by t-code VXA2 and the field "Days until val. End" populated, (if we need to know , for ex. 7 days before val.end). It is possible, in a standar way, to create a rule or reminder in the system that able to sent  a "rem

  • Viewing LDAP settings on remote clients via remote server

    I would like to have a look at certain settings on client computers via a remote server. It is over a relatively slow connection, so I use ssh to get to the server then I ssh into an available client. For the most part I can find the config files, bu

  • DVD Burner FIRMWARE Mat**bleep**a UJ8D1

    I am having a big problem with my Pavilion g6 laptop running Windows 7 OS. In my not-so-infinite wisdom I somehow managed to make a mess of the firmware on my DVD Burner (Mat**bleep**a UJ-8D1)  !!! I know this drive was working okay at Christmas 2012

  • Justhost email settings problem

    I just can't get my macbook pro to send emails via my Justhost server. i have no problem on windows and ios devices. Ive tried SSL and non-SSL settings. I can receive emails fine. Graham

  • Protocol Confusion of freeTDS jdbc driver, please help!

    I use freeTDS jdbc driver to connect to MS SQL 2000. In my programme, firstly I need to select sth out, and base on this update the other field in the same table. TOC will like that Statement stmt1 = conn.createStatement(); ResultSet rs1 = stmt1.exec