JFileChooser in Applet hangs ie7 and vm

Hello
First of all, excuse my poor english.
In my website I have a problem with an applet.
This applet is used to select files from the client computer.
My JRE version is 1.5.0_10 Java HotSpot(TM) Client VM
The browser is IE 7
The OS is WinXP SP2
First time the page is loaded works fine, but when the page is reloaded it crashes when it makes a new instance of JFileChooser.
This hangs the ie and the vm.
I've tried it in other computer that uses the 1.5.0_07 and ie 7, and it works fine.
This is the code:
shpFileChooser = new javax.swing.JFileChooser();
shpFileChooser.setFileSelectionMode(javax.swing.JFileChooser.DIRECTORIES_ONLY);
int retOutbox = shpFileChooser2.showOpenDialog(null);
if(retOutbox==JFileChooser.APPROVE_OPTION){
path = shpFileChooser2.getSelectedFile().getPath();
else {
path = "";
Please Help me.

I'm also have the problem with JFileChooser spiking the CPU in an applet -- with JRE 6 Update 2, which I just installed (did not happen with Update 1).
When new JFileChooser() is hit, the CPU usage spikes to 100% for about 15 seconds until the control appears. Then as I navigate through folders, I get a similar spike for each click.
This is happening for both IE7 and FireFox 2.0.0.5 on WinXP SP2.
Any insights are much appreciated.

Similar Messages

  • Forms Applet hangs after configuration of webutil

    Hi,
    I have Oracle Application Server 10g Release 2 with Oracle Database 10g on Windows 2000 server. Browser is IE6
    Our application was working fine. But for one of the functionality, we used webutil and after configuration of webutil on AS, the application is not launching.
    Applet hangs showing applet initiated and in java console it shows
    Downloading http://localhost/forms/java/frmwebutil.jar to JAR cache
    RegisterWebUtil - Loading WebUtil Version 1.0.6.
    I have signed both frmwebutil.jar and jacob.jar.
    I have followed all steps mentioned in the document for configuration.
    I think still there is something missing.
    Please give some pointers on resolving this issue.
    Thanks
    AT

    Do the following:
    1. On client machine, exit all open browsers.
    2. If you are running Developer Suite, stop OC4J.
    3. Manually delete JAR cache. Delete all files in:
    C:\Documents and Settings\<USER NAME>\Oracle Jar Cache
    4. Delete the following file (your JInitiator version may be different):
    C:\Documents and Settings\<USER NAME>\jinitiator13129.trace
    5. Open the Jinitiator Control Panel which can be found on the Windows Control Panel and add the following to the "Java Runtime Parameters" on the Basic tab:
    -Djavaplugin.trace=true -Djavaplugin.trace.option=basic
    Click on Apply and exit the Control Panel
    6. On the server, add the following to the formsweb.cfg:
    WebUtilLogging=on
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    6. If the server is a Unix platform, recompile the form and ensure that you use the COMPILE_ALL=YES option.
    7. Retest one time. Do not try more than one time as this will create too many entries in the trace file.
    8. After the failure has reproduced, exit the form and the browser. Open the new jinitiator13129.trace file and carefully review. It is likey you will find the cause of the problem in this file. At minimum, a hint should be offered.

  • Java applet hangs

    Greetings
    Any version of Java when loading the applet hangs when the primary boot after opening the browser (page update corrects the situation).
    Parameters of access to run Java on the site exposed in: allow always and run in not safe mode.
    On the Mavericks had no such problems (
    iMac13,2

    Hello s.bel,
    The Java update linked below may help resolve this error.
    Java for OS X 2014-001
    http://support.apple.com/kb/DL1572
    Cheers,
    Allen

  • JavaFX applets hang on Vista 64

    I'm unable to run any applet that uses JavaFX on my 64-bit Vista machine (Vista Business 64-bit, SP2). The applet hangs during the Java loading animation. It consumes no CPU. For example, the Vancouver Olympics medal viewer (http://www.vancouver2010.com/olympic-medals/geo-view/). This happens on both Firefox (v3.6) and IE 8. On Firefox, it hangs the whole browser until I use Process Explorer to kill the Java subprocess. On IE, it does not hang the browser; the loading animation just spins forever. On Firefox, I turned on logging in the Java console (which also hangs) but saw nothing obvious. The last four lines are
    Load Geographic View
    reset view 2010
    getEligibleCountriesForCurrentYear
    network: Cache entry found [url: http://www.vancouver2010.com//api/country/list.json, version: null] prevalidated=false/0
    I'm using Sun JDK 1.6.0_18, and it happens with both the 32- and the 64-bit versions. (Also, I have the JavaFX 1.2 SDK installed). Note that non-JavaFX applets work fine, for example the demo applets that ship with the JDK. One more data point: the Java EE 6 installer hangs also. The splash screen appears, then it opens a new window, then it hangs. The new window never fully paints. I don't know if this is related to my JavaFX troubles.
    I'm a developer evaluating Java EE 6 and JavaFX for a possible RIA, but this has me completely stuck. Any help much appreciated.

    Okay, here's the stack traces, split across multiple replies to handle the 7,500 character limit:
    Full thread dump Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing):
    "AWT-EventQueue-3" prio=4 tid=0x062fd400 nid=0xe80 runnable [0x0b31e000]
    java.lang.Thread.State: RUNNABLE
    at sun.java2d.d3d.D3DRenderQueue.flushBuffer(Native Method)
    at sun.java2d.d3d.D3DRenderQueue.flushBuffer(Unknown Source)
    at sun.java2d.d3d.D3DRenderQueue.flushNow(Unknown Source)
    at sun.java2d.d3d.D3DBlitLoops.Blit(Unknown Source)
    at sun.java2d.d3d.D3DSwToSurfaceBlit.Blit(Unknown Source)
    at sun.java2d.pipe.DrawImage.blitSurfaceData(Unknown Source)
    at sun.java2d.pipe.DrawImage.renderImageCopy(Unknown Source)
    at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
    at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
    at sun.java2d.SunGraphics2D.copyImage(Unknown Source)
    at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
    at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.renderClip(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.doRender(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.render(Unknown Source)
    at com.sun.scenario.scenegraph.SGGroup.renderContent(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.doRender(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.render(Unknown Source)
    at com.sun.scenario.scenegraph.SGGroup.renderContent(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.doRender(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.render(Unknown Source)
    at com.sun.scenario.scenegraph.SGGroup.renderContent(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.doRender(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.render(Unknown Source)
    at com.sun.scenario.scenegraph.SGGroup.renderContent(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.doRender(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.render(Unknown Source)
    at com.sun.scenario.scenegraph.SGGroup.renderContent(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.doRender(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.render(Unknown Source)
    at com.sun.scenario.scenegraph.SGGroup.renderContent(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.doRender(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.render(Unknown Source)
    at com.sun.scenario.scenegraph.SGGroup.renderContent(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.doRender(Unknown Source)
    at com.sun.scenario.scenegraph.SGNode.render(Unknown Source)
    at com.sun.scenario.scenegraph.JSGPanel.paintComponent(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintToOffscreen(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown S
    ource)
    at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
    at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
    at javax.swing.RepaintManager.paint(Unknown Source)
    at javax.swing.JComponent._paintImmediately(Unknown Source)
    at javax.swing.JComponent.paintImmediately(Unknown Source)
    at javax.swing.JComponent.paintImmediately(Unknown Source)
    at com.sun.scenario.scenegraph.JSGPanel.repaintDirtyRegions(Unknown Sour
    ce)
    at com.sun.scenario.scenegraph.JSGPanelRepainter.repaintAll(Unknown Sour
    ce)
    at com.sun.scenario.scenegraph.JSGPanelRepainter$FrameDisplay.run(Unknow
    n Source)
    at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(Unknown
    Source)
    at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(Unknown S
    ource)
    at com.sun.embeddedswing.EmbeddedEventQueue.doPulse(Unknown Source)
    - locked <0x24591090> (a java.lang.Object)
    at com.sun.embeddedswing.EmbeddedEventQueue.access$000(Unknown Source)
    at com.sun.embeddedswing.EmbeddedEventQueue$2.run(Unknown Source)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at com.sun.embeddedswing.EmbeddedEventQueue.dispatchEvent(Unknown Source
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Locked ownable synchronizers:
    - <0x29b02850> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)
    "pool-1-thread-1" daemon prio=4 tid=0x062fd000 nid=0xd64 waiting on condition [0
    x0b28f000]
    java.lang.Thread.State: WAITING (parking)
    at sun.misc.Unsafe.park(Native Method)
    - parking to wait for <0x2459cf08> (a java.util.concurrent.locks.Abstra
    ctQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.locks.LockSupport.park(Unknown Source)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
    .await(Unknown Source)
    at java.util.concurrent.DelayQueue.take(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.tak
    e(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.tak
    e(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Locked ownable synchronizers:
    - None
    "Long sleeping thread" daemon prio=4 tid=0x062fc800 nid=0x1300 waiting on condit
    ion [0x0b1ff000]
    java.lang.Thread.State: TIMED_WAITING (sleeping)
    at java.lang.Thread.sleep(Native Method)
    at com.sun.scenario.animation.MasterTimer$LongSleepingThread.run(Unknown
    Source)
    Locked ownable synchronizers:
    - None
    "ConsoleWriterThread" daemon prio=6 tid=0x062fc400 nid=0x13a0 in Object.wait() [
    0x0a84f000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x29ac88c0> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at com.sun.deploy.util.ConsoleTraceListener$ConsoleWriterThread.run(Unkn
    own Source)
    - locked <0x29ac88c0> (a java.lang.Object)
    Locked ownable synchronizers:
    - None

  • Applet hangs at startup [SOLVED]

    Hi All,
    I am facing problem with launching my forms application.
    Version:
    Oracle Application Server 10g Release2
    Jinitiator: 1.3.1.22
    IE7, IE6
    When i launch my application after applet is initialized and splash screen is launched nothing happens. I can see a window Oracle Developer Forms runtime -Web with only 'window' as the only menu item.
    I have tried various things like using Jinitiator 1.3.1.28, using Sun JPI instead of Jinitiator but nothing has worked so far.
    I am able to access applications hosted on other servers but not this one.
    I tried setting forms_timeout to 15 but no success.
    I am having same problem with IE7 as well as IE6.
    With IE7 i tried using
    Jinit: 1.3.1.22, 1.3.1.28
    Sun JPI: 1.6.0_05
    With IE I tired using
    Jinit: 1.3.1.22
    Sun JPI: 1.4.2_05
    Appreciate any help fixing this issue.
    Also to add, I checked Java Console for any errors by enabling trace but no help from there either.
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\AmitT
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    Dump system properties ...
    application.home = C:\PROGRA~1\Oracle\JINITI~1.22
    awt.toolkit = sun.awt.windows.WToolkit
    bridge.home = C:\PROGRA~1\Oracle\JINITI~1.22
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.fonts =
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = C:\PROGRA~1\Oracle\JINITI~1.22\lib\applet.
    java.class.version = 47.0
    java.ext.dirs = C:\PROGRA~1\Oracle\JINITI~1.22\lib\ext
    java.home = C:\PROGRA~1\Oracle\JINITI~1.22
    java.io.tmpdir = C:\DOCUME~1\AmitT\LOCALS~1\Temp\
    java.library.path = C:\Program Files\Internet Explorer;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Internet Explorer;;C:\Ora10gAS\jdk\jre\bin\classic;C:\Ora10gAS\jdk\jre\bin;C:\Ora10gAS\bin;C:\Ora10gAS\jlib;C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\orb\asp\6.0\bin;C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\orb\bin;C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin;C:\ORA_BIP\jre\1.4.2\bin\client;C:\ORA_BIP\jre\1.4.2\bin;C:\oracle\product\10.2.0\db_1\bin;C:\oracle\product\10.2.0\client_1\bin;C:\orant\bin;C:\Program Files\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Diskeeper Corporation\Diskeeper\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Common Files\Lenovo;C:\Program Files\Lenovo\Client Security Solution;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\orant\jdk\bin
    java.protocol.handler.pkgs = sun.plugin.protocol.jdk12
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.3.1.22-internal-srajan_05_apr_2005_01_38
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.3
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.3.1.22-internal
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.3.1_15-b01
    javaplugin.maxHeapSize = 96m
    javaplugin.nodotversion = 13122
    javaplugin.trace = true
    javaplugin.trace.lever = 5
    javaplugin.version = 1.3.1.22
    javaplugin.vm.options = -Djava.class.path=C:\PROGRA~1\Oracle\JINITI~1.22\lib\applet. -Xbootclasspath/a:C:\PROGRA~1\Oracle\JINITI~1.22\lib\jaws.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\plugprov.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\javax-ssl-1_2.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\jssl-1_2.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.3.1.22 -Djavaplugin.nodotversion=13122 -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Oracle\JINITI~1.22 -Djavaplugin.trace=true -Djavaplugin.trace.lever=5 -Djava.protocol.handler.pkgs=sun.plugin.protocol.jdk12
    line.separator = \r\n
    os.arch = x86
    os.name = Windows XP
    os.version = 5.1
    path.separator = ;
    sun.boot.class.path = C:\PROGRA~1\Oracle\JINITI~1.22\lib\rt.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\i18n.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~1\Oracle\JINITI~1.22\classes;C:\PROGRA~1\Oracle\JINITI~1.22\lib\jaws.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\plugprov.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\javax-ssl-1_2.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\jssl-1_2.jar
    sun.boot.library.path = C:\PROGRA~1\Oracle\JINITI~1.22\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    trustProxy = true
    user.dir = C:\Documents and Settings\AmitT\Desktop
    user.home = C:\Documents and Settings\AmitT
    user.language = en
    user.name = Amitt
    user.region = US
    user.timezone =
    Done.
    JAR cache enabled
    Location: C:\Documents and Settings\AmitT\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Registered modality listener
    Referencing classloader: sun.plugin.ClassLoaderInfo@6ac461, refcount=1
    Added trace listener: sun.plugin.ocx.ActiveXAppletViewer[oracle.forms.engine.Main,0,0,1000x750,invalid,layout=java.awt.BorderLayout]
    Sending events to applet. LOAD
    Sending events to applet. INIT
    Sending events to applet. START
    Opening http://localhost:7777/forms/java/frmall_jinit.jar
    Connecting http://localhost:7777/forms/java/frmall_jinit.jar with no proxy
    Loading http://localhost:7777/forms/java/frmall_jinit.jar from JAR cache
    Opening http://localhost:7777/forms/java/java/awt/KeyboardFocusManager.class
    Connecting http://localhost:7777/forms/java/java/awt/KeyboardFocusManager.class with no proxy
    Loaded image: jar:http://localhost:7777/forms/java/frmall_jinit.jar!/oracle/forms/icons/splash.gif
    Opening http://localhost:7777/forms/java/java/awt/event/MouseWheelListener.class
    Connecting http://localhost:7777/forms/java/java/awt/event/MouseWheelListener.class with no proxy
    Opening http://localhost:7777/forms/java/oracle/forms/registry/Registry.dat
    Connecting http://localhost:7777/forms/java/oracle/forms/registry/Registry.dat with no proxy
    Opening http://localhost:7777/forms/java/oracle/forms/registry/default.dat
    Connecting http://localhost:7777/forms/java/oracle/forms/registry/default.dat with no proxy
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Opening http://localhost:7777/forms/frmservlet?config=sgdemo&acceptLanguage=en-us&ifcmd=startsession
    Connecting http://localhost:7777/forms/frmservlet?config=sgdemo&acceptLanguage=en-us&ifcmd=startsession with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe?ifcmd=getinfo&ifhost=localhost&ifip=10.1.106.175
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe?ifcmd=getinfo&ifhost=localhost&ifip=10.1.106.175 with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Forms Applet version is : 10.1.2.0
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Thanks
    AT
    Message was edited by:
    Amit Trivedi
    Message was edited by:
    Amit Trivedi

    Rajesh,
    1. Test form is coming up.
    2. I tried disabling windows firewall. Still problem persists.
    3. Apache logs show
    [Wed Jul 02 15:53:16 2008] [error] [client 10.1.103.96] [ecid: 1215028396:10.1.106.175:3504:5076:1,0] File does not exist: c:/ora10gas/forms/java/java/awt/KeyboardFocusManager.class
    [Wed Jul 02 15:53:17 2008] [error] [client 10.1.103.96] [ecid: 1215028397:10.1.106.175:3504:5064:1,0] File does not exist: c:/ora10gas/forms/java/java/awt/event/MouseWheelListener.class
    [Wed Jul 02 15:53:17 2008] [error] [client 10.1.103.96] [ecid: 1215028397:10.1.106.175:3504:5084:2,0] File does not exist: c:/ora10gas/forms/java/oracle/forms/registry/default.dat
    Now this path c:/ora10gas/forms/java/java/awt does not exist in my machine and there is only registry.dat file in c:/ora10gas/forms/java/oracle/forms/registry folder.
    Still I am clueless what could be wrong.
    Thanks and Regards
    AT

  • Applet hangs after hibernation

    Hi,
    i've made a DLL that hibernates the computer. When I run a simply Java program that loads the DLL, It runs perfectly. The computer hibernates and return aftes 70 seconds, that's the time I have configured.
    Now, I need to run this DLL by an applet. And after the hibernation the applet hangs, I have to kill the browser process.
    I found this bug on Java http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4916767
    I don't know if it is the problem I had. Anyway, they said it was fixed. I'm using jdk 1.6.
    Can anyone help me?
    My code is:
    public class AppletExecutora extends Applet {
         private String mensagem;
         // conectores para uso da dll
         private ConectorTesteAcpi conectorAcpi;
         // botoes que acionam os testes
         private Button botaoAcpi;
         public void init() {
              mensagem = "";
              // copiar arquivos .dll para o diretorio windows.system32.
              copiarBibliotecas("acpi.dll");
              // inicia conector para a biblioteca .dll
              conectorAcpi = new ConectorTesteAcpi();
              //inicia botoes                    
              botaoAcpi = new Button("Teste Acpi");
              botaoAcpi.setVisible(true);
              criarEventoTesteAcpi();
              add(botaoAcpi);          
         private void criarEventoTesteAcpi() {
              ActionListener tratarEvento = new ActionListener(){               
                   public void actionPerformed(ActionEvent e) {
                        getAppletContext().showStatus("Testando Acpi...");     
                        conectorAcpi.testarAcpi(70);
                        int resultadoTeste = conectorAcpi.getResultadoTeste();
                        if (resultadoTeste == ConectorTesteAcpi.FALHA){
                             exibirMensagem("FALHA NO TESTE DA ACPI.");
                        }else{
                             exibirMensagem("TESTE DA ACPI FINALIZADO COM SUCESSO.");
                        getAppletContext().showStatus("Concluído");
              botaoAcpi.addActionListener(tratarEvento);
         public void copiarBibliotecas(String arquivo) {
              try {
                   InputStream sOrigem = this.getClass().getResourceAsStream("/lib/"+arquivo);
                   File destino = new File("/WINDOWS/System32/"+arquivo);
                   destino.createNewFile();
                   OutputStream sDestino = new FileOutputStream(destino);
                   byte[] buf = new byte[1024];
                   int len;
                   while ((len = sOrigem.read(buf)) > 0) {
                        sDestino.write(buf, 0, len);
                   sOrigem.close();
                   sDestino.close();
              } catch (Exception except) {
                   exibirMensagem(except.getMessage());
         public void start() {
              exibirMensagem("Escolha o teste a ser realizado...");
         public void stop() {
              exibirMensagem("Interrompendo o executor do teste... ");
         public void destroy() {
              exibirMensagem("Finalizando o executor do teste...");
         void exibirMensagem(String mensagem) {
              this.mensagem = mensagem;
              invalidate();
              repaint();
         public void paint(Graphics g) {
              g.drawRect(0, 0, getWidth() - 1, getHeight() - 1);          
              g.drawString(mensagem, 5, getHeight()/2);
    }

    Do the following:
    1. On client machine, exit all open browsers.
    2. If you are running Developer Suite, stop OC4J.
    3. Manually delete JAR cache. Delete all files in:
    C:\Documents and Settings\<USER NAME>\Oracle Jar Cache
    4. Delete the following file (your JInitiator version may be different):
    C:\Documents and Settings\<USER NAME>\jinitiator13129.trace
    5. Open the Jinitiator Control Panel which can be found on the Windows Control Panel and add the following to the "Java Runtime Parameters" on the Basic tab:
    -Djavaplugin.trace=true -Djavaplugin.trace.option=basic
    Click on Apply and exit the Control Panel
    6. On the server, add the following to the formsweb.cfg:
    WebUtilLogging=on
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    6. If the server is a Unix platform, recompile the form and ensure that you use the COMPILE_ALL=YES option.
    7. Retest one time. Do not try more than one time as this will create too many entries in the trace file.
    8. After the failure has reproduced, exit the form and the browser. Open the new jinitiator13129.trace file and carefully review. It is likey you will find the cause of the problem in this file. At minimum, a hint should be offered.

  • JFileChooser in Applet

    Hi all,
    I'm having a hard time using JFileChooser in Applet. I was trying implemented custom Filefilter so that the certain files to show up on the chooser dialog, but when I add the line, addChoosableFileFilter() method, the applet didn't come out. The applet initialized Ok, and the message "applet started" appeared on the browser, but the file-choosing dialog never comes out. I checked the Java console, but there's no useful message on it. Even, I expected some error message on it. Then, it seems be hopeless to find the errors on this applet since virtually I got no errors!?
    Does anybody have good explanations why the chooser dialog didn't come out on the applet window? Here is a piece of code for JFileChooer and the FileFilter:
    /* FileChooser */
    public class UploaderApplet extends JApplet
    public void init() {
    try {
    final JFileChooser chooser = new JFileChooser();
    //when I add this line below, the filechooser didn't come out
    chooser.addChoosableFileFilter(new FormCDNFilter());
    Container contentPane = getContentPane();
    contentPane.add(chooser, BorderLayout.CENTER);
    chooser.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent event) {
    String cmd = event.getActionCommand();
    if (cmd.equals(JFileChooser.APPROVE_SELECTION)) {
    File file = chooser.getSelectedFile();
    .....do something with chosen file here
    /* FileFilter */
    public class FormCDNFilter extends FileFilter {
    public boolean accept(File f) {
    if (f.isDirectory()) {
    return true;
    String extension = Utils.getExtension(f);
    if (extension != null) {
    if (extension.equals(Utils.fae) ||
    extension.equals(Utils.ovd) ||
    extension.equals(Utils.pmd) ||
    extension.equals(Utils.psf)) {
    return true;
    } else {
    return false;
    return false;
    }

    Sorry, but you can't use a JFileChooser in an applet by security reasons. You probably get a security exception in the java console. I'm still looking a way to open text files for the server. If you have an ideia, please let me know.

  • Applet hangs IE

    Hello!
    I'm developing an applet that communicates with a server using a DataInput/DataOutput streams.
    The applet is started in a new Internet Explorer window that is created using javascript when the user clicks on a link.
    Everything works great, except that when I close the applet window, the "parent" window hangs/freezes and has to be closed by killing the process from the task manager.
    I'm pretty sure that all threads are terminiated correctly so that shouldn't be the problem. What makes it even more strange is that the applet actually finishes its destroy method before IE hangs.
    Anyone out there who has experienced a similar problem or has any ideas what the problem could be?

    You bet I have. At work, our Operating System is Windows NT SP 6. We use the JRE 1.4.2_03 plugin and IE 5.5. The applet worked great until the admin personell installed security hotfixes for Windows NT. Once they installed the hotfix, IE would hang once the browser window with the applet was closed (i.e. the applet was opened in a separate window.) Not only did the applet hang the browser, but the applets no longer paint correctly. Mind you, the only thing that was changed was the Hotfixes for windows NT were loaded. We actually pinpointed the actual hotfix that was doing this. I tried everything, including making a small applet that did nothing. The only thing that seemed to temporarily fix the problem was to have the "java console" automatically show itself on each client. This was a kluge. The only recommendations I received was to update to Windows 2000 and IE 6. Which, incidently, the problem goes away when I use both of those on my laptop. Also, the problem doesn't exist in Netscape or mozilla. I think it is Operating System / Internet Explorer related. Maybe a thread deadlock or something. Tell me if you can get it to not hang by making the "java console" show itself. It is so bizarre. I'm sorry I couldn't offer much help.

  • Process Chain hangs on AND process

    Help Super gurus!
    I've tried several versions of a chain that loads multiple InfoPackages serially then multiple DTP in parallel using filtering from the PSA to a DSO. All load successfully. Then I have the DTPs all meet at an 'AND' process before processing should continue to a cube.
    The 'AND' process also shows green but it does not continue to the next process step. It just stops there, no more jobs running, no yellow, nothing. It thinks it's all done, everything after that is still blue.
    Why does it hang there and what can I do to get it to continue?
    Thanks,
    Al
    Points available.

    Hi,
    Not sure what is the root cause in your case.
    Try this. It may work. Normally this is done after a step turns red and no repeat is available.
    Method 1 (when it fails in a step/request)
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    How is it possible to restart a process chain at a failed step/request?
    Sometimes, it doesn't help to just set a request to green status in order to run the process chain from that step on to the end.
    You need to set the failed request/step to green in the database as well as you need to raise the event that will force the process chain to run to the end from the next request/step on.
    Therefore you need to open the messages of a failed step by right clicking on it and selecting 'display messages'.
    In the opened popup click on the tab 'Chain'.
    In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
    1. copy the variant from the popup to the variante of table rspcprocesslog
    2. copy the instance from the popup to the instance of table rspcprocesslog
    3. copy the start date from the popup to the batchdate of table rspcprocesslog
    Press F8 to display the entries of table rspcprocesslog.
    Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
    Now copy the entries of table rspcprocesslog to the input parameters of the function module like described as follows:
    1. rspcprocesslog-log_id -> i_logid
    2. rspcprocesslog-type -> i_type
    3. rspcprocesslog-variante -> i_variant
    4. rspcprocesslog-instance -> i_instance
    5. enter 'G' for parameter i_state (sets the status to green).
    Now press F8 to run the fm.
    Now the actual process will be set to green and the following process in the chain will be started and the chain can run to the end.
    Of course you can also set the state of a specific step in the chain to any other possible value like 'R' = ended with errors, 'F' = finished, 'X' = cancelled ....
    Check out the value help on field rspcprocesslog-state in transaction se16 for the possible values.
    Thanks,
    JituK

  • Dreamweaver 8 Display Mode renders website differently from IE7 and Firefox2

    I'm trying to create a webpage with the following rows setup:
    Header
    Navigation/Issueinfo (2-column)
    Left/Middle/Right (3-column)
    OtherLeft/OtherRight (2-column)
    Footer
    It renders correctly in Dreamweaver 8's display window, but in IE7 and Firefox 2 the Navigation/Issueinfo row renders differently, and I can't figure out what the problem is. I've attached images of D8 and IE7 as well as the HTML and CSS codes. All help is greatly appreciated!
    Dreamweaver 8's Display View: http://img28.imageshack.us/i/70399536.jpg/
    Internet Explorer 7: http://img3.imageshack.us/i/ie7e.jpg/
    HTML:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="/favicon.ico" type="image/x-icon">
    </head>
    <body>
    <div id="container">
    <div id="header">
    </div>
    <div id="navigation">
    <ul>
    <li><a href="index.html">HOME</a></li>
    <li><a href="archive.html">ARCHIVE</a></li>
    <li><a href="blogs.html">BLOGS</a></li>
    <li><a href="calendar.html">CALENDAR</a></li>
    <li><a href="staff/staff.html">STAFF</a></li>
    <li><a href="msms/msms.html/">MSMS</a></li>
    </ul>
    </div>
    <div id="issueinfo">
    VOLUME 21 ISSUE 3
    </div>
    <div id="left">
        Left side text...
    </div>
    <div id="right">
        Right side text...
    </div>
    <div id="middle">
        Middle column text...
    </div>
    <div id="otherleft">
    Otherleft text...
    </div>
    <div id="otheright">
    Otherright text...
    </div>
    <div id="footer">Footer...</div>
    </div>
    </body>
    </html>
    CSS:
    /* CSS Document */
    /* Specify blanket rules for all elements */
    body {
        color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
        padding:0px;
    background-color:#000077;
    a{
    color:#000077;
    text-decoration:none;
    a:hover{
    text-decoration:underline;
    #container {
    width:1020px;
    margin:0px auto 0px auto;
    background-color:#FFFFFF;
    #header {
        clear:both;
        width:1020px;
    height:130px;
    background-image:url(images/banner.jpg);
    #navigation {
    float:left;
    width:800px;
    text-align:center;
    background-color:#000077;
    #navigation li{
    display:inline;
    list-style-type:none;
    padding-right:30px;
    #navigation a{
    color:#FFFFFF;
    text-transform:capitalize;
    #issueinfo {
    clear:right;
    color:#FFFFFF;
    text-transform:capitalize;
    text-align:center;
    margin:0px 0px 0px 800px;
    background-color:#000077;
    #left {
        clear:left;
    float:left;
        width:318px;
    padding:0px 10px 0px 10px;
    #right {
        float:right;
        width:318px;
    padding:0px 10px 0px 10px;
    #middle {
    margin:0px 340px 0px 340px;
    padding:0px 10px 0px 10px;
    #otherleft {
    float:left;
    width:510px;
    #otherright {
    margin:0px 0px 0px 510px;
    #footer {
    clear:both;
    color: #FFFFFF;
    text-align: center;
    background-color: #000077;

    DW Design View is only an approximation of what various browsers will do.
    Try this (note changes in red):  Tested in FF 3.6.
    #navigation {
        float:left;
        width:800px;
        text-align:center;
        background-color:#000077;
        line-height: 2em; /**ADD THIS**/
    #issueinfo {
       clear:right; /**REMOVE THIS**/
        color:#FFFFFF;
        text-transform:capitalize;
        text-align:center;
        margin:0px 0px 0px 800px;
        background-color:#000077;
        line-height: 4em; /**ADD THIS**/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web-design.blogspot.com/

  • I am trying to install Adobe Reader my wife's laptop but "installer" hangs up and fails with a blank black screen. The machine is capable and has a Vista OS. My wife blames the machine and wants to "throw it out." She's an idiot but I need to get this fix

    I am trying to install Adobe Reader my wife's laptop but "installer" hangs up and fails with a blank black screen. The machine is capable and has a Vista OS. My wife blames the machine and wants to "throw it out." She's an idiot but I need to get this fixed.

    run the cleaner (Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs) and then retry installing.

  • Flash buttons not working in IE7 and Chrome

    Here's my website where the problem is occuring www.bakercreative.co.uk
    As you can see the Flash buttons animate, but when clicked they should go to a new html page.
    I've tested it in IE8 and Firefox without any problems but it's not working in IE7 and Chrome.
    Does anyone know what the problem is? Could it be the html code or the flash file itself?
    Thanks

    Hi, Glad you were able to solve that issue with the buttons and Chrome. Any small thing can cause big problems!! LOL
    I'm sure IE7 will test out ok, IE6 did Your website is very nice and has a variety! I hope it all comes together for you.
    Thanks,
    eidnolb

  • HT1338 Facebook doesn't open in safari on my MacBook Pro, why? Sometimes it opens and aftersome time just hang on and after that doesn't open at all.

    Facebook doesn't open in safari on my MacBook Pro, why? Sometimes it opens and aftersome time just hang on and after that doesn't open at all.

    There seems to be a few bugs with iCloud Mail at times, so send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Apple support article, but I don't think it really addresses your problem.
    iCloud - Mail Troubleshooting

  • Why does firefox hang up and say it "got confused", when I try to switch from using facebook as myself to using facebook as a page I manage?

    firefox hangs up and says it "got confused", when I try to switch from using facebook as myself to using facebook as a page I manage.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • HT4623 I was installing the ios 6 on my iphone 3GS and an error occured and since then it's hanged up and not working. Please suggest some solution

    I was installing the ios 6 on my iphone 3GS and an error occured and since then it's hanged up and not working. Please suggest some solution

    the same thing here! each time its suppose to register with my network, it cant. im wondering if its a hardware problem

Maybe you are looking for