Appilication Fails in Firefox

Hi all,
I am working on an WD app that is running on a back end J2EE.  The app runs great on my local portal with both IE and Firefox. The application also runs without problem on IE with the back end J2EE. Firefox and mozilla cause the app to crash when exiting a particular view.  When exiting the view a confirmation popup appears reading:
"The page you are trying to view contains POSTDATA. If you resend the data, any action the form carried out will be repeated.  To resend the data press OK. Otherwise click Cancel."
When Cancel is pressed the app hangs and does not respond
When OK is pressed the application fails giving the following stack trace:
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Instance of view controller MenuAdminView does not exist.
     at com.sap.tc.webdynpro.progmodel.controller.Component.getController(Component.java:356)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.handleUIElementEvent(HtmlClient.java:809)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.updateEventQueue(HtmlClient.java:740)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.initEvents(AbstractClient.java:131)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.prepareTasks(AbstractClient.java:99)
     at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:247)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Any help in solving this issue will be greatly appreciated.
Thanks,
Jonathan

Did you ever get a response? I am having a similar problem but in my case neither cancel or OK work... The app just hangs and I can only refresh.
Thanks.
Martin

Similar Messages

  • Installation of Moonlight plugin fail on Firefox 6.0.2 because it is not compatible. When it will be compatible?

    I tried to install Moonlight plugin version 3.9.9 (4 preview) on the latest version of Firefox. Error message is: "Novell Moonlight could not be installed because it is not compatible with with Firefox 6.0.2".
    There isn't any versions of Moonlight that can be installed on Firefox 6.0.2.
    Moonlight plugin worked very well with previous versions of Firefex.
    Is it correct?
    When Firefox 6.0.2 will become compatible with Moonlight plugin (or vice-versa)?

    Installation of Moonlight plugin fail on Firefox 7.0.1 because it is not compatible.
    Found this, worked for me
    I found an other way: download the compatibility Reporter addon. this addon makes firefox to ignore the compatibility of the addon: https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/?src=api
    Solution By passerpunt

  • Popup LOV fails in firefox when using an outer join!!!

    I have a popup lov which contains at least 2 outer joins in my query. The popup renders fine in IE but i get the error message:
    "Popup List of Values query is invalid, a display and a return value are needed, the column names need to be different"
    when launching the popup from Firefox (1.5.0.2)
    Anyone got any idea why this works in IE but fails in Firefox?
    Cheers
    Duncan

    Hello,
    Duncan – If you'll run your example code on SQL*Plus, you'll see that for department "OPERATIONS" there is no returned value. This could happen with outer join. The problem can be with the way FF is interpreting this non-value. I didn't try it my self, but maybe if you'll use display null value with your LOV, it will solve the problem. Another possible option is to use NVL() on the returned value.
    Chris – Some of the Apex team members, like Carl, are using FF as their main browser. There are some compatibility issues with the last version of FF, but from that, to your conclusion of Apex only support IE, there's a long road.
    Regards,
    Arie.

  • File uploads using jQuery with jquery.fileupload.js fails in Firefox over SSL

    Please see the link below where I originally posted the question.
    http://stackoverflow.com/questions/27792614/file-uploads-using-jquery-with-jquery-fileupload-js-fails-in-firefox-over-ssl

    Thanks. In my estimation that is exactly the issue. But that doesn't help with a resolution.
    The actual file size: 945,991 bytes
    If Firefox is miscalculating the length (in Safari/Chrome 945991 and 946241 in Firefox), then Firefox is reporting erroneously and should be raised as a bug in Firefox, would you agree?

  • Embedded animation fails in Firefox. Why?

    I am attempting to re-create an Edge Animation originally published here --> reconnectingamerica.org/spacerace
    The re-creation by itself works fine in all browsers --> jomariworks.com/edge-projects
    But when I embed the animation -- output from Edge Animate as an animate deployment package and imported into the web page in Dreamweaver -- the animation no longer works in Firefox.  See jomariworks.com/portfolio/#web and click on "Adding Animation" tab.
    The animation works in Chrome and IE and fails in Firefox on the Desktop. It also fails on iPad, but I'm not going to worry about that yet. Right now I need desktop browsers agreeing on the output.
    Appreciate any suggestions on what may be causing Firefox's problem.

    Got it!
    There's a conflict with foundation.css -- something in your CSS where you have a bunch of [data-section-content] classes is making your Animate project barf.
    The good news is the project will still work on your page, you might just have to be a little bit clever about how you position the composition. Doing a simple test of placing the <object> outside of the <section> tags made everything work as expected (though the position is off). Something about all those [data-etcetera] selectors being applied to children of the section is throwing the comp off.
    I tried to narrow down the CSS rule that could be causing this, but only got so far in 4600 lines with multiple selectors spread out to cover the same ground. Hope this gives you a starting point though.
    One suggestion is adding some custom CSS to treat that tab as a special case so it doesn't inherit the styles from foundation.css.
    Good luck!
    Sarah

  • Why does Google auto-complete fail in Firefox 17.0.1 when I type something in the search field there is no pull down list of options as I type?

    When I type a word or term into the Google search bar the auto-complete fails; there is no pull down list of options for my search, only what I have completely typed in. I have to type in the complete word or term that I am searching for and then press return to get the results. I'm using a MacBook and OS X 10.7.5 Please help! This is so frustrating!

    Note that websites may be using autocomplete=off to prevent Firefox from saving and filling autocomplete data as I posted above.
    Did you check for that?
    You can remove autocomplete=off with a bookmarklet.
    * http://kb.mozillazine.org/User_name_and_password_not_remembered
    If a site uses autocomplete="off" then look at this article for a bookmarklet to remove the autocomplete attribute.
    * http://kb.mozillazine.org/User_name_and_password_not_remembered (bookmarklet)
    You can paste this code in the command line in the Web Console (Web Developer > Web Console; Ctrl+Shift+K) and press the Enter key to verify if there is an input field with autocomplete.
    *https://developer.mozilla.org/en/Tools/Web_Console
    <pre><nowiki>var c=0,e=document.querySelectorAll('input[autocomplete],form[autocomplete]'),T='\n';
    for(i=0;E=e[i];++i){T+='['+(++c)+'] '+(E.name||'#'+E.id)+' ('+(V=E.getAttribute('autocomplete').toLowerCase())+')\n';}
    console.log('autocomplete: '+c+T);
    </nowiki></pre>

  • MP3 upload fails from Firefox from Mac on podcast weblog; Safari, IE OK

    Hello --
    We're running a podcast weblog on Tiger (10.4.7) server. It's been running well for a year, but recently (after running software update) MP3 uploads from Firefox 1.5 or 2.0.0.1 or other Mozilla browsers on Mac OS X will not attach. The text of the post is loaded, but the attachment does not go through. MP3s are fine when attached from Safari, or from IE or Firefox on Win.
    I've verified that Blojsom's Plugin-admin-upload.properties allows audio/x-mpeg,audio/mpeg3,audio/x-mpeg3,audio/x-mpeg-url,audio/mpeg-url,audio/mp 3, audio/mpeg, audio/x-m4a, audio/m4b, application/pdf
    Oddly, I can upload a pdf fine as a "podcast" attachment from Firefox on Mac, so it's not a general problem with attachments.
    I've also confirmed that mpeg defined as a mime type in /Library/Tomcat/Blojsom_root/webapps/root/WEB-INF/web.xml, which makes sense since MP3s can be added from Safari, etc.
    Is there something different about the way the Mac version of Firefox sends MIME info to the server? Does anyone have suggestions for what might be going on and how to fix it?
    Thank you.
      Mac OS X (10.4.7)  

    OK, finally worked this out. I saw in the blojsom logs that the mime type mpg was failing to be recognized. I added audio/mpg to the plugin-admin-upload.properties file and now Firefox is working again from the Mac.

  • Updater seemed to fail. Firefox will not load any longer. Tried uninstalling, but cannot successfully download Firefox

    Have used Firefox for several years. Latest update came automatically. First I got message that updater failed. Now Firefox refuses to load. I uninstalled and tried to download again. Still failure.

    See http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    Remove the files in the updates and updates\0 folder:
    C:\Documents and Settings\&lt;user&gt;\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates
    (%USERPROFILE%\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates)
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.

  • LoadMovieNum fails on firefox (randomly) -- urgent help, please

    i have a loader movie that has the following frames:
    it works just fine on my computer and in internet explorer,
    but would fail loading swf to level 1 on firefox.
    please suggest.
    thank you

    Your post kind of helped me. Thank you. I have modified the
    script as follows:
    The idea behind this is that, usualy, if I check
    _level1.getTotalBytes()... it would return undefined until I get
    nuts... It seems that if I try to load the swf few times... it
    succedes--eventually.
    I had this problem in Fireworks. IE works fine. Haven't
    checked any other broswer.
    ;)

  • Attachment Failed, Gmail, Firefox 26.0, 01-09-2013, solved with network.http.spdy value change to false

    Old problem arisen again in Firefox 26.0, 01-07-2013. Attachment Failed error in Gmail when using Firefox browser.
    SUCCESSFUL SOLUTION FOUND HERE:
    http://www.ber10thal.com/blog/firefox-wont-add-attachment-in-a-gmail-message/
    In Firefox address bar, type " about:config ", Agree to warranty warning, In search area type " network.http.spdy ", Double click the " Network.http.spdy.enabled " so that the value becomes false, Close and Restart Firefox browser.
    THIS WORKED PERFECTLY ! Windows XPSP3, Firefox 26, Avast antivirus, Online Armor firewall

    Hello mikemtn55, yes it is old problem and.....well known, see '''philipp's solution chosen''' : https://support.mozilla.org/en-US/questions/928888#answer-339203
    thank you

  • Register Fail using Firefox v.1.0.5.0.9

    Hi ,
    When i run a master-detal form using the Firefox web browser .... i get the error message 'Register Fail' with the window title asdsd..(peculiar title...). After that the Firefox crashes....
    When i run the same form using IE 6.0. , no problem appear...!!!!!
    Does anybody face up to this kind of problem..... and what can be done in this situation.....????
    NOTE: I have installed Developer Suite 10g on WinXP platform...
    Many thanks ,
    Simon

    Hi ,
    Generally , i don't have problems with Firefox..... but at least i found one case in which Firefox crashes...... This case is in a master-detail block where i use a spread table......
    Thanks , a lot
    Simon

  • Applets fail on Firefox + Debian

    Hi all,
    I'm trying to develop an applet but it seems that ALL applets fail.
    I keep getting the same exceptions: java.lang.ClassNotFoundException.
    To prove my point, i directed the browser to the sun applet test page, titled "How do I test whether Java is working on my computer?" (http://www.java.com/en/download/help/testvm.xml) and still get the same exception (full stacktrack on the bottom of the post).
    I'm running Debian lenny, Firefox 3.6 and java 6 update 18.
    As it stated in the tutorial, I created a symbolic from within the firefox plugins page to the appropriate file under the jre.
    It's important to add that other java applications that i run on the machine (not under a browser) works just fine, that is eclipse is running just fine and I use it to develop java applications which also cause no problems with the current jre/jdk.
    I pretty much spent the whole day searching the net for related posts but could not find anything that helps.
    Any ideas?
    Thanks!
    Complete stack trace for the applet test page:
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@15d0ff7
    network: Cache entry not found [url: http://www.java.com/applet/testvm2/Main.class, version: null]
    network: Connecting http://www.java.com/applet/testvm2/Main.class with proxy=DIRECT
    network: Connecting http://www.java.com:80/ with proxy=DIRECT
    network: Cache entry not found [url: http://www.java.com/applet/testvm2/Main/class.class, version: null]
    network: Connecting http://www.java.com/applet/testvm2/Main/class.class with proxy=DIRECT
    network: Connecting http://www.java.com:80/ with proxy=DIRECT
    basic: load: class testvm2/Main.class not found.
    load: class testvm2/Main.class not found.
    java.lang.ClassNotFoundException: testvm2.Main.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Applet2ClassLoader.java:152)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Plugin2ClassLoader.java:444)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Plugin2Manager.java:2940)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1444)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.net.ConnectException: Network is unreachable
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:525)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:161)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
         at sun.net.www.http.HttpClient.New(HttpClient.java:306)
         at sun.net.www.http.HttpClient.New(HttpClient.java:323)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:860)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:801)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:726)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1049)
         at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Applet2ClassLoader.java:458)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Applet2ClassLoader.java:46)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Applet2ClassLoader.java:126)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Applet2ClassLoader.java:123)
         ... 6 more
    Exception: java.lang.ClassNotFoundException: testvm2.Main.class
    Ignored exception: java.lang.ClassNotFoundException: testvm2.Main.classEdited by: nitzan on Mar 1, 2010 9:54 AM

    baftos,
    I'm sorry for not mentioning this in my original post, but i first encountered this exception when trying to run the applet I'm developing, this applet is part of a firefox extension and is being called from a chrome url (chrome://) which is basically local, and i know for a fact that the browser can reach that url because when the address is pasted into the address bar you get the "download file" dialog.
    Also, when I try to load the page of the test applet using the same computer but under windows (using VirtualBox) the applet works just fine with firefox 3.6 (windows).
    Thank you.

  • File upload Fails in FireFox on SunRays

    We can't get File upload to work with a Browser Running under SunRays on FireFox
    We have finally identified the http problem (http 417) which is causing the IO flash error.
    We tried this on FireFox 3.0 as well as FireFox 3.5.3 both with the same results. Also, I doubt if this is a browser issue because uploading files to the same servlet from a test JSP page works fine. Whatever happens, happens between flash player and the browser.
    After using a simple MXML file (attached below) to test the file upload functionality on different operating systems we have discovered that it brakes with an unusual error when tested on Solaris.
    We put sniffers and clearly noticed the difference in the headers generated by Flash 10 in different OS environments.
    As you can see from the examples below, the later version (the one running on Solaris) has an extra "Expect:" in the header which we believe is responsible for the HTTP 417 error (which, in its turn, is responsible for 2038 thrown by flex)
    Here is a header generated from a functional system: POST /iehs_core_document/FileUploadServlet HTTP/1.1
    Host: dev01.intelligentehs.com:9086
    Accept: */*
    User-Agent: Shockwave Flash
    Connection: Keep-Alive
    Cache-Control: no-cache
    Content-Length: 755
    Expect: 100-continue
    Content-Type: multipart/form-data; boundary=----------------------------e6d2f5d2c945
    And here is a header generated from OpenSolaris  11 2009.06
    POST /iehs_core_document/FileUploadServlet HTTP/1.1
    Host: dev01.intelligentehs.com:9086
    Accept: */*
    User-Agent: Shockwave Flash
    Connection: Keep-Alive
    Cache-Control: no-cache
    Expect:
    Content-Length: 653
    Expect: 100-continue
    Content-Type: multipart/form-data; boundary=----------------------------b64e06f786e4

    Does anyone deploy to SunRay virtual clients?
    We have a customer who has a ton of them around the world and need to run our Flex based application but File Upload does not work at all... so anyone with any information/ideas on a fix or work around this issue, we would love to hear from you.
    Thanks if advance,
    Anthony

  • Recently, any attempt to log on to any site with my valid userid and password fails with FireFox but passes with Internet Explorer. What could possibly cause this?

    I used FireFox a long time for email and other scure sites. Out of the blue my logins started rejecting. In frustration, I went back to Internet Explorer and found I could log in using the same UID and PWD.
    I cain't imagine what setting could be causing this to happen. Have you ever heard of such a thing? And is there a solution?

    In Firefox 3.6.4 and later the default connection settings have been changed to "Use the system proxy settings".
    See "Firefox connection settings" in [[Server not found]]
    You can find the connection setting here: Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select No Proxy
    Another possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that,.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • Visa security verification fails with Firefox, but ok with Internet Explorer.

    When I use either Visa or Mastercard for online shopping on Firefox, when I submit the security verification (Verified by Visa) the screen freezes. I tested it by using the wrong security info and I got a response to say that it was wrong, but when I entered the correct info, it froze. I have tried different cards, as has my wife, and the same happens. Fortunately the payment doesn't go through.
    There is no problem when we use Internet Explorer or on sites where verification is not requested.

    I get that warning on both Fx26 and IE8, searching on google.com and google.com.au. My query was:
    https://www.google.com/search?q=site%3Athedepression.org.au
    For assistance with this message, try Google's support here:
    * [https://support.google.com/webmasters/answer/163633 About malware and hacked sites - Webmaster Tools Help]
    * http://productforums.google.com/forum/#!categories/webmasters/malware--hacked-sites

Maybe you are looking for