Something unexpected went wrong with this url...class not registered

Cannot open links in Outlook 2013 with default browser set to FireFox (26.0). If I set Internet Exploder as the default, I can open links in Outlook 2013.
Windows 8 x64
Thanks
Stuart

Try to uninstall and reinstall the Aurora version to do a clean reinstall.
Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.

Similar Messages

  • What is wrong with this Java class and method?

    Created a managed bean and following method as shown below.
    public void setEvent(DisclosureEvent disclosureEvent, CoreShowDetail detail) {
    if (disclosureEvent.isExpanded()) {
    detail.setDisclosed(!detail.isDisclosed());
    -- Then integrated above in the following jspx.
    <af:showOnePanel inlineStyle="width:400px;height:300px;"
    binding="#{ShowApanel.showOnePanel1}"
    id="showOnePanel1">
    <af:showDetailItem text="ADF Faces Components"
    binding="#{ShowApanel.showDetailItem3}"
    id="showDetailItem3" disclosureListener="#{ShowApanel.setEvent}">
    <af:panelHeader text="ADF Faces Components First Child"
    binding="#{ShowApanel.panelHeader6}"
    id="panelHeader6"/>
    <af:panelHeader text="ADF Faces Components Second Child"
    binding="#{ShowApanel.panelHeader5}"
    id="panelHeader5"/>
    </af:showDetailItem>
    <af:showDetailItem text="Architecture"
    binding="#{ShowApanel.showDetailItem2}"
    id="showDetailItem2"
    disclosureListener="#{ShowApanel.setEvent}">
    <af:panelHeader text="Architecture First Child"
    binding="#{ShowApanel.panelHeader4}"
    id="panelHeader4"/>
    <af:panelHeader text="Architecture Second Child"
    binding="#{ShowApanel.panelHeader3}"
    id="panelHeader3"/>
    </af:showDetailItem>
    </af:showOnePanel>
    THE ISSUE:[b]
    I am still not able to programmatically disclose or undisclose the panel component.
    Where am I going wrong? Please help.
    Thanks,
    Ruchir

    Hello Frank,
    I put several print statments but none of them is executing on browser. Does this mean that the method is not being called even once?
    public void setEvent(DisclosureEvent disclosureEvent, CoreShowDetail detail) {
    System.out.println("HelloServer Exiting ...");
    if (disclosureEvent.isExpanded()) {
    System.out.println("HelloServer Exiting1 ...");
    // detail.setDisclosed(!detail.isDisclosed());
    System.out.println("HelloServer Exiting2 ...");
    Thanks,
    Ruchir

  • Oops! Something just went wrong with My Files. Please contact support.

    I get this message when trying to select my cover image from "MyFiles." I'm not sure what the problem is? It's a pdf and it's definitely the correct size.

    I'm using the one page cover designer. I've formatted a pdf to the size specificed, and when I try to select it at the one page cover step (it's already uploaded to "My Files"), I keep getting the "oops!" message.

  • I bought my i pod touch from us but i live in india .i have been using this from many days fr just a few days before something went wrong with it and the date and time has changed what do i do?

    i bought my i pod touch from us but i live in india .i have been using this from many days fr just a few days before something went wrong with it and the date and time has changed what do i do?

    Have you went to Settings>General Time&Date and correct the time.  Make sure the time zone is correct too.  Also go to Settings>General>Inernational and make sure the Gergorian calender is selected.

  • I got this message when I just finished my online ordering. "We're Sorry. Something went wrong with your request. Please try again later." and I didn't get confirmation email yet but I've been charged from my credit card already. Any suggestion please?

    I got this message when I just finished my online ordering. "We're Sorry. Something went wrong with your request. Please try again later." and I didn't get confirmation email yet but I've been charged from my credit card already. Any suggestion please?

    I am having the same issue. When I try to update my payment information I receive an error that states, "We're sorry, something seems to be wrong on our end. Please try again later.
    After Adobe's servers were breached I received a phonecall from my bank, stating that someone had used my credit card at a hotel in Mexico (I live in Ohio). I closed that credit card and was issued a new card. I want to update my card information on my Creative Cloud subscription. I chatted via the web with a customer service rep today. He was anable to help me. He suggested I call the Care Center. The hold was estimated at 2 hours. All I want to do is update my card information so the next time Adobe automatically bills for my subscription the transaction doesn't bounce.

  • Something has gone wrong with my external hard drive after my macbook battery went off.. now i cannot paste or create new folder. Does anyone know how to fix this?

    something has gone wrong with my external hard drive after my macbook battery went off.. now i cannot paste or create new folder. Does anyone know how to fix this?

    Bus powered external drive?
    Backups?
    Does Disk Utility can see and repair the drive or not?
    Also try here in future:  MacBook Pro

  • "Something went wrong with running Nokia Xpress" A...

    hello there,
    out of the blue the nokia xpress browser on my asha 501 does not start anymore: it just shows the blue background with the globe icon. when i press the back button, the following message appears:
    "Something went wrong with running Nokia Xpress"
    - I have subsequently updated the phone software to version 14.0.4
    - I have run the troubleshooter tool under "installed programmes"
    ("Debug <Ovi Browser> connecting on port 2800")
    - I have restarted the phone
    nothing helped.
    is anybody familiar with the problem and might assist with some help?
    thanks in advance
    *chris.

    Hi Chris,
    I had the same problem but I managed to solve this today (04/12).
    Follow the steps below:
    Be sure to backup your files.
    1. Settings (configuration) > Reset phone
    2. Click OK. Wait restart your phone.
    3. Run Nokia Xpress and DON'T upload your backup.
    I hope that your problem was solved.
    And, after this situation, when your phone ask to keep the old files of the browser, click on No.
    Bye,
    Pedro HSB
    If this helped you, please, give to me a Kudo Star, so I can contribute further, but, if this didn't help you, contact me and we gonna solve your problem together.

  • Something went wrong with my apple tv and now it says that it is in retail demo mode. How can i fix it?  I have had it for more than one year without any problem

    something went wrong with my apple tv and now it says that it is in retail demo mode. How can i fix it?  I have had it for more than one year without any problem

    To turn on/off retail mode, go to settings, general, legal.
    Do not open legal, just put the cursor there.
    Then, on the remote, type this sequence : right - right - left - center.
    The AppleTV should reboot.

  • What am i doing wrong with this class please help

    What am i doing wrong with this class? I'm trying to create a JFrame with a JTextArea and a ScrollPane so that text can be inserted into the text area. however evertime i run the program i cannot see the textarea but only the scrollpane. please help.
    import java.io.*;
    import java.util.*;
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class Instructions extends JFrame{
    public JTextArea textArea;
    private String s;
    private JScrollPane scrollPane;
    public Instructions(){
    super();
    textArea = new JTextArea();
    s = "Select a station and then\nadd\n";
    textArea.append(s);
    textArea.setEditable(true);
    scrollPane = new JScrollPane(textArea, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
    this.getContentPane().add(textArea);
    this.getContentPane().add(scrollPane);
    this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    this.setTitle("Instructions");
    this.setSize(400,400);
    this.setVisible(true);
    }//end constructor
    public static void main(String args[]){
    new Instructions();
    }//end class

    I'm just winging this so it might be wrong:
    import java.io.*;
    import java.util.*;
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class Instructions extends JFrame{
    public JTextArea textArea;
    private String s;
    private JScrollPane scrollPane;
    public Instructions(){
    super();
    textArea = new JTextArea();
    s = "Select a station and then\nadd\n";
    textArea.append(s);
    textArea.setEditable(true);
    scrollPane = new JScrollPane(textArea, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
    // Here you already have textArea in scrollPane so no need to put it in
    // content pane, just put scrollPane in ContentPane.
    // think of it as containers within containers
    // when you try to put them both in at ContentPane level it will use
    // it's layout manager to put them in there side by side or something
    // so just leave this out this.getContentPane().add(textArea);
    this.getContentPane().add(scrollPane);
    this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    this.setTitle("Instructions");
    this.setSize(400,400);
    this.setVisible(true);
    }//end constructor
    public static void main(String args[]){
    new Instructions();
    }//end class

  • "Something went wrong with your request. Please try again later."?

    I ordered a Retina MacBook Pro on the 24th. Today, I went to check the status of the order and it redirected me to https://secure1.store.apple.com/ie/order/sorry saying:
    Something went wrong with your request. Please try again later.
    The only place I can get to is the account homepage. Anyone have any idea whats wrong?
    Cheers.

    Hi Fionnr,
    If you are in USA then you can call them their toll free number 1-800-275-2273 or otherwise if you have an Apple ID then you can raise a request on https://expresslane.apple.com/GetproductgroupList.action
    They will help you further. 

  • Something went wrong with sync. between pc and Ipad now part of the information is gone on the ipad how do I put the backup from the pc to the ipad

    Something went wrong with sync. between pc and Ipad now part of the information is gone on the Ipad. How do I take the backup of the pc and put it back on the Ipad.

    Same thing just happened to me.  Help!

  • We're Sorry. Something went wrong with your request. Please try again later.

    We're Sorry
    Something went wrong with your request. Please try again later.
    I meet the problem above when i click the button 'Check Older Status'? Who can help me?

    We have the same problem here in Australia too. I haven't been able to cancel my iPhone 4s I ordered online. I was able to purchase one from a retail store the last thing I need is two iPhone 4s :P

  • HT4623 After updated to iOS 7.1.1, my iPad went wrong with time and date. How can I solve this?

    I have updated my iPad mini to iOS 7.1.1 recently. After updated, it went wrong with time and date even I tried to restart it or set manual time/date or set auto time/date. How can I solve this problem?

    Hello Phirum OL,
    Here is an article that will help you adjust the date and time settings on your iPad:
    iOS: Troubleshooting issues with date and time
    http://support.apple.com/kb/ts3920
    Learn the steps to take if your device has any of the following issues with the date and time.
    Incorrect date or time
    Wrong time zone being set automatically
    Issues related to automatically switching with daylight savings time
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • Whath is wrong with this code???

    Whath is wrong with this code:
    import java.sql.*;
    class DataBaseConnexion
    Connection connexion;
    String url;
    DataBaseConnexion()
    {// 1-charger le driver JDBC-ODBC
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    System.out.println("chargement du driver r�ussi");
    catch(ClassNotFoundException exc) {
    System.out.println("Erreur de chargement du pilote !");
    }// d�finir le pseudo URL pour joindre la BD
    url = "jdbc:odbc:cdi";//2- se connecter � la base de donn�es
    try {
    connexion = DriverManager.getConnection(url, "user_name", "pass_word");
    System.out.println("connexion r�ussie");
    catch(SQLException exc){
    System.out.println("Erreur 1 ! - " + exc.toString());
    public static void main(String Arg[])
    DataBaseConnexion db = new DataBaseConnexion();
    }//this errors occure
    File "C:\Documents and Settings\Administrateur\Bureau\DataBaseConnexion.java" Line 40: Syntax Error
    ---------------- JDK Release Build ------------------
    Compiling C:\Documents and Settings\Administrateur\Bureau\DataBaseConnexion.java
    C:\Documents and Settings\Administrateur\Bureau\DataBaseConnexion.java:40: 'class' or 'interface' expected
    public static void main(String Arg[])
    ^
    C:\Documents and Settings\Administrateur\Bureau\DataBaseConnexion.java:45: 'class' or 'interface' expected
    ^
    C:\Documents and Settings\Administrateur\Bureau\DataBaseConnexion.java:47: 'class' or 'interface' expected
    ^
    3 errors
    Finished

    I think you should remove the last closing curly brackets two lines above the main method.
    Regards

  • Notification on HP EPrint: Oops! Something just went wrong on our server!

    We've got a problem on the site www.hpeprint.com.
    After log in, directly the message:
    Oops! Something just went wrong on our server! We've logged the problem and will fix it as soon as possible. Sorry for the inconvenience
    The eprint settings dont work so we can't change the settings of the printer for eprint.
    it should print out of sheet input 2 instead of 1, Where is paper with letterhead in.
    but i cant change the settings becouse the error message.
    how can i change the settings?
    sorry for the bad english, i'm dutch...

    Hi AJS77,
    I understand that you're where having issues with the website.  The website should be working fine at this time.  Let me know if you're still having issues logging into the site.

Maybe you are looking for

  • BW enhancement -- plz advice

    Hi, While doing the enhancement for BW using standard function module EXIT_SAPLRSAP_001 and INCLUDE ZXRSAU01 is it advisable to use the function module. I mean if the extra field required by BW is derived using a Function Module then does it hamper p

  • MBP, 15", mid-2010, Yosemite, is sluggish!

    Hello, I have read the post below this one "MacBook suddenly started running slow" posted by "stephjonas", and have completed the first step given by Linc as follows....  (also, I checked my battery cycle count which is 262 out of a maximum of 1,000)

  • Power consumption for 7100?

    Hi: Does anybody know what is the power consumption of the 7100 series device in the 'idle'  mode and 'call' mode? Can not seem to find this information.... Thank you

  • Using Apps on ipod touch

    Hello, Just bought an ipod touch 32Gb 3rd Gen. I clicked on the Apps icon and went to Free Apps and thought of downloading a GPS app (it said Free). However when I went to install it it asked for my paswword twice and then sent me to my payment detai

  • OPC fieldpoint VT_BOOL gives "Bad Value" in Citect

    We run Citects OPC-client and tries to communicate with the Fieldpoint OPC-server. Analog values AI/AO work all fine but DIO-550 I/O-values do not. The data type is VT_BOOL. The error message is "Bad value". The client can be configured to skip "bad