Bug: "default applications" does not work

I set my internet browser to "opera mobile".  nonetheless, everything gets opened in the nokia browser.  
What exactly is the benefit of changing the "default applications" then?

@BassemN8
Presumably you are referring to feature that performed correctly under Anna no longer being operative under Belle?
Happy to have helped forum with a Support Ratio = 42.5

Similar Messages

  • Application does not work properly when I press a CommanButton

    Hi all, I am having a problem with weblogic 10.3.5.
    It turns out that an application built with JDeveloper 11.1.5, I test it, and everything goes well in the JDeveloper integrated Weblogic.
    But when deploy in a standalone weblogic 10.3.5 server, the application does not work properly when I press a CommanButton to go to another page search (the property "action" is set correctly) , but nothing happens, stays in the same home page. Similarly when a commanButton link to run a task-flow, It do not work , however in the JDeveloper integrated Weblogic it runs correctly.
    How I can solve these problems?
    Thanks.

    Thanks Frank for help us, but when I writing this comment we are doing at home. So, we going to test the page in a stand alone weblogic server 10.3.5. We wrote the URL as :
    " http://<our ip>:7001/myApp/faces/index.jspx "
    this application contains a report desing and compiled with iReport 4.5.1 ( last version in the moment ), we can see the report when I press a commanButton without any problem.
    But now, we need try your suggestions in the office, and give you more information about it . Thanks for the moment.
    In the Afternoon we gonna give you more information about it .

  • HT201412 my wifi button does not working / it looks grey and can not open it... and my some applications does not working too ... please help me ... I bought this I phone from Beirut/Lebanon and i live in Turkey...

    my wifi button does not working / it looks grey and can not open it... and my some applications does not working too ... please help me ... I bought this I phone from Beirut/Lebanon and i live in Turkey...

    Here you go:
    http://support.apple.com/kb/ts1559

  • Start-mdbs-with-application does not work

    Hi,
    We have a cluster with two managed servers and a JMS server on a migratable target on WLS 10.3.2. We have some MDBs within an EAR module deployed on the cluster. When the managed servers are restarted, WLS produces the following warning:
    <The Message-Driven EJB: LogReceiver is unable to connect to the JMS destination: jms/loggingQueue. The Error was:
    javax.naming.NameNotFoundException: Unable to resolve 'jms.loggingQueue'. Resolved 'jms'; remaining name 'loggingQueue'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at weblogic.jms.common.CDS$2.run(CDS.java:222)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.jms.common.CDS.getDDMembershipInformation(CDS.java:216)
    at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDManagers(MessageDrivenBeanInfoImpl.java:1295)
    at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(MessageDrivenBeanInfoImpl.java:1092)
    at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1324)
    at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:480)
    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:415)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:75)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:67)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    We have configured a System module with a ConnectionFactory on a default targetting and a Queue deployed on the JMS Server. The jndi names for the ConnectionFactory and the Queue have been properly configured.
    Apparently, the container tries to bind the MDBs with their relative destination, but is unable to proceed due to the cluster jndi not having been loaded yet. According to the documentation, we could manage to avoid this early binding by specifying
    <wls:start-mdbs-with-application>true</wls:start-mdbs-with-application>
    in weblogic-application.xml. I tried (also using false, because the documentation is not that clear in this aspect), but without any result. Is there a reason why we cannot manage to have the mdbs connecting later with their destination?
    Also, we got a warning message in the deployment page, claming that the MDBs in the server that is not hosting the JMS server are not connected to their destination. They stuck on state "initializing". While, if we manually resume the connection, via console, the state turns to "Connected". Are these issues correlated somehow?
    Any help will be very much appreciated.
    Thanks in advance,
    - Francesco.

    Hi Francesco,
    From the link below (i.e. Oracle link for WLS-11g) it states that
    “Set to false to defer message processing until after WebLogic Server opens its listen port.”
    Search for: start-mdbs-with-application
    Link-1 http://download.oracle.com/docs/cd/E15523_01/web.1111/e15493/summary.htm
    *# Conclusion:*
    This means that “false” should have resolved your issue but it is not so this might be a bug. Similar bug was seen in WLS-9.2 version which was fixed in WLS-9.2 Mp-1 version check out the link below.
    Search for: CR293982 or CR299012
    Link-2 http://download.oracle.com/docs/cd/E13222_01/wls/docs92/issues/known_resolved.html
    However if it was fixed in WLS 9.2 Mp-1 then the same issue is most probably taken care in WLS 10.x.x version also.
    *# Suggestion:*
    - Try to set “start-mdbs-with-application” as “true” and check if that works for you.
    This is because if you read the “Link-1″ carefully it states that “With default setting of true”, however when you check the “Default” column it shows “false”. Hence cant say which one is default. It might be document bug as well. However you have tried it so you can skip this suggestion.
    *# How to solve this issue:*
    1) Create a simple test case to prove that “start-mdbs-with-application” when set as “false” does not work.
    2) Open a ticket with Oracle and provide all the details with the test case and let them do their job.
    Hope this information helps.
    Regards,
    Ravish Mody

  • BLOB download from report region in translated application does not work

    We created an application (APEX 3.1.2) with a base language dutch (300) and a translated application en-uk (3001). The problem is that in the translated application downloading BLOB's from a report region does not work and results in an error (page cannot be found).
    The query source for the region is:
    select naam
    , dbms_lob.getlength(bestand)
    , mimetype
    from bos_documentatie
    The column 'dbms_lob.getlength(filename)' is defined as a 'BLOB Download Format Mask' with the following setting:
    DOWNLOAD:BOS_DOCUMENTATIE:BESTAND:NAAM::MIMETYPE:FILENAME:::attachment:Open
    The URL's to the BLOB documents are different between the dutch and en-uk application:
    dutch:
    http://nldvnr01ux002:7792/pls/xvapexd/apex_util.get_blob?s=4260101889649158&a=300&c=12455124581749125&p=1001&k1=Application Multi Language.doc&k2=&ck=A24A5EA6903C5A9603B86D30F128F4DE&rt=CR
    en-uk:
    http://nldvnr01ux002:7792/pls/xvapexd/apex_util.get_blob?s=4260101889649158&a=300&c=12455124581749125.3001&p=1001&k1=Application Multi Language.doc&k2=&ck=7FF0C64FDD48A4D7A6892CFB2B6BCA57&rt=CR
    As you can see the c parameter for the en-uk version has a '.3001' at the end, the internal ID of the translated application. I don't know if this can be the cause of the problem?

    Hi Peter,
    Thanks for the suggestion. However we have a lot of APEX applications build in that same APEX version (one development database) and upgrading now to a higher APEX version would mean we would have to re-test all our applications and upgrade all our test and production environments, just for this bug. And, maybe the higher APEX version may not solve our problem.
    Thanks and regards,
    Patrick

  • Application does not work on firefox 3.5

    If the application is not working in mozilla firefox 3.5 then we are not able to test it in any other browser through this tool.
    What should be the fix for this issue

    Hi Shilpa,
    Can you please provide more details about your configuration and the symptoms of what is not working for you?
    What OS are you using?
    What version of Flash Player do you have installed? (You can find out here: http://kb2.adobe.com/cps/155/tn_15507.html )
    Are you using Firebug and the BrowserLab for Firebug add-on, or are you just using BrowserLab standalone?
    Does BrowserLab work in any other browser for you such as IE or Safari?
    What are the exact steps you are taking and what do you see that you say BrowserLab is not working for you?
    Mark

  • My DotNet application does not work after installing Framework 4.0 on My client PC

    HI 
    I created application in Visual 2010 therefore I need framework 4.0 to work my application on client PC but it is still not working. 
    I have few forms in my application. 
    Form contact has controls Textbox, labels, button on it. (This form works fine absolutely ) 
    Form Invoice has DatagridView, textbox, label,button . (This form is NOT working at all, give me an error) 
    Any bright suggestion will help me to NOT install whole carp of visual studio 2010 on my client pc and also save Space. 
    Thank you in advance

    Hi,
    You don’t install VS2010 on the client PC, then where did the Form Invoice not work? When you run it from another version of VS? Or when you run the application with application.exe?
    Based on your description, one form works well, another form does not. I assume that two forms are in two different projects, then please check the .Net Framework used by the two projects. If they are different, you can use the
    one used by the Form contact for Form Invoice.
    Because this issue is a project issue, I recommend you to consult it on some application forum such as Windows Forms General forum for better support.
    VS General Question forum mainly discusses
    the usage of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help
    System and Visual Studio Editor.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • LabVIEW Report Generation Toolkit in the application does not work

    I have LabVIEW7.1 and LabVIEW Report Generation Toolkit for Microsoft Office 1.0.1, which was updated after installed. I made a VI in LabVIEW7.1 enviroment using the Report Generation Toolkit and it works very well. After the VI was build an application.exe and installed even in the same PC, the Report Generation Toolkit didn't work. Excel that should pops-up does not do anything.
    the office i used is office xp. would you like to help me?
    thank you very much.
    Jing

    When you build the application, you have to include as "Dynamic vi" in Source file tab the vi:
    _Word Dynamic VIs.vi. from _wordsub.llb
    _Excel Dynamic vis.vi from -Excelsub.llb
    in the following library
    ...\National Instruments\LabVIEW 7.1\vi.lib\addons\_office\"
    Refer to the following discussion thread
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=50650000000800000053460000&ECategory=LabVIEW.LabVIEW+General

  • My Time Capsule has stopped working.  Restoring default settings does not work.

    I have a 2TB Time Capsule (Model No. A1409).  I think that it is approximately 20 months old.  It has been working very well until around two months ago, when it began to display the flashing amber light.  At that time I performed a hard reset, restoring the default settings.  This worked and the capsule continued backing up perfectly for a further three weeks.  However, about three weeks back the flashing amber light returned.  As I have been busy elsewhere I was not able to attend to this untl recently.  It does not seem to matter how many times I reset the device, I cannot return it to a working state.
    The capsule has previously been set up to connect to the internet through my existing broadband service.  As such, it was initially set up and subsequently restored wirelessly.  I no longer seem to be able to achieve this.  Has anybody else experienced similar difficulties and if so, were you able to remedy it.
    Grateful for any advice.  I feel another trip to the Genius Bar coming on.

    Yeah absolutely - no problem.
    I had the same thing happen where I did a restore on my personal TimeCapsule (TC),
    and when I updated the device after installing it, it for some reason set the TC into bridged mode shutting off DHCP/NAT service.
    Which means, that it doesn't reserve an IP for any client trying to attach. This is what it sounds like yours is doing.
    So if you see that it says bridged, and that box with dhcp reservation is greyed out, change it from bridged to DHCP/NAT.
    This will allow any client (computer/device) to attach and reserve an IP address for access to the internet.
    Once that is set, and you update, hopefully the light should go green.
    I would also recommend checking the "internet" tab, and making sure that your IP address is assigned using DHCP. (It probably is - but that part is essential for communication with your Internet Service Provider (ISP)...
    SO - if the device goes green after the update:
    If it does, then go back into the router and click on the wireless tab and confirm your wireless settings are correct, if any changes are made, update.
    At that point, you should be able unplug your laptop to wirelessly connect to the router.

  • Bug: Auto-archive does not work in Outlook 2010

    The Auto-Archive feature does not seem to work. In my case, I'm creating a mail folder in my inbox and setting the auto archival to "2 weeks, then delete". I run Auto Archival manually. It seems to progress without any error, but I know better.
    It should take the process more than a few minutes to process the mail I have stored up for almost a year. No error and my mail has been untouched.
    I noticed this thread in the Outlook 2010 beta forums
    I'm having the same issue. I'd like this bug fixed if possible? I keep archival folders to manage my mail.

    Hi Canovac,
    Auto Archive works as expected in my environment.   I noticed you said that you created a new mail folder in your inbox.  Did you just create the folder and move the mail to that folder?  Auto archive looks at modified date and if you
    move the mail to that folder that changed the modified date so the mail will not archive.
    To determine the modified date, do the following:
    While on the folder in question:
    Click View > View Settings > Columns
    In the Select available columns from dropdown choose
    All Mail Fields locate Modifed in the Available colums: and click
    Add
    If the mail has not been modified within the last two week span, please test the following for me.
    Start Outlook with the /safe switch and then run Auto-Archive. 
    Does auto-archive work when starting with the /safe switch?
    Regards, Teresa Microsoft Online Community Support Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community
    members reading the thread.

  • IPod Remote application does not work with Ethernet

    I can control iTunes on my MacMini from the Remote application on my iPod Touch only if the Mini is connected to the router by WiFi, but not if it connected by Ethernet cable. Unfortunately, I need to connect the MacMini to the router by Ethernet (because of another problem), but this is preventing me using the Remote application.
    The wireless access point is an Airport Express connected to the router by Ethernet cable. The iPod Touch communicates with the Airport Express.
    The Remote application cannot find my iTunes music library. However it can connect to the MacMini using "ssh". When I select "Add Library" on the remote, the iPod does not show up in iTunes on the Mini. I have tried turning off the firewall in the MacMini but this does not help. However, if I connect the MacMini by WiFi instead of Ethernet cable, it works fine.
    My router has a firewall between the Internet and the LAN, but not between the LAN ports. I also cannot see any settings on the Airport Express that might block this connection.
    Any help would be appreciated.

    similar (unresolved?) issue here https://discussions.apple.com/message/9480306#9480306

  • Email Setup Application Does Not Work After Update

    I seem to be having the same problem as others with the email setup application.
    When I updated my Blackberry to the new OS6, I went to my email setup and it said "looking for updates"
    It finds a new update from my already installed email setup app 6.0.0 to the new 6.11.0419.0755.
    When I click "download" it says replace existing version? I click "yes"
    The it says: "com.rim.bis.client" contains a different version of module "net_rim_bis_client" which is also used by email setup application. If you proceed, "email setup application" may cease to function properly. proceed?
    If I click "yes proceed" it crashes my blackberry and it will not reboot and I have to do a complete hard reboot, wipe the device and reload everything from my backup on blackberry desktop.
    If I click "no" not to proceed, I cannot open the email setup application.
    I have tried downgrading to version 5 of the OS, I have rebooted with a battery pull, crashed my blackberry twice and spent hours reloading all my applications and systems.  I am at the end of my rope, and I don't know what else to do?!  
    If there was a way to turn off the automatic search for updates on my device under the setup and email settings, i think I would be able to set it up in the older version 6.0.0
    HELP.

    yep same problem here
    i had this problem and got a replacement handset.
    i have had to do an update and got the same issue yet again.
    The funny thing is, is when i got my new handset i had to run the email setup application and it worked fine.
    now its failed and i have to boot in safe mode and wipe etc.
    Will someone sort this out???!! O2, Blackberry whoever. Shambles!

  • Flex Application does not work outside of the default dir

    Hi,
    I have developed a flex application which calls a http
    service and displays the contents in a text area.
    This works fine when I execute it from the flex builder or
    from the directory where the flex builder stores it.
    If I copy the files to any other dir or the server, after
    making http call no result is displayed in the text area.
    Is there any thing else i need to do other building
    application in flex builder for deployment.
    Please help,
    Thanks in advance,
    Chintan

    "rtalton" <[email protected]> wrote in
    message
    news:gjlmvm$hrv$[email protected]..
    > Stubborn, aren't we? Ok, let me try again:
    > You only use "loadPolicyFile" to load a non-default
    policy file. remove
    > that
    > line from your code.
    > Also you do not need this line:
    > flash.system.Security.allowDomain("*");
    > ...in your code. Remove it. This is used when you have
    two SWFs on two
    > different servers. You do not.
    >
    > Again, read this page:
    >
    >
    http://livedocs.adobe.com/flex/3/html/help.html?content=deployingoverview_12.htm
    > l
    >
    > Your answer is there.
    > Hint: all you need is to *properly* deploy a
    cross-domain policy file.
    > Really.
    > I'm being very honest here. Have I ever lied to you
    before? No, I haven't.
    > So
    > you're buying the first round tonight after work, ok?
    Some people will do anything for a date ;-)

  • TS1702 vibre application does not work on my Ipad--I installed it many time but it not open

    from about 5 days the vibre was on my Ipad and works very good but I found an upgrade I have to install it on the ipad I did it but I can not open the viber I tried to reinsall it many times but it is not working

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod

  • APEX 4.2 Search Application does not work

    Why is Search Application in APEX application builder disabled for me? I can type in the search field but the icon to run the search does nothing. This worked fine in 4.0. Tried IE and Firefox.

    I don't see an icon to press unless you mean the magnifying glass that proceeds the field. I just type in the search field then press the Enter key and then the search is submitted.

Maybe you are looking for

  • I want rid of Yosemite but can't do it! (Bluetooth issue)

    I should have heeded the warning signs! I've been running Yosemite since the end of October and, despite the fact that my well-used Macbook Pro is already five years old, it's made life frustratingly slow. But I took that as a sign that I needed to s

  • IE - Clicking on SignIn button does not take user to next page

    Hi, This is a question on Code UI tests. This is the technology behind the website -  1) Angular JS 2) TypeScript 3) REST API (.Net) 4) MVC .Net Now the most weird thing happens. Sign In stops working when I use the automation tool. When I enter the

  • Safari 2.0.1 Crashes upon opening

    Try as I might, I can't get the updated version of safari to open. I just installed OSX 10.4 (From a brand new DVD I just purchased from the Apple Store) And was running a much older version of Safari (1.2 or so) I have attempted to remove all the fi

  • Optimistic locking/ data concurrency and consistency

    Hi, When creating a tabular form using wizard, apex creates its own processes for optimistic locking. But when creating a form on a table, it doesn't create the processes. I suppose I need to create them manually. Can anybody show me the steps? Thank

  • 451 4.4.0 DNS query failed - NonExistentDomain

    I am in the process of migrating from Exch 2007 to 2013 for a small company. It is a very simple setup of just a single domain which has 1 server, 1 organization and 1 database. Here is what I have done so far:  1. Installed a physical server EX13 fo