Problems with safari when the page is refreshing constantly

Hi Everyone!!!
I have a problem develoing an application in .Net. that is working in MAC with Safari 2.0.4. The application have a page that is refeshing every 3 sec. and over 40 min later the safari stop working, don´t responds and when you try to open an other safaris window, they close in that moment (all the safaris windows).
Does anyone have the same problem and know how to fix it?
Have any sugestion?
Are "setInterval" or "clearInterval" the problem?
<Script language="javascript">
<!--
if (window.refrescarAhoraPrin)
clearInterval(refrescarAhoraPrin);
refrescarAhoraPrin = setInterval("Timer1()",3000);
function Timer1()
if (LeerCookie("Refresco")== "1")
parent.TimerPrincipal.location = "TimerPrincipal.aspx";
else
if (window.refrescarAhoraPrin)
clearInterval(refrescarAhoraPrin);
refrescarAhoraPrin = setInterval("Timer1()",3000);
thanks a lot for your help!
Rene Rmz

Your ciphertext is corrupt. Print it out just before you return from the encryption method and just inside the decryption method. I bet they are not the same.
Note - these lines worry me
try {
                result = new sun.misc.BASE64Decoder().decodeBuffer(msg);
            } catch (IOException ex) {
                Logger.getLogger(LogInPanel.class.getName()).log(Level.SEVERE, null, ex);
            }If you get an IOException here then it does not make sense to carry on with the decryption process. Any exception here is fatal and should be chained to an Error so the whole decryption process is aborted.

Similar Messages

  • I have a problem with Safari: when it opens and I go on google, it opens a page that says: PLEASE UPDATE INTERNET EXPLORERE.   What should I do?

    I have a problem with Safari: when it opens and I go on google, it opens a page that says: please update internet explorer!
    What should I do?

    It's a scam. Have a look at this thread:
    https://discussions.apple.com/thread/6058094?tstart=0

  • ADF how can i execute a query with parameters when the page renders

    hi
    i am using ADF web 11g
    i need to execute a query with parameters when the page renders
    thanks

    hello,
    I'm a fan of Java code, I really am.
    But when you use ADF, you decided to move to a more declarative environment.
    So why not do it declarative, the adf way?
    In your pagedef insert a action binding.
    This can be anything, a call to the application module, a call on the iterator(Like executeWithparams, etc.)
    Create an invokeAction in your pagedef and set the condition.
    This example refreshes(Action 2 is execute query) the data.
    First the method binding:
        <action IterBinding="PersoonIterator" id="Execute" InstanceName="LSAppModuleDataControl.Persoon"
                DataControl="LSAppModuleDataControl" RequiresUpdateModel="true" Action="2"/>And the invoke action
        <invokeAction Binds="Execute" id="refreshData"/>This always refreshes the data on page entry, but anything is possible, you can set condictions for the invokeAction.
    -Anton
    PS Yes I know that pagedefs become backing beans in the end and yes that is Java code, but if you wanna play the ADF way, the goal is the reduction of Java code and the increased performance of declarative programming.

  • How can I make firefox highlight new unread items on Drudge when the page auto-refreshes

    So I read Drudge Report and checkit a few times a day. It would be nice to have the unread news items highlighted. The new items that appear after the page auto refreshes. It just occurred to me whilst writing this that I would have to open every link on the page to make the task of highlighting new content easier. I don't know but if there's a way to have the new unread items highlighted it would save time scanning the whole page for new stuff.
    Thanks,
    Mark

    Have you tried to subscribe to the page?
    '''https://support.mozilla.org/en-US/kb/how-subscribe-news-feeds-and-blogs?esab=a&s=subscribe&r=0&as=s'''

  • I'm having a minor problem with "screen drift" - the page moves slightly up and down when moving my mouse around the screen, and continues to do so after stoppi

    I've installed the latest version of Shockwave, updated the driver from Logitech for my mouse (Logitech M525), tried both full screen and regular modes, restarted Firefox repeatedly. This drift is very annoying - I spend the majority of my time on FB - seems like the amount of drift varies from not at all to "damn it, I can't even place my mouse on an object without the screen moving".
    I'm on Windows 7 with an Acer V5-671 laptop - help please!

    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to prevent applet from InterruptedException when the page is refreshed

    Hi Guys,
    Is there a way we can prevent an applet from being interrupted when the user navigates away or refreshes the page ?
    I am getting the below error whenever the user invokes the applet and navigates away or refreshes the frame.
    My requirement is the make the applet complete it action before it is destroyed or stopped.
    I am not sure if this problem is due to new java life cycle. I tried setting the legacy_lifetime=true and I got the same error or java.io.IOException when legacy_lifecycle=true
    java.lang.NullPointerException
         at java.awt.EventQueue.isDispatchThread(EventQueue.java:1005)
         at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.runOnEDT(Unknown Source)
         at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:780)
    Ignored exception: java.lang.NullPointerException
    java.lang.InterruptedException
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:196)
         at sun.plugin2.message.Queue.waitForMessage(Unknown Source)
         at sun.plugin2.message.Pipe$2.run(Unknown Source)
         at com.sun.deploy.util.Waiter$1.wait(Unknown Source)
         at com.sun.deploy.util.Waiter.runAndWait(Unknown Source)
         at sun.plugin2.message.Pipe.receive(Unknown Source)
         at sun.plugin2.main.client.MessagePassingExecutionContext.doCookieOp(Unknown Source)
         at sun.plugin2.main.client.MessagePassingExecutionContext.getCookie(Unknown Source)
         at sun.plugin2.main.client.PluginCookieSelector.getCookieFromBrowser(Unknown Source)
         at com.sun.deploy.net.cookie.DeployCookieSelector.getCookieInfo(Unknown Source)
         at com.sun.deploy.net.cookie.DeployCookieSelector.get(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.setCookieHeader(HttpURLConnection.java:1192)
         at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:624)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1332)
         at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
         at com.sun.deploy.cache.DeployCacheHandler.get(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:888)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:861)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311)
         at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:280)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:217)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:83)
         at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:95)
         at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:135)
         at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:102)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:280)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:280)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:314)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:689)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:780)
    Thanks
    Sunny
    Edited by: user10728422 on Feb 26, 2013 1:42 AM

    An applet cannot access the client's filesystem. So there's no worry. All the .class files come from the server, unless you're using a ClassLoader to explicitly load from a certain location in clients hd with all the necessary security permissions.

  • Problem with safari loading unselected pages

    I've been having some problems in safari associated with pages loading that weren't selected. I don't believe that any of the pages that I end up on are actually links on the pages I was on. It happens when I'm reading in google reader or in Yahoo reading some of their top stories. I usually end up on a "select a survey question", I am able to hit the back button and get back to the page, but then it will try and forward to the same page I just left.
    I've emptied cache, reset safari, ran the disk utility repair, and while it's an infrequent occurance it happens often enough that I want to fix it.

    Good... you're up to date.
    I think this may be more of a Google Reader issue then Safari. Try the troubleshooting help here.
    http://www.google.com/support/reader/?hl=en
    If you can't resolve the problem there, post back here.
    Carolyn

  • IP Cache problem with Safari when browsing from Google

    I've been experiencing what appears to be an ARP Cache corruption problem when using Safari. It typically occurs when I've been browsing links off of a Google Search page. Tonight's specific example is where www.youtube.com is now resolved to wikipedia.com's ip address. The only way to fix the problem (short of a reboot) is to shut down the network interface and then restart (after waiting a few seconds)
    This normally fixes the problem (which is why I think its the ARP cache.)

    This sounds like it could be related to a problem between Safari 5's DNS prefetching and your router. It may be possible that your router is scrambling DNS replies. Could you try manually entering a known good DNS server like OpenDNS into your network prefs?

  • Problems with Safari not loading pages properly, Problems with Safari not loading pages properly

    I updates to the newest version of Safari via apple and now none of my pages load correctly. Most of the times I have to reload the page several times to get everything loaded. When I first load a page there are little question marks where images should be, sometimes it doesn't load at all and says it can't find the server or something. Some sites just load super funny. All I did was load the newest version of Safari. Anyone have any idea on how to fix this?

    http://support.apple.com/kb/TS3408
    http://docs.info.apple.com/article.html?path=Safari/5.0/en/9313.html
    http://docs.info.apple.com/article.html?path=Safari/5.0/en/9274.html

  • Problems with branching to the page using URL.

    I have button item P3_DELETE_BUG_B.
    Then I have a process that called after pressing this button.
    And branch, which call an URL:
    javascript:confirmFileDelete(htmldb_delete_message,'f?p=&APP_ID.:3:&SESSION.:REMOVE_ID:&DEBUG.::P3_DELETE_BUG:1');
    When I call this URL directly from button it works, when I use branch I receive an error:
    ERR-1777: Page 3 provided no page to branch to. Please report this error to your application administrator.
    Restart Application
    Regards,Kostya

    Kostya,
    The never condition means to never perform that operation, in essence I turned off your branch.
    I then created a branch which is seqeuence 20 that goes to page 1 when the request is = 'DELETE'
    I then went to your list entry that was labeled "delete" and set a URL target to be
    javascript:confirmFileDelete(htmldb_delete_message,'f?p=&APP_ID.:1:&SESSION.:REMOVE_ID:&DEBUG.::P1_DELETE_ID:1');
    Is it performing the operation that you wanted it to?
    Also not sure if you meant for this to do this or not but in your url that forcing up above your setting a request value of "REMOVE_ID"

  • I have a problem with safari, when I open new tab the tabs don't have the exit button that it used to be on the left corner of each tab and i used to close the safari with command Q witch is not working anymore ! what am I supposed to do ?

    how can I fix this problem ? I cant close the safari with command Q anymore and the tabs don't have the exit botton that used to be on left corner !

    Use cmnd+w to close the tab.

  • Problems with Safari opening certain pages

    Hi I am a Macbook Pro user I have Mac OSx 10.4.11 Tiger and have had it for 3 1/2 years. Whenever I go on Safari (version 4.1.3) and try to open a web page, specifically http://www.princetonreview.com, safari completely shuts down and prevents me from accessing this website. I've tried restarting my computer and restarting my internet, but that did not work. If this has happened to anyone please let me know what to do.

    Hi KierGrl, and a warm welcome to the forums!
    two things to try...
    Get Firefox...
    http://www.mozilla.com/en-US/firefox/all.html
    And/or...
    "Try Disk Utility
    1. Insert the Mac OS X Tiger Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • How do I stop a query from running when the page is loaded

    Hi All,
    I'm using JDeveloper 10.1.3.4. I have a JSPX page that is used to collect search parameters and then when a button is clicked uses those values to run a query and then populate a table on the same page. The problem is that when the page is loaded the system attempts to run the query. The query is a method in a session bean. I can keep the method from running the query code by wrapping it in an 'if' statement and checking the parameters for null (or other value). Once the parameters are collected the query is invoked but it looks like the method is running twice, once with the parameters (here I've checked that the result actually has rows in the list) and then again where the parameters are null and the method returns null.
    What is the best way to do what I want here? From the buttons action method I am called the session beam method and returning null to stay on the same page. I think that is why the method is running the second time and returning null.
    TIA,
    Dave

    Have a look at these screen casts from Steve Muench and see if one of these techniques works for you, or gives you the clue you need.
    Creating Three Simple Search Pages with ADF Business Components and ADF Faces (JSF)
    Part 1: Web-Style Search Form
    Part 2: Oracle Forms-Style EnterQuery/ExecuteQuery Mode Page
    Part 3: Search Form Using View Object with Named Bind Parameters
    I had trouble viewing these with Firefox, but they worked in Internet Explorer.

  • Problem with Safari linking to outlook?

    This Mac runs snow leopard developed, the user had it set up so that whenever you open safari it would go directly to Outlook but now a problem with Safari not linking to Outlook anymore, there is no problem with safari and the net and firefox links directly to outlook when opened up, how can I fix the safari outlook situation please?

    Safari menu -> preferences -> General -> the first item lets you select the e-mail reader on some versions of Safari.  If it doesn't, look throughout the preferences.

  • Friends,  i  have a problem with safari . Whenever i am typing in the safari main bar , so in the halfway through the typing my sentence/words are shifting to another main google search and in the end i have to type again in google

    Friends, 
    i  have a problem with safari . Whenever i am typing in the safari main bar , so in the halfway through the typing my sentence/words are shifting to another main google search and in the end i have to type again in google. I have attached a sample screenshot of the safari problem which i am facing. In this particular example i wanted to write Print Screen, however halfway,my typing automatically shifted to google bar?? can you guys help me.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

Maybe you are looking for