Why am I seeing this message: Error: The requested URL could not be retrieved

Only when I try to log onto Netflix. Worked beautifully yesterday.

Hello khihdartop, 
Sorry to hear about your issue.
Are you connected to a BlackBerry® Enterprise Server? If you are then your IT admin may have placed restrictions on your internet usage.  If you are not connected to a BlackBerry Enterprise Server then you will want to contact your wireless service provider to see if they have any restriction in place. 
-SR
Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Similar Messages

  • On Firefox I get The requested URL could not be retrieved On Internet explorer it works What is wrong?

    ERROR
    The requested URL could not be retrieved
    While trying to retrieve the URL: http://www.google.com.au/
    The following error was encountered:
    * Unable to forward this request at this time.
    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that:
    * The cache administrator does not allow this cache to make direct connections to origin servers, and
    * All configured parent caches are currently unreachable.
    Your cache administrator is webmaster.
    Generated Tue, 08 Jun 2010 03:40:48 GMT by proxy.syd.connect.com.au (squid/2.7.STABLE5)

    It could be a firewall or other security software blocking the access for Firefox - if you use the default Windows Firewall in XP, you can find help in article [[Configuring Windows Firewall]].
    If you use a 3rd party security program, you could look for help with configuration in our KB articles (use yellow Search box on right side of this page - search on provider, like Norton, AVG, F-Secure), or post the name here and we'll help you find relevant link(s).
    If the problem persists, this article might also help you solve it:
    [[Error loading web sites]] (comprehensive article with solutions and links to other articles).
    When you get online, I would recommend updating Firefox. The latest version is Firefox 3.6.3. You can get it from [http://getfirefox.com getfirefox.com] and install it over your current version. Also see article [[Updating Firefox]] for info.
    Please let us know how above works out, and if we can be of further assistance. Detailed feedback is appreciated and helps us to help you better, plus enables us to better help more users with similar problems.

  • Problem with Home Sharing.  Getting the error "The Requested URL was not Found on this Server"

    I recently purchased an iPhone 5.  As I do with all of my AppleTVs, iPads, iPods and an iPhone 4 in my home, I connected the 5 to my home network and accessed the shared video library using home sharing.  My iTunes library is roughly 85% iTunes purchases, a handful of videos taken with iOS devices, and some video ripped with Handbrake.  All of these videos work fine on all devices in my home except my new iPhone 5.  When I access the shared video library on my iPhone 5, all of the textual data for all of the videos appears, however, I can only get the iPhone to play 1 video of the dozens in my iTunes library. When I try to play any other, I get the error, "The Requested URL was not Found on this Server."
    Interestingly, only one video in my entire shared library displays the artwork associated with it in my iTunes library on my iPhone 5, and that's the one I can stream without a problem. Even more interestingly, that video I am able to stream was ripped using Handbrake (there are a number in my library ripped using Handbrake, but just this one will stream to my iPhone 5 for some reason).
    I'm using the latest version of iTunes (10.7) on my home (iMac) computer (running OSX 10.8.2- Mountain Lion)and of course iOS 6 on the iPhone 5. I've tried resetting my iPhone several times as well as restarting my iMac which holds my iTunes library.
    Does anyone have any ideas as to what's going on?

    Can you see if you can view index page from a browser on iPhone.
    Have you seen live streams working from a different computer...
    if not then check if a proper crossdomain.xml file in its place(webroot folder).

  • After uprading to iOS 5.1 I can no longer play videos in my camera roll. I just get the following error "The  requested URL was not found on this server"

    After uprading to iOS 5.1 I can no longer play videos in my camera roll. I just get the following error "The  requested URL was not found on this server".
    Anyone have any ideas?

    You have two choices to try & fix this: 1. Backup your phone, then restore as a new device, then restore from the backup you first created, or 2. Follow the advise from this poster:
    I had the same problem with the black blocks after upgrading to iOS4 on my iPhone. The reason for the black blocks is that the thumbnail images for those particular images have not been created when the Photo Library has been updated to iOS4. I followed the advice on a couple of blogs and fixed the problem.
    1. I downloaded iPhone Explorer free software (http://www.macroplant.com/iphoneexplorer/) so I could view the photo data folders on my phone. I could see that the thumbnail images were missing.
    2. I followed a slight variation on the instructions on this blog. (http://blog.mbentley.net/2010/06/iphone-ios-4-upgrade-restore-lost-pictures-in-c amera-roll/)
    3. First I copied the Photo Data folder by dragging it from the iPhone Explorer window to my Mac desktop.
    4. Through iPhone Explorer I deleted the info.plist file in the Media/PhotoData/MISC folder.
    5. I also deleted the Photos.sqlite and PhotosAux.sqlite files in Media/PhotoData.
    6. I then rebooted the phone and launched the Photo Library.
    7. The Library rebuilt it's self again and recreated the thumbnails.
    8. The problem was fixed!!! Thank you M Bentley!
    I hope this helps - this has been bugging me for 2 weeks.
    Regards
    Alijm23

  • Error: The requested URL was not found, or cannot be served at this time.

    Hi gurus,
    I have a report that has a parameter file. When I call the report the parameter form is displayed but after I enter the parameter values and click SUBMIT QUERY, I receive this error:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Reports Server name is not specified.
    If I run the report without parameter file it runs fine.
    Does anyone have an idea on how I can make this work.
    Thanks

    * Can you please tell what version of Reports you are using ie 6i or 9i and the exact version [ In builder give Help->About] . In this problem we cannot deduce anything from the version. But if it is very old, we can recommend installing the latest patch.
    * Please post the full command line request. If you have used any keys in cgicmd.dat , please post the expansion of that keys also.
    * If possible as a workaround give paramform=no&paramName=paramValue ... in request till this problem is resolved.
    Thanks
    The Oracle Reports Team

  • Error: The report source could not be retrieved from the state object.

    I have been trying to create a report in a JSF page. The relevant parts are below:
    Inside the JSP page, this is the code:
                  <jsp:useBean id="MyBean" class="com.nm.facade.rto.POJOViewerBean" scope="session" />
                    <jsp:setProperty name="MyBean" property="reportLocation" value="Report1.rpt" />
                   <v:reportPageViewer reportSource="#{MyBean.reportSource}"
                                           displayToolbarPrintButton="true"
                                           printMode="ActiveX"
                                           zoomPercentage="100"
                                           displayToolbarExportButton="true"
                                           displayToolbarRefreshButton="true"
                                           viewerName="My Viewer"
                   ></v:reportPageViewer>
    In the backing bean, this is the relevant code:
        public Object getReportSource() throws ReportSDKException
            if (propertiesChanged || reportSource == null)
                propertiesChanged = false;
                if (reportLocation == null)
                    throw new RuntimeException("The reportLocation property must be set before a report source is retrieved");
                ReportClientDocument rcd = new ReportClientDocument();
                rcd.setReportAppServer(ReportClientDocument.inprocConnectionString);
                rcd.open(reportLocation, 0);
                DatabaseController dbc = rcd.getDatabaseController();
                //Create the POJO collection and populate it with data
                ReportData[] data =
                  new ReportData("B.B.", "King", 6, new Date(25, 9, 16)),
                    new ReportData("Muddy", "Waters", 7, new Date(15, 4, 4)),
                    new ReportData("John Lee", "Hooker", 8, new Date(16, 8, 16)),
                    new ReportData("Otis", "Rush", 9, new Date(34, 4, 29)),
                    new ReportData("Buddy", "Guy", 10, new Date(36, 7, 30))
                //Create the result set from the collection of POJOs
                POJOResultSetFactory factory = new POJOResultSetFactory(ReportData.class);
                factory.setVerbose(true);
                POJOResultSet results = factory.createResultSet(data);
                ResultSetMetaData metaData = results.getMetaData();
                //Set the resultset as the report datasource
                      //Get the table name from the 'Set Datasource Location' dialog in the Crystal Reports designer
                String reportTable = "getReportDataDataSource";
                dbc.setDataSource(results, reportTable, reportTable);       
                IReportSource reportSource = rcd.getReportSource();
                if (reportSource == null)
                    throw new RuntimeException("Unable to get a report source.");
            return reportSource;
    In the CRConfig.xml, this is what is there:
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
        <reportlocation>../reports</reportlocation>
        <timeout>0</timeout>
        <ExternalFunctionLibraryClassNames>
             <classname></classname>
        </ExternalFunctionLibraryClassNames>
    </CrystalReportEngine-configuration>
    The report template 'Report1.rpt' is packaged under WEB-INF/reports in the war file.
    When I try to generate the report by accessing the JSF page, I am getting an error: "The report source could not be retrieved from the state object. "
    I am not sure what is wrong. Can someone help me in resolving this issue?
    Edited by: renshai on Jul 9, 2009 3:21 AM

    My formatting gets lost and the message looks unintelligible. After some experimentation, I found that if the message exceeds some length, the formatting is removed. Since I couldn't find any way to delete this post, I made another post with the same subject. Please ignore this post and help me to find a solution for the problem posted in the other thread with the same subject. Thanks in advance.

  • When using my LG android phone to download Firefox I get a message stating "The requested item could not be found". And when I try to find it in the android market on my phone it does not come up in the search results.

    This occurs every time.

    Please check here to see whether Firefox is available for your phone:
    https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements

  • When I click the link to install Firefox to my Android phone I recieve the error: The requested item could not be found.

    My phone is an LG Optimus, presumable of the type necessary to install Firefox. The download does not appear when I click the link.
    Duplicate of https://support.mozilla.com/en-US/questions/781287

    Sorry but this phone is not compatible with the current mobile Firefox releases due to the ARMv6 (ARM11) CPU it uses when release work on ARMv7 cpu's.
    Also it needs the Android 2.1 update if you are still running 1.6
    You can perhaps try the experimental ARMv6 nightlies (Fennec).
    https://wiki.mozilla.org/Mobile/Platforms/Android#ARMv6_.28experimental.29

  • Music - The requested URL was not found on this server

    Hi
    I have brought iphone 5 and most of all my songs are brought from itunes, I can not play my music application - everytime I click on a song to play I get an error message saying - "The requested URL was not found on this server" also all my music were not downloads into my iphone 5 from iphone 4. What can I do, please direct me. I have backed up my music and photos on my laptop, even my itune isn't showing all the music i purchased with apple.

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • HELP. "The requested URL was not found on this server." (iPhone videos)?

    So i was editing a bunch of videos on iMovie on my phone and while exporting, i didn't have enough space. So I thought that I would delete the videos off my Camera Roll (the ones i'm putting into iMovie) thinking that i would still be able to export and have enough space.
    It was the wrong decision because it resulted in having all the videos deleted even on iMovie. So i backed up my files on iTunes 2 days ago (luckily) and when i restored my files, the videos are back.
    BUT the videos that were saved from snapchat (they were going into the video i was putting together) wouldn't play! It shows the error "The requested URL was not found on this server".
    I looked up everything possible to try and fix it but i just can't find it the correct solution. I accidentally backed it up tonight and so the old back up file is gone. I really want to save these videos. The videos still show up in my Camera Roll, they just wouldn't play because the error shows up.
    When i connect my phone to my laptop (PC windows vista... I know its old but it works fine for me) it would show the option "open device files" or something. so when i open it, it shows the DCIM folder. And so i open that it shows all my pictures and videos.
    Problem is my snapchat videos show up as 0 bytes and still wouldnt play. I've attacted the error message just so you guys know what i'm talking about.
    I'm really sad and upset about this, so can anyone help me??
    pleaseeee!

    This might be helpful:
    http://support.apple.com/kb/HT4539

  • My iphone wont let me play songs that I bought from iTunes. It says "The requested URL was not found on this server" How can i play my music also my music videos again?

    I bought a few songs and music videos from iTunes, then all of a sudden it wouldn't play and would just skip to the next song. With the music videos it would do the same. Also, this message would show up " The Requested URL could not be found on this server" What does that exactly mean? And what do I need to do to play my music/videos again?

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • The requested URL was not found, or cannot be served at this time.

    Hi,
    While processing the Reports request, the Reports CGI gives
    the following error -
    The requested URL was not found, or cannot be served at this
    time.
    The error is shown only when the URL exceeds more than 1500 -
    2000 something. If i remove some of the parameters to make the
    URL shorter then it works fine. Is there any limitation
    regarding the length(number of characters) of the URL send to
    RWCGI60. Immediate help would be appreciated.
    Thanks in advance,
    Aniruddha.

    hello,
    there is a limitation of the URL length. this limitation is
    depending on the HTTP protocol and the used browser. it has
    nothing to do with oracle reports.
    a work around would transfer the parameter in the HTTP header.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • The requested URL was not found error

    Hi gurus,
    I have a report that has a parameter file. When I call the report the parameter form is displayed but after I enter the parameter values and click SUBMIT QUERY, I receive this error:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Reports Server name is not specified.
    The following is the URL that displays the parameter form
    http://RZ-apps-svr/dev60cgi/rwcgi60.exe/getjobid113?server=RZ40Repser
    Does anyone have an idea on how I can make this work.
    Thanks

    "trying to run a report over the web"...
    Can you type the exact string into the Address line of a browser and make it work?
    I've had this error when
    1. Typos
    2. & where I should have a ?
    3. I didn't have access to the DNS name
    4. I was using .runtime from Java and forgot to throw in leading ^ before the \ to make things carry through correctly in NT
    Pounding away at the Address line is the easiest way I've found to solve this problem, since 99% of the time it's a typo or malformed URL attempted to be sent via http: invisibly from my app.
    Good Luck!

  • The requested item could not be found error when trying to download Firefox 4 beta

    I get the error "The requested item could not be found" when trying to download Android Firefox 4 beta.

    Please check here to see whether Firefox is available for your phone:
    https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements

  • Hitting submit on th eparameter form causes the requested url was not found

    Hi,
    I'm using reports 6i patch 10 on a Oracle 8.1.7.4 , all of it is installed on a windows xp system.
    When I try to run one of my own reports through the web (still staying on the local machine) this works well for displaying the parameter form.
    Hitting the submit button on the parameter form causes
    Error: the requested url was not found, or cannot be served at this time
    Oracle Reports Server CGI- reports server name is not specified
    But the server name is in the command line
    When I run the same report with paramform = no and specifying the required parameters in the command line everything runs well.
    When running the supplied test report everything runs ok, with and without the parameter form.
    Any idea what's going on?
    Do I need to give more detailed info?
    regards, Piet

    Running it the way you specified it works well, also with keymap everything is ok then.
    The environment settings are
    RWCGI Environment
    Oracle Reports Server CGI60 version 6.0, a Win32 executable.
    HTTP Environment Variables (server):SERVER_NAME pdb-laptop
    SERVER_PORT 80
    SERVER_PORT_SECURE undefined
    SERVER_SOFTWARE Oracle WebDb Listener 2.1
    SERVER_PROTOCOL HTTP/1.0
    GATEWAY_INTERFACE CGI/1.1
    SCRIPT_NAME /dev60cgi/rwcgi60.exe/
    HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
    HTTP Environment Variables (request):HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
    REQUEST_METHOD GET
    QUERY_STRING server=Rep60_PDB-LAPTOP-OraDevHome
    CONTENT_LENGTH undefined
    CONTENT_TYPE undefined
    REMOTE_HOST 127.0.0.1
    REMOTE_ADDR 127.0.0.1
    REMOTE_USER undefined
    REMOTE_IDENT undefined
    HTTP_REFERER undefined
    HTTP_COOKIE databaseid=bd2Ng49PxTNWh9Ks03Ga4AnAhXnC4SwGCtOXkzqe8NSDLcoIaZU=; lastuserid=bd2Ng49PxVwN3dWo3XGH8g==
    AUTH_TYPE undefined
    HTTP_AUTHORIZATION undefined
    PATH_INFO showenv
    PATH_TRANSLATED undefined
    Oracle Reports Server CGI60 Environment Variables:PATH C:\OraDevHome\bin;C:\OraHome\bin;C:\OraHome\Apache\Perl\5.00503\bin\mswin32-x86;C:\Program Files\Oracle\jre\1.1.7\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Ulead Systems\MPEG;C:\PROGRA~1\UTILIT~1\ULTRAE~1;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\Program Files\Executive Software\DiskeeperWorkstation\
    ORACLE_HOME C:\OraDevHome
    RW60 C:\OraDevHome\REPORT60
    ORACLE_PATH undefined
    REPORTS60_PATH C:\OraDevHome\REPORT60\ADMIN\TEMPLATE\US;C:\OraDevHome\REPORT60
    REPORTS60_TMP C:\OraDevHome\REPORT60\TMP
    REPORTS60_CGIMAP undefined
    REPORTS60_CGIHELP undefined
    REPORTS60_CGIDIAGBODYTAGS undefined
    REPORTS60_CGIDIAGHEADTAGS undefined
    REPORTS60_CGINODIAG undefined
    USER_NLS_LANG undefined
    NLS_LANG AMERICAN_AMERICA.WE8ISO8859P1
    Stdin is empty.
    CGI Command Line is used
    main.argv[0] C:\OraDevHome\tools\web60\cgi\rwcgi60.exe

Maybe you are looking for

  • An answer regarding language and TOC

    I am writing this little post because I know how frustrated you can become about small, small things. Things that make your book not entirely into your own language. I have posted questions in many threads - and finally got a solution for us who are

  • Books online

    Does anybody know where and how can I find books online for Oracle 8i? Carmen

  • How to force landscape orientation?

    Hello! I have a JSP page that generates a html page that is too wide to be printed in portrait orientation. How can I force that the page is oriented as a landscape, when it is printed?

  • Help! Not sure about this one.

    I have been using iTunes and iPod for a while and have never had this happen: I had a power loss, with iTunes open. Upon reboot, Itunes opened with all mu Playlists wiped, had to read all my MP3's like new, and I am still missing a thousand or so. My

  • Why do I have 7GB of "other" on my iphone 4s? Please Help!!!!!!!!

    today i pluged my iphone 4s to my mac and it had 7GB of "other"... I allready restored it but it still has 7GB of "other" HHHEEELLLPPP!!!