Error: on clicking Registry menu item in ESM Management Portal. The request failed with HTTP status 404: Not Found.

Hi,
I have installed ESB Management Portal successfully after following all the steps. everything is working fine except when I click the Registry menu in the portal. I get an unhandled exception. The event viewer shows the below error "The request failed
with HTTP status 404: Not Found."
================================================
Event code: 3005 
Event message: An unhandled exception has occurred. 
Event time: 1/27/2015 5:56:10 PM 
Event time (UTC): 1/27/2015 5:56:10 PM 
Event ID: f7aedd39118845b79c17d3442a0d15a7 
Event sequence: 54 
Event occurrence: 1 
Event detail code: 0 
Application information: 
    Application domain: /LM/W3SVC/1/ROOT/ESB.Portal-1-130668549484455107 
    Trust level: Full 
    Application Virtual Path: /ESB.Portal 
    Application Path: C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\ 
    Machine name: <Machine Name> 
Process information: 
    Process ID: 4712 
    Process name: w3wp.exe 
    Account name: NT AUTHORITY\NETWORK SERVICE 
Exception information: 
    Exception type: TargetInvocationException 
    Exception message: Exception has been thrown by the target of an invocation.
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
   at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
   at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
   at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
   at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
   at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
   at System.Web.UI.Control.EnsureChildControls()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The request failed with HTTP status 404: Not Found.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.Practices.ESB.Portal.UDDIService.UDDIService.GetCategoryByName(String UDDIServerUrl, String tModelName) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Web References\UDDIService\Reference.cs:line
575
   at Microsoft.Practices.ESB.Portal.Uddi.ServiceProxy.getBTEndpoints(String applicationName, Boolean getSendPorts, Boolean getRcvLocations) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Uddi\ServiceProxy.cs:line
553
   at Microsoft.Practices.ESB.Portal.Uddi.ServiceProxy.GetEndpointsByApplication(String applicationName, Boolean getSendPorts, Boolean getRcvLocations) in c:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Uddi\ServiceProxy.cs:line
46
Request information: 
    Request URL: http://localhost/ESB.Portal/uddi/uddi.aspx 
    Request path: /ESB.Portal/uddi/uddi.aspx 
    User host address: ::1 
    User: <domain>\<user>
    Is authenticated: True 
    Authentication Type: Negotiate 
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
Thread information: 
    Thread ID: 19 
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Is impersonating: False 
    Stack trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
   at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
   at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
   at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
   at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
   at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
   at System.Web.UI.Control.EnsureChildControls()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details: 
=================================
Any idea why this is happening and what needs to be done ?
PLEASE HELP
Thanks & Regards
Vikram

Snippet from the link below:
If you get a “404: Not Found” error, it ‘s because by default there is no script map for .svc file with default IIS 7.0 installation, so you need to register .svc extension in IIS:
You need to update IIS script maps to register .svc extension In a command prompt (ran as administrator), execute the following command:
“%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe” -r -y"
Refer:
https://dgoins.wordpress.com/2010/05/01/esb-toolkit-management-portal-installation-notes-from-the-field-2/
Sarvanan's blog around this with detailed explanation:
Configuring Exception Management Portal
As mentioned above also
Check Portal Configuration Settings
Rachit
Please mark as answer or vote as helpful if my reply does

Similar Messages

  • Error Message: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. The request failed with HTTP status 404: Not Found.

    I have a web page that contains a ReportViewer control.  I am trying to display a report, which is an .rdl file located on the SSRS server, in this ReportViewer control.  I have set the ReportPath and ReportServerUrl correctly.  I am
    getting an error message.
    Am I suppose to use an .rdlc file rather than a .rdl file?  Does the web server configuration need to use a certain account?
     I am getting the following error message:
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    The request failed with HTTP status 404: Not Found.

    Hi bucaroov,
    The error "The request failed with HTTP status 404: Not Found." means the ReportServerURL configured in the ReportViewer control is invalid.
    Please follow these steps to solve the issue:
    Logon the Report Server machine.
    Open the Reporting Services Configuration Manager.
    Copy the Report Server URL from 'Web Services URL'.
    Logon the application server(in this case, it is the server that host the web page), check if we can use the URL we got from step 3 to access the Report Server. If so, please replace the ReportServerURL in the ReportViewer control with this URL. If it is
    not available, could you please post the error message.
    Additionaly, we don't need to provide the extension for a server report. The ReportPath should be like: /<reports folder>/<report name>
    For more information, please see:
    Walkthrough: Using the ReportViewer Control in Remote Mode:
    http://msdn.microsoft.com/en-us/library/ms251669(VS.80).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • Error "The request failed with HTTP status 401: Unauthorized"

    Dear All,
    While running ssrs report using reportviewer I am getting following error as "The request failed with HTTP status 401: Unauthorized". I have also added required entry in registry and rebooted the server. But same issue appears. So, please help
    me to resolve this.
    Thanks in advance

    Hi dsddsadsa,
    According to your description, when trying to running report from the report viewer control, the error  "The request failed with HTTP status 401: Unauthorized" is thrown out.
    While running report viewer control without impersonation setting, by default it will use the process identity which is Network Service (the AppPool identity is Network Service). Depending on the identity of the AppPool the app is running under, the identity
    might be rejected. In your scenario, you may haven’t enable ASP.NET impersonation, you will get this exception. Please set up the following impersonation in the Web.config file, so that ASP.NET will use the configured user name and password to access the report
    server:
    <configuration>
    <system.web>
    <identity impersonate="true"
    userName="domain\user"
    password="password" />
    Reference:
    Request failed with HTTP status 401: Unauthorized (ReportViewer
    control)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Error http the request failed with http status 401: unauthorized

    Hi,<o:p></o:p>
    We are currently developing a Web Part for a
    dashboard that connects from SharePoint 2010 to Project Server, we are trying
    to connect via the PSI web service and fetch the project data but it is giving
    the same error "The request failed with HTTP
    status 401: Unauthorized". We are having a huge
    issue with gaining authorization through the PSI and cannot figure out what the
    problem is. We are using Project Server 2010, SharePoint 2010 and Visual Studio
    2010.<o:p></o:p>
    The person developing this has administrative
    rights on both servers and it is running on his account. However, this is his
    first experience with Project Server. Could some provide some guidance?<o:p></o:p>
    Does anyone have any suggestions?<o:p></o:p>
    Thanks,<o:p></o:p>
    Aba
    <o:p></o:p>

    Hi,
    Have the credentials been set for the web service? Or are you trying to pass the credentials of the user accessing the webpart? In the second case, the user must have permissions in project server
    It would be useful if you can share the part of the code that fails
    Paul

  • Getting error "The request failed with HTTP status 401: Unauthorized " for _vti_bin/Authentication.asmx

    Hi All,
    My Web application is FBA application and I am using the lists.asmx services in my custom webpart. To run this lists.asmx service in FBA enabled site we need to use Authentication.asmx service..
    I referred this link:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/21867e28-75d5-42c8-850b-bfb5c5894eed .
    I wrote a code as mentioned in this article but now I am getting  error "The request failed with HTTP status 401: Unauthorized " for Authentication.asmx service itself. Can somebody help me why it is not working even everything looks
    correct?
    Thank you.
    Regards,
    Rahul Shinde.

    Hi Rahul,
    Give permissions to the user on the web application.
    Central Admin -->Application Management --> Application Security -->Policy for web application --> Select the
    web application --> Add User
    For more information, refer to
    http://microsoftdev.blogspot.com/2009/10/sharepoint-web-services-access-give.html
    http://www.codeproject.com/Articles/24244/Access-a-Forms-Based-SharePoint-Site-s-Web-Service
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • The request failed with HTTP status 401: Unauthorized error message

    Hi
    While processing security (OLS v4.3 SQL2000), we encounter the following problem towards the end of the process:
    Creating Desktop folders
    Completed
    Error occurred
    CreateJournalReport: The request failed with HTTP status 401: Unauthorized., FindAppsetFolder Failed
    We have checked the IIS as recommended in some previous threads but we still have the same error message each time we process security.
    Does anyone have any other ideas what the problem could be?
    Many thanks

    Hi,
    There are several SAP notes speaking about this subject. For example, check if SAP note numbers 1103004 or 1104690 can help you.
    Kind Regards,
    Patrick

  • Http status 404: Not Found Error in BPC Admin

    When opening BPC Admin, click on Manage Security, Manage Applications, Application Sets, etc. receiving an error message - The request failed with HTTP status 404: Not Found.
    At this point we can not add users or import data.

    Dear Mike Formica,
    Please make sure you have installed the BPC Admin on your PC first. If you've installed, you could use the BPC Admin without SAP Web. You can see the file .exe in the directory "C:\Program Files\BPC" and click the file name "OsoftAdminMain.exe" and please make sure again you have the admin privillage in SAP BPC. 
    Thanks,
    Wandi

  • Error  404 Not Found in  iplanet webserver

    Hi,
    We have application to hosted in iplanet webserver and weblogic application server.
    we/users accesing one URL like http://domain.com/context/folder1/index.jsp.
    some request fails(intermittently) and giving 404 not found error to user page.we checked the iplanet access and error logs. in logs we saw 404 not found error.
    we got some solution to change KeepAliveTimeOut param from 30 sec to 300 sec. we did the same . but after that also we are facing the issue.
    please any one knows . please help us.
    Regards
    karthik

    Hi,
    Is your web server forwarding all requests to Application server (web logic). If so you need ti have those files in the app server doc root.
    give more details like what you are using passthrough or reverse proxy for request forwarding to Weblogic from Webserver.
    thx

  • Integrating Google Maps in Oracle Apex and 404 Not found error page

    Currently using APEX version 3.2.0.00.27 installed in OracleXE version 10.2.0.1.0. Have been attempting to recreate some examples of Google Maps within APEX. Found a nice set of examples here that build up to what I'm looking to ultimately do by incorporating google maps into APEX:
    http://blog.whitehorses.nl/2009/10/04/integrating-google-maps-in-oracle-apex/
    Unfortunatly, I'm getting the "404 Not Found, Not found, The requested URL /apex/wwv_flow.accept was not found on this server" page when I try to recreate the "Map with Search" example. I'd like to see if this really works using the html input and button tags in the body/region source versus creating APEX items to pass the address values to the javascript in the html header of the apex page. I'm thinking it's just an html thing within APEX that you have to do it a certain way, but I haven't managed to hit that magic combination. have gone to the google maps api v2 and looked at the html they use (it's what these examples with apex are based on) and tried that just to see. Same 404 result.
    I've seen suggestions at this forum and elsewhere that the 404 error is due to a bug. have been to metalink, and really haven't seen anything that spells out what the bug is and how to patch it or work around it. May be I just haven't found the right note/doc yet. have seen suggestions to change something associated with the Anonymous account that APEX uses. Have turned on authentication in the application to use an APEX user account with a logon page to the application. Still get the 404. Although, I have not adjusted anything elsewhere, like a DADS config file, because the apex/xe configuration is using the plsql gateway. Not sure of any procedure for changing settings on anonymous account when using plsql gateway.
    Open to suggestions. APEX 3.2 is customer version, so going to 4 may not be an option yet. XE, on the other hand, can certainly be swapped for an 11g version standard or enterprise edition if need be. I don't think this is a db version problem though. I think it's more on the APEX side of things.
    Anyway, any help or suggestions are appreciated.
    thanks
    rtp
    Edited by: RTP on Jun 24, 2011 10:30 AM

    Hi I have the same problem.... if you found the solution, please put it here to see it... I need a solution to this its urgent!!
    Thanks!!

  • Error message 404 NOT FOUND occurs

    Hi Experts
    In cProjects, in accounting tab page when I click on to the open field links( which links to R/3),  a new web page is opening with following message :-
    "404   Not Found
        The requested resource does not exist."
    "Details:   Go to main page of this application!"
    so please kindly help me resolve this matter
    thanks in advance
    Anand
    [email protected]

    Hi Reema;
    thankx for a prompt response.
    We have maintained the RFC connection and that is how the a/cing tab page is visible to us.
    After that when individual field like "Display order" Tcode "KO03" in SAP R/3 and many others are visible.
    But when we click on these links then the above mentioned error is coming.
    Please support us to resolve the error asap.
    Regards'
    anand

  • On Login to Workspace requested URL /pls/apex/f was not found Error

    Dear All,
    When I log into a workspace I get the following :
    The requested URL /pls/apex/f was not found on this server.
    Note:
    1. The workspace was working fine and while working only this issue started and the problem exists since.
    2. I am able to log into Internal Workspace
    The Error_Log is as follows:
    [Wed Jun 15 12:56:09 2011] [error] [client IP ADDRESS REMOVED] [ecid: 1308131768:IP ADDRESS REMOVED:2320:2580:12,0] mod_plsql: /pls/apex/f HTTP-404 ORA-20867: ORA-01654: unable to extend index APEX_040000.WWV_FLOW_ACTIVITY_LOG2$_IDX2 by 8 in tablespace APEX\nORA-06512: at "APEX_040000.WWV_FLOW_LOG", line 208\nORA-06512: at "APEX_040000.WWV_FLOW", line 12472\nORA-06512: at "APEX_040000.F", line 267\nORA-06512: at "APEX_040000.F", line 294\nORA-06512: at line 22\n
    Thanks & Regards
    Arif Khadas
    Edited by: Arif Khadas on Jun 15, 2011 1:26 PM

    Problem Solved.
    APEX TABLESPACE Problem.

  • DashBoard error: 404 - not found

    Dear Friends,
    I was trying to Set up the Dashboard in My System. Have done all the necessary steps as Instructed by SAP. Have assigned all the necessary licenses to the B1i user. Have Restarted all the required Services. But I am getting the following error:
    SAP B1ip detected error:
    Emitted HTTP Code:
    404-not Found
    Internal reasons
    /com.sap.b1.dashboard/001sap0001.SAP_DASHBOARD_001.DAB001/default.html
    I am using Windows7: Sql 2005: SBO 8.8 PL13.
    But I have not Installed xcelsius..is it necessary to Installed it..?? PLS advice...!!
    Experts pls help need to config the System ASAP.
    Regards,
    Aravind Kumar. S

    Hi Aravind,
    may you have Win7 in a 64Bit Version ?
    If so, and IF you correctly installed
    - the 32Bit JDK 5.0.22
    - AND the 64Bit JDK 5.0.22,
    - AND you have given the B1i user a password
    - AND you have minimum CONNECTED once with the B1i user to SBO
    - AND you have choosen the _64Bit_ installer from the installaltion directory \Technology\x64\setup.exe
    - AND all your test connections will working fine (in the landscape section of the B1i configurator)
    ... than there is still one source of trouble!
    During the installation procedure, you will be asked, to link to the 64Bit and the 32Bit installation path of the JDK.
    The problem is, that the preselected path of the 64Bit JDK is pointed on the 32Bit path.
    In an 32 Bit environment, the default program-installation path is C:\Program Files\
    In an 64 Bit environment, the default program-installation path C:\Program Files\ is only for 64Bit
    and the default program-installation path for 32Bit programs is changed to \Program Files (x86)
    In the above mentioned screen (where you select the 64Bit  and 32Bit JDK) both default-paths are pointing on the 32Bit path
    C:\Program Files (x86) \ JAVA
    correct it must be for 64Bit without (x86)
    C:\Program Files\Java\jdk1.5.0_22
    and for the 32Bit
    C:\Program Files (x86)  \Java\jdk1.5.0_22
    It is very easy to ignore this wrong preselection!!
    You can`t change this after Installation and I`m not sure if you can test/proof what was defined.
    So the easiest way is to DE- and RE-install the whole B1i again - that only takes 10 minutes.
    Hope that helps to solve your problem.
    regards from Hamburg
    Heiko

  • Oem database console giving a  404 Not Found error

    Hi, The OEM database console shows a 404 not found error outside the machine. It works fine within the machiine when I remote desktop. I am clueless as to why, the sysman logs directory is empty. If you know any reasons please let m e know.
    Thanks..

    It may be that you can't access the hostname/port on the server. So try to do a ping to the server and see if you can get a response, can you ssh or telnet to the machine? Is there a firewall between your client and the machine?
    -Andy

  • SAP B1iP detected an error 404 Not found

    我根据Yatsea 写的Creating New Dashboard Packages for Sap Business One 8.8以及提供的sample一步一步的去做,到最后一步提示如下错误:
    SAP B1iP detected an error:
    Emitted HTTP-Code
    404-Not Found
    Internal Reason
    /com.sap.b1.dashboards/001sap0001.XXX_Top_10_BPs.Top_10_BPs/default.html [err004]
    Recommendation
    Check for the correctness of your activity or environment or ask your system-administrator for further help.
    tid
    10111016465218008162C0A8016D9A20
    Full Internal Error Message
    /com.sap.b1.dashboards/001sap0001.XXX_Top_10_BPs.Top_10_BPs/default.html [err004]
    这是什么原因啊?我折腾了一天了,还没弄好哦。。。。

    Hi Jay,
         我重新导入了,有看到event,是在Failure里面。
       Result Message是:no scenario step (vBIU) associated for this step for the incoming system (SysId)
         Msg是:
        <?xml version="1.0" encoding="utf-8" ?>
    - <Msg xmlns="urn:com.sap.b1i.vplatform:entity" MessageId="10111710462131508066C0A801672D97" BeginTimeStamp="20101117104621" recording="false" logmsg="0009" MessageLog="true">
    - <Header>
      <IPO Id="INB_HT_CALL_SYNC_XPT" tid="10111709282731508057C0A801674050" />
      <Sender Id="001sap0004" />
      </Header>
    - <Header>
      <IPO Id="INB_HT_CALL_SYNC_XPT" tid="10111709282731508057C0A801674050" />
      <Sender Id="001sap0004" />
      </Header>
    - <Body>
      <Payload Role="T" Type="Call" add="" />
    - <Payload Role="S">
      <io xmlns="urn:com.sap.b1i.bizprocessor:bizatoms" pltype="ure">==== data-length: 0 ====</io>
      </Payload>
      </Body>
    - <Body>
      <Payload Role="T" Type="Call" add="" />
    - <Payload Role="S">
      <io xmlns="urn:com.sap.b1i.bizprocessor:bizatoms" pltype="ure">==== data-length: 0 ====</io>
      </Payload>
      </Body>
      </Msg>
      为什么会失败呢?失败的原因是什么呢?怎么解决呢?
    我看了里面Warning的信息:
    An IPO-Execution profile cannot be given, as the necessary log-information is missing!
    Make sure to set in the config-file 'xcellerator.cfg' the log-level for the components
    'com.sap.b1i.bizprocessor' and 'com.sap.b1i.dblayer' to 'CONFIG' (restart B1iP afterwards).
    Then, enable detailed logging for the particular IPO-Step and re-execute the particular IPO-Step!
    所以我检查了我的xcelerator.cfg文件。
    Dolphin
    Edited by: Wu dolphin on Nov 17, 2010 3:52 AM
    Edited by: Wu dolphin on Nov 17, 2010 4:47 AM

  • BT Speedtester: HTTP Status 404 error message

    This is a problem extracted from the thread below as it is a separate issue
    http://community.bt.com/t5/BT-Infinity/Bt-s-speed-tester/td-p/405819
    When trying to use the new Speedtester I get the message below in the banner line.
    HTTP Status 404 - /PerformanceTester/applet/progressbar/progressbar.html
    If I ignore the message and carry on I get  a TEST Error message before any meaningful data is displayed.
    The following is general information about the problem.
    1.The PC involved is running Windows XP and Internet Explorer 8
    2. The problem did not occur with the previous version of the speed tester.
    3. Java does not start as it used to.
    4. The Speedtester works OK using Firefox on the same PC.
    5. When running the Speedtester on a different PC with IE 7  I get the following screen
    6.  Based on the above it looks as if this check is failing with IE 8 on the original PC but other than the 404 message there is no other indication of this including in the event logs in the PC.
    7. At least one other contributor is having this problem.
    8. It is not a JAVA problem otherwise Firefox would not work.
    9. IE 8 is OK for most other activities so it appears to be an IE8 / New Speedtester problem.
    Three final questions
    a) Is anyone else having this problem ?
    b) Has anyone got a suggestion for the cause? 
    c) Has anyone got a cure that involves XP and IE8 ?  (I already have a work around)
    Solved!
    Go to Solution.

    I have just discovered this thread
    http://community.bt.com/t5/BB-Speed-Connection-Issues/bt-speedtest/td-p/409019
    Based on the information there I have created a new favorite
    http://www.speedtester.bt.com/  that as far as I can see is identical to my previous favorite.
    The new one works !!!
    The old one still gives the previous 404 error !!!

Maybe you are looking for