Unable to load form page

greetings,
I was trying to test a custom form.I am encountering the error one like
"unable to load form page for language vector E".
is this because of output device which is not suited?
Regards

Reload web page(s) and bypass the cache.
* Press and hold Shift and left-click the Reload button.
* Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
* Press "Cmd + Shift + R" (MAC)
Clear the cache and the cookies from sites that cause problems.
"Clear the Cache":
* Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
"Remove Cookies" from sites causing problems:
* Tools > Options > Privacy > Cookies: "Show Cookies"

Similar Messages

  • Unable to load web pages. This is what I get when I enter them; Unable to connect

    Yesterday I turned on my computer & was not able to use Firefox. Nothing had been changed on my computer. No web pages will load. When I hit enter this is the message I get:
    Unable to connect Firefox can't establish a connection to the server at www.geocaching.com.
    The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    It most likely means your internet connection is out. Wait a little while then try again. You might also want to reboot your computer. If that doesn't work, please reply.

  • Unable to load some pages on Macbook but can on G4

    Can someone suggest a solution to my problem. On the iMacG4 which is connected direct to the BT Homehub (UK), there is no problem in connecting to the web and loading pages. On my Macbook, most of the time it is OK but there are the occasional sites that it will not connect and load to ,yet the iMac will ! The Macbook uses the same hub but wireless connection. The Macbook just times out and flashes up the unable to connect message. I have tried both Firefox and Safari but neither will open the page. So what is set different on the Macbook to the iMac ? Any suggestions please ?
    Thanks
    Brian

    No further forward. Dealer techie is baffled. I have now deleted all Firefox files and am just using Safari. Have used original install disc to do a hardware check..all OK. ..disc repair .. all OK and permissions ..all OK
    The iMac loads the pages but the macbook won't. !!!!
    Techie thinks it may be a OS fault and to try a full reload of that.... not too keen yet on this step, might just wait a few days to ponder and see if anyone on this forum has some good ideas.
    Brian

  • Unable to load certain pages within certain companies web site ex. open positions at health insurance company

    when I visit 3 insurance company web sites looking for job opportunities, trying to access their position posting. I am unable to access these pages 95% of the time. I can move all around the site access all their different areas within the site except the position posting

    when I visit 3 insurance company web sites looking for job opportunities, trying to access their position posting. I am unable to access these pages 95% of the time. I can move all around the site access all their different areas within the site except the position posting

  • Connected to an active network but unable to load web pages

    Hi,
    I am using an old Powerbook with OS 10.2.x and am trying to add it to an existing network at home. The network is a DSL/ADSL connection, which is received by a modem and is passed on to a wired/wireless router. I have a PC which connects successfully to the router either by wire or wireless and is able to load web pages.
    My Mac, however, does not. It indicates that it is connected to my wireless network, and shows full signal strength. It is assigned an appropriate IP address by the router. However, I cannot load any webpages. All I get is a 'server not found'. This is vexing me, and I have been at it for hours, but no solution.
    Let me add that with the same settings, I was able to browse on my Mac also yesterday, but for some reason, I have no luck today. Can someone please indicate what is going on?

    I am having the exact same problems. My laptop (Gateway) connects fine to the router, but my Mac does not. They sit right next to each other upstairs. The signal will SOMETIMES come through to my Airport card and when it does it is at full strength, but when i run Safari, nothing. I have tried to enter all the information that my PC has printed out and displayed for me, but i have no clue what half of the things are. and my applecare has expired so the people at Apple will not help which is extremely annoying. Sorry i can't help. But if i find anything i will let you know.

  • Internet connected but unable to load web pages

    Hi - My computer is an Imac, late 2006 model. For some reason I seem to be having problems connecting to the internet using the Airport connection. Using the Ethernet cable everything is fine no problems whatsoever, but wireless connection just doesn't happen. I have run through all the relevant diagnostics and checked the wireless router modem settings. My wife recently bought a MacBook - it connects wirelessly without a hitch. I even changed the iMac setting to exactly the same as the MacBook, but still nothing. I get the green lights in the Network Diagnostics screen, but when I try to load a page in Safari I just get an error message " Not connected to the Internet, or Server failed to respond".
    My broadband ISP is Virgin Media (not a cable connection - it's ADSL) and the wireless router modem is a Netgear DG834GSP v3.
    Any ideas anyone as am getting really frustrated at not being able to connect wirelessly.
    Thanks in advance.

    Hi I have been having exactly the same problem for the last couple of weeks, and can't explain what is happening either. The Mac seems to be connected to the Internet with all of the status 'lights' in Network diagnostics green. I am picking up an IP address but can't load any Web pages. Very puzzling !

  • Often unable to load web pages.

    My MacBook har suddenly decided to not load web pages ...
    I surf around, and maybe one fifth of all the web pages won't load in my browser (both Firefox and Safari). It isn't something about the web pages, because after some time I can get them to load perfectly. I contacted my ISP, and they couldn't find anything wrong. Besides, I can surf just fine from other computers (non-Macs).
    I wondered if it was something about the port, since all other apps work perfectly (for example Google Notifier and Audium is always connected), but https doesn't any better. I've also pinged web sites for a long time, without any evidence of something being wrong. One strange thing is that traceroute sometimes gives me "no such host," and then a moment later, it works with the same address.
    It's not Airport either, because I now use a network cable and have the same problems.

    There are several possibilities that come to mind.
    Since HTTP transfers often fail, but lightweight protocols such as AIM don't, my first thought is MTU (Maximum Transmission Unit).
    The standard MTU for ethernet networks is 1500 bytes. This means that all transfers are broken into chunks of 1500 bytes each before being sent over the network. In some cases, certain network configurations (such as DSL links that use PPPoE) require a lower MTU such as 1492 or even 1460.
    Normally this isn't a problem since the router tells the client what MTU to use but sometimes this doesn't work - especially if you're using a NAT device.
    When there's a mismatch your Mac doesn't know that it needs to use a lower MTU so sends traffic upstream at 1500 bytes and the router chokes when it tries to cram that data into its 1492 link.
    This is why lightweight protocols often work - the typical AIM packet is less than the MTU and therefore doesn't need to get truncated. However, large file downloads exceed the MTU and run into problems.
    If this is the case you can force your MTU to be lower using the System Preferences -> Network -> <interface> -> Ethernet tab. Switch from Automatic to Manual and you'll see options for changing the MTU. Try lowering it to 1460 to see if it works. If it does you can try increasing it until you find the optimal value.
    If it wasn't for your statement traceroute sometimes gives me "no such host" I'd be sure this was the problem. However, MTU doesn't usually cause DNS failures since most DNS requests are small.
    If your DNS is failing and the ISP belives the DNS server is working correctly, that hints at a link-level problem. Packets are getting lost somewhere along the link between you and the server.
    The first thing to check here would be speed and duplex. The fact that you've used both AirPort and wired connections hints that it's not a problem directly on your machine, but what about the rest of the links between you and the router? I'm guessing you have an ethernet cable between your base station and a switch, maybe another cable between that switch and the router? Either of these cables could have a mismatch.
    Without knowing the switch it's impossible for me to tell how you check the switch port configuration - some switches have LEDs on each link that tell you the speed and duplex, others have a command line or web interface that will give you port status and statistics. If you have such a switch, check it. Also check the switch logs if you can - you'll often see error messages such as 'excessive CRC errors' which can indicate a duplex mismatch.
    If you can't get the information from the switch, try manually configuring your devices. The same preferences tab where you set MTU can also be used to set speed and duplex. Just be aware that if you choose a combination that the switch doesn't support (e.g. you choose gigabit but you're connected to a 100mbps switch), then the link will go down.
    Try different options to see if any of them work any better for you.

  • Unable to load forms Application Server starting  page as comprd to earlier

    I have insatalled my Allication in Forms Application server 10g and it was running succesfully up to yesterday.
    All of a sudden my application got slow down,and it is taking more time to load my first page(say Logon.fmx).
    Clearly to say a pop like "oracle Application Server Forms 10g" is displaying for more time rather than skipping to my Logon.fmx.
    pls help

    I saw this on another windows machine as well. I believe that the port should be 1800 and not 18100. Look into the emd.properties and check if they are configured correctly.
    cu
    Andreas

  • Unable to load admin page asa 5512

    Hi,
    I have a new ASA 5512-X, out-of-the-box, which I am unable to open the admin web page on.
    Laptop - Lenovo Windows 7 64 bit
    Browsers - Firefox 28 & IE 11
    Java is installed and correct vesrions
    ASDM on the 5512 - asdm-66114.bin
    ASA Ver - asa861-2-smp-k8.bin
    https is enabled and I'm using IP addresses that are allowed connectivity to the 5512
    When i browse to https://192.168.1.1/admin I am presented with a certificate error as expected, I accept the certificate, then the page hangs.  This happens on both Firefox and IE. 
    Wireshark shows the TCP 3-way handshake and the TLS/SSL negotiation which is then immediately followed by the 5512 sending SSL data then a FIN,PSH,ACK packet back to my PC.  then a load of TCP retransmits from both my PC and the 5512.
    Now, I tried a different PC (Dell), same OS, same ver of Firefox but IE ver.9, and did not have any problems being presented with the 'Run ASDM Wizard' page.
    Has anyone had a similar issue?  Has anyone please got any idea what config on my PC may be at fault?
    Many thanks for any suggestions and help.
    Cheers

    Please have a look at the ssl settings on the ASA: "show run | i ssl".
    You may not have strong ciphers enabled and the PC with the newer browser does not accept the default weak ciphers. I make it a habit to setup ASAs with:
    ssl encryption 3des-sha1 aes128-sha1 aes256-sha1 rc4-md5
    Those are all strong ciphers.

  • Unable to load login page for university wifi

    I am in France, using the university wifi system (de la CROUS). I have a macbook from 2008 running Leopard 10.5 that connects perfectly (Safari), loads the login page and let's me surf normally. I now have a new macbook pro (2011) running Lion. It also connects to the wifi without a problem (Safari), but the login page will not load. I've checked all the settings I can find and verified that they're the same as my macbook. I've cleared the Safari cache and tried enabling/disabling pop-ups. The graphic for the login page loaded once, but then timed out. I have been trying for almost a week. I have went to see the people in charge of the connection, but no one there seems to know anything about macs (it's France, after all). Any thoughts? Any and all help with appreciated!

    I know for sure that both are up to date.
    Update: I downloaded firefox by tethering my phone and i AM able to access and login to the system using firefox. the problem then lies with safari. i tried google chrome and has the same problem. has anyone else encountered this issue with safari?

  • (X230) Connected to Wifi with excellent signal but unable to load internet pages:

    Hey everyone,
    Hoping for the community to help me figure out a problem of mine.
    Trying to connect my X230 to internet through a new router (Asus - security type WPA-Personal) and although the laptop connects without a problem (98% signal strength), internet pages are not loading. The diagnosis tool isn't finding anything and I could add that other laptops do not have the same problem when connecting to this router.
    My tech level is rather low so I don't know what more I could add to help you guys get a clear view of the situation/problem so if more info is needed, let me know. I won't be far.
    Thanks a lot,
    Patrick 

    Thanks for your help jdhurst,
    To answer your questions:
    1. The machine connects fine on other routers. For example Starbucks (Unsecured), friends house (Linksys on WPA2-Personal), two different schools (WPA-Enterprise and WPA2-Enterprise).
    Maybe it's a coincidence but its the first time the machine tries to connect to a WPA-Personal...
    2. Several other computers connect well to this router. Which leads me to believe that the problem is with the X230.
    3. How do I do this if I can't access internet with the said machine? (sorry, a bit of a noob).
    Extra notes:
    A) When I open up the Wireless Network Connction Status, it says ''No Internet Access'' next to IPv6 Connectivity.
    B) Although this router is set on WPA-Personnal, the Lenovo Access Connections manager seems to think that specific router is in fact a WPA2-PSK
    Hopefully this will generate more thoughts on the subject.

  • Unable to load web pages

    I have had my blackberry for about 3 months and until recently I have been able to load and view web pages without any problems.   Now, after I enter a webpage address and hit return, I get a blank screen with 'Loading..' on the bottom, and it stays like that without progessing.
    I get this whether I am at home with a wireless homehub connection or elsewhere.
    I think the problem started when I was trying to access windows live messenger, so I don't know if that is the cause.  I may have  tried enabling java for the website, and again i don't know if this contributed to the problem.  I have restored the original settings to try and  resolve the problem but this hasn''t made any difference.
    My phone also displays the lettes UMA near the signal indicator.  I don't know what this means and whether it can explain the problem.
    I am not particularly IT literate, so if anybody thinks they know what the problem could be. and can explain it in a straightforward way that would be very helpful.
    Jules
    Solved!
    Go to Solution.

    If you don't know what I mean by "send service books" read the two links i provided.
    if you are on a PC reading this, just click on them.
    Service books are the "code" used to transmit data from the internet to your device. The browser requires a service book to operate, just like your email, etc.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • VPN - Unable to load Citrix page via Airport (but works w/other router)

    I had successfully used my PowerBook to connect to my company's system via VPN and Citrix for 3 years using an Airport Extreme connected to a DSL modem. In the last 6-8 weeks or so I have been able to establish a VPN connection, but my browser is never able to load the Citrix Metaframe page, so I can never connect and do work.
    Internet Explorer had worked previously, but now gives an immediate "access failed" message. Firefox hangs indefinitely as it tries to load data. Maybe this is due to a security or other software update. I have not made any hardware changes (other than unplugging and restarting everything). NOTE: I AM able to login using other wireless routers, so I suspect the Airport Extreme is at least part of the problem. Any idea how I might fix this? Thanks!
    PowerBook G4   Mac OS X (10.4.8)   17" 1.33 GHz + Airport Extreme

    I had successfully used my PowerBook to connect to my company's system via VPN and Citrix for 3 years using an Airport Extreme connected to a DSL modem. In the last 6-8 weeks or so I have been able to establish a VPN connection, but my browser is never able to load the Citrix Metaframe page, so I can never connect and do work.
    Internet Explorer had worked previously, but now gives an immediate "access failed" message. Firefox hangs indefinitely as it tries to load data. Maybe this is due to a security or other software update. I have not made any hardware changes (other than unplugging and restarting everything). NOTE: I AM able to login using other wireless routers, so I suspect the Airport Extreme is at least part of the problem. Any idea how I might fix this? Thanks!
    PowerBook G4   Mac OS X (10.4.8)   17" 1.33 GHz + Airport Extreme

  • I'm unable to load xml pages on firefox8 (instead displaying source code) which were loaded in firefox 3.6.8 earlier

    xml files from webserver are not loading in firefox 8, instead it is displaying the page source in the frame. The same xml pages are loading in firefox 3.5 earlier and now also ...
    Thank you

    I would try to clear both the cache and all cookies. If that does not help, I would check what headers this server is sending, because this sounds like the server is sending a bad MIME-type. Starting in Firefox 7 there are strict rules for headers that are send by servers. It is also possible that an add-on is causing problems, so you may want to try the Firefox Safe Mode as well.

  • Unable to load calendar page on Hotmail/Live

    The FF4 just displays a "LOADING"
    iE/Chrome/FF3.6 works well.

    Murray would it be best just to do all the design with DW?
    It would be best to do the design with FW/PS, and build the page in DW using CSS layout methods.  Do not use either FW or PS to write the HTML for your page.
    These links will help -
    HTML & CSS Tutorials - http://w3schools.com/
    How to Develop with CSS?       
    http://phrogz.net/css/HowToDevelopWithCSS.html
    Learn CSS positioning in 10 Steps
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    ========================================
    PRE-BUILT CSS LAYOUTS
    For rock solid, commercial products that perform well in all browsers/devices, visit Project Seven:
    http://www.projectseven.com/products/index.htm
    Not Just a Grid CSS Framework (free)
    http://www.notjustagrid.com/demo.asp
    Ultimate Multi-Column Layouts (free)
    http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layout s-em-and-pixel-widths
    EZ-CSS Templates (watch the screencast to see how it works)
    http://www.ez-css.org/css_templates
    Dreamweaver CSS Templates for beginners (free)
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_te mplates.html
    New DW Starter Pages (free)
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_l ayouts.html

Maybe you are looking for