Error loading applet in Mozilla 1.4

hi,
I am trying to load an applet in mozilla 1.4 browser on solaris 5.8 but it gives following error
Java(TM) Plug-in: Version 1.4.2_06
Using JRE version 1.4.2_06 Java HotSpot(TM) Client VM
User home directory = /home/c159641
java.lang.InternalError: obsolete interface used
at sun.java2d.NullSurfaceData.getRaster(Unknown Source)
at sun.java2d.loops.OpaqueCopyAnyToArgb.Blit(Unknown Source)
at sun.java2d.loops.GraphicsPrimitive.convertFrom(Unknown Source)
at sun.java2d.loops.MaskBlit$General.MaskBlit(Unknown Source)
at sun.java2d.loops.Blit$GeneralMaskBlit.Blit(Unknown Source)
at sun.java2d.pipe.DrawImage.blitSurfaceData(Unknown Source)
at sun.java2d.pipe.DrawImage.renderSurfaceData(Unknown Source)
at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
at sun.java2d.pipe.ValidatePipe.copyImage(Unknown Source)
at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
at sun.plugin.AppletViewer.paintForegrnd(Unknown Source)
at sun.plugin.AppletViewer.paint(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.motif.MComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)
java.lang.ClassFormatError: ensplan/client/ENSPlanApplet (Bad magic number)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.lang.IllegalArgumentException: null source
at java.util.EventObject.<init>(Unknown Source)
at java.awt.AWTEvent.<init>(Unknown Source)
at java.awt.event.ComponentEvent.<init>(Unknown Source)
at java.awt.event.WindowEvent.<init>(Unknown Source)
at java.awt.event.WindowEvent.<init>(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.SequencedEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)
java.lang.IllegalArgumentException: null source
at java.util.EventObject.<init>(Unknown Source)
at java.awt.AWTEvent.<init>(Unknown Source)
at java.awt.event.ComponentEvent.<init>(Unknown Source)
at java.awt.event.WindowEvent.<init>(Unknown Source)
at java.awt.event.WindowEvent.<init>(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.SequencedEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)
Interestingly its getting loaded correctly on different machine.
please provide any pointers to resolve it.
TIA

Did you try a full trace to see why the jre can't connect with the server to get the applet?
To turn the full trace on (windows) you can start the java console, to be found here:
C:\Program Files\Java\j2re1.4...\bin\jpicpl32.exe
In the advanced tab you can fill in something for runtime parameters fill in this:
-Djavaplugin.trace=true -Djavaplugin.trace.option=basic|net|security|ext|liveconnect
The trace is here:
C:\Documents and Settings\your user\Application Data\Sun\Java\Deployment\log\plugin...log

Similar Messages

  • Error loading applet from TINI

    when i try to load my applet from the TINI board i get an error saying
    Exception: java.lang.NumberFormatException: Tini OS 1.02e. also at the bottom of the window there is a message saying:
    Applet Test5Applet notinited
    i am new to this stuff, anyone any ideas?
    stevie

    did you every fine out how to do this??
    i am now having the same problem and at my wits end on what to do?
    thanks

  • Error loading applet......

    Hi guys.
    Developing a swing-based applet. Works perfectly on my own computer, but when i upload and try and run it from my web space, i get the error message:
    java.lang.NoClassDefFoundError: animGif$1      
    at animGif.defLayout(animGif.java:103)      
    at animGif.<init>(animGif.java:38)      
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)      
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)      
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)      
    at java.lang.Class.newInstance0(Class.java:306)      
    at java.lang.Class.newInstance(Class.java:259)      
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:566)      
    at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1775)      
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:495)      
    at sun.applet.AppletPanel.run(AppletPanel.java:292)      
    at java.lang.Thread.run(Thread.java:536)
    Dont understand it, as i have uploaded all the class files etc....
    Is it the html file? All the applet data resides in the same directory as the html file. This is what the html file looks like:
    <html>
    <applet code="animGif.class" codebase="http://www.angelfire.com/theforce/spug/projectTest/"
              width=980 height=565> </applet>
    </html>
    I didnt originally specify a code base, but i get the same error message either way!!
    Any help would be greatly appreciated, as i must overcome this!!
    cheerz,
    dug \8^P

    It could be a very common problem with filenames containing a $ sign. Perhaps your FTP program didn't upload them correctly. The right was is to pack your files into a jar file and just upload that one: http://java.sun.com/docs/books/tutorial/jar/index.html

  • Error loading class problem with applet (Newbie)

    Hi,
    I am new to Java applets. I try to display a simple sample. I put this into html file: <APPLET codebase="classes" code="NewApplet.class" width=350 height=200></APPLET>
    And it always appears one problem:
    Error loading class: NewApplet
    java.lang.NoClassDefFoundError
    java.lang.ClassNotFoundException: NewApplet
         at com/ms/vm/loader/URLClassLoader.loadClass
         at com/ms/vm/loader/URLClassLoader.loadClass
         at com/ms/applet/AppletPanel.securedClassLoad
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    Can anybody help please? Thanks in advance.

    Now I am able to load the applet on MAC OS X 10.4.11. This is due to network issue.
    Now my problem with the applet functionality. My applet will display the map image. Applet contains the navigation arrow keys at the top left of my applet. These keys will be used to navigate through the map.
    The problem is while user using the navigation buttons, the image got squash and stretch.
    This is happened only on MAC OS X 10.4.11 and Its working fine on PC and MAC OS X 10.5.5.
    Please anyone help in this regard. Thanks in advance.

  • Load Applet Error on Sun SPE Pages

    Hi,
    I have a scenario where I am displaying the IDMXExampleEndUser form on the home page when an SPE user logs in. This form has a field definition for listing resources as follows:
    <Field name='resources'>
    <Display class='MultiSelect'>
    <Property name='title' value='Resources'/>
    <Property name='availableTitle' value='Available'/>
    <Property name='selectedTitle' value='Available'/>
    <Property name='allowedValues'>
    <invoke name='getResources' class='com.sun.idm.idmx.ui.FormUtil'>
    <ref>context</ref>
    </invoke>
    </Property>
    <Property name='codeBase' value='../../applet/'/>
    <Property name='command' value='Recalculate'/>
    </Display>
    </Field>
    However, the resources do not get listed on the web page because of the following applet error.
    load: class com.waveset.ui.web.applet.multiselect.class not found.
    java.lang.ClassNotFoundException: com.waveset.ui.web.applet.multiselect.class
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Please note the lower case in "multiselect.class". This class is however available in idmclient.jar. Is this a known issue ? Please help out.
    The list does become available when I change the field's display class from "MultiSelect" to "Select". I would assume this is some problem specific to the MultiSelect implementation class.
    Thanks,
    Srinivas

    I suspect the culprit is the codebase setting. As you already know the multiselect class exists in the IDMCLIENT.JAR. The codebase setting is telling it to look in the specified path...where i suspect the jar file does not exist...remove the codebase setting or set it for the correct path.
    Hope this helps...
    -L

  • Applet can't load when using Mozilla Firefox and IE Tab

    I have a page that includes an applet
    I must include page within the IE Tab rules for auto procces because of design aspects
    When the page loads, Firefox tells: load: class XXXXX not found
    This very same page does not fail to load applet if not included in IE Tab Rules
    I tried the latest versions of Firefox (3.0beta) and IE Tab(1.5)
    It appears to be a Mozilla Firefox problem
    But, any way, any idea?

    I just discover Mozilla Firefox does not work with deprecated Applet tags.
    I must use Object tags.
    Since Netscape and Safari does not acept properly Object tags, i decide to use a javascript to switch between both methods.
    Here a sample:
    <%
    CARPETA = Request.Form("UltimoArchivoCarpeta")
    ArchivoProcesar = Request.Form("UltimoArchivoArchivo")
    ArchivoProcesar = CARPETA & ArchivoProcesar
    ArchivoProcesar = replace(ArchivoProcesar,"\","\\")
    URLACTUAL = Request.ServerVariables("SERVER_NAME")
    URLACTUAL = "http://" & URLACTUAL
    %>
    <script language="javascript">
    var _app = navigator.appName;
    if (_app == 'Microsoft Internet Explorer') {
    document.write('<OBJECT ',
    'classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"',<!-- Java Plugin any version -->
    ' width="0" height="0">',
    '<PARAM name="code" value="JUploadApplet.class">',
    '<PARAM name="archive" value="<%=URLACTUAL%>/java/ddsApplets.jar">',
    '<PARAM name="file" value="<%=ArchivoProcesar%>">',
    '<PARAM name="urlUpload" value="<%=URLACTUAL%>/VENTAS_UPLOAD/ConfirmarUploadPedidos.asp">',
    '<PARAM name="urlRedir" value="<%=URLACTUAL%>/VENTAS_UPLOAD/MostrarPreviewArchivo.asp">',
    '<PARAM name="urlFault" value="<%=URLACTUAL%>/SimpleError.asp">',
    '</OBJECT>');
    else { <!-- No es IE Explorer ni Firefox con IE Tab -->
    document.write( '<APPLET code="JUploadApplet.class"',
    'archive="<%=URLACTUAL%>/java/ddsApplets.jar"',
    ' width="0" height="0">',
    '<PARAM name="file" value="<%=ArchivoProcesar%>">',
    '<PARAM name="urlUpload" value="<%=URLACTUAL%>/VENTAS_UPLOAD/ConfirmarUploadPedidos.asp">',
    '<PARAM name="urlRedir" value="<%=URLACTUAL%>/VENTAS_UPLOAD/MostrarPreviewArchivo.asp">',
    '<PARAM name="urlFault" value="<%=URLACTUAL%>/SimpleError.asp">',
    '</APPLET>');

  • Error loading java applet

    I downloaded and installed j2se_1.4.1. Now every time I go to a site which needs the java applet, it gives "error loading java applet" (or something like that). I already uninstalled it and reinstalled it, but I keep getting that error. Can someone help me out please??
    I use win XP home and Internet Eplorer 6
    thanx

    I also have the same problem!
    can someone help us PLEASE ?!!!

  • PROXY SETTING ERROR - LOADING JAVA APPLET FAILED

    I have the most current version of Java (confirmed) installed l.5.0. When I do the Java Virtual Test, I fail at the proxy setting with the red X. I have tried everything recommended at "Configuration Check List" and I have also chatted with microsoft techs who recommended that I register certain .dll's among other things. Nothing has worked. Is the Java Control Panel the same thing as the Java Plug-in Control Panel? I only have the JCP. Could that be the problem? I also get a message in other areas that scripting is not enabled. Is this all related?

    Thought I should add this to further explain what is happening ... Hope you can help!
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Compaq_Owner
    network: Loading user-defined proxy configuration ...
    network: Done.
    network: Loading proxy configuration from Internet Explorer ...
    network: Done.
    network: Loading direct proxy configuration ...
    network: Done.
    network: Proxy Configuration: No proxy
    basic: Cache is enabled
    basic: Location: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\cache\javapi\v1.0
    basic: Maximum size: unlimited
    basic: 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
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@f73c1, refcount=1
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@19a0c7c
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    network: Connecting http://www.java.com/applet/testvm.class with proxy=DIRECT
    network: Connecting http://www.java.com/applet/testvm.class with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/applet/testvm.class from cache
    TestVM 3.1 kc
    Copyright (c) 2005 Sun Microsystems, Inc.
    All Rights Reserved.
    basic: Loaded image: http://www.java.com/en/img/download/t1.gif
    basic: Loaded image: http://www.java.com/en/img/download/t2.gif
    basic: Loaded image: http://www.java.com/en/img/download/t3.gif
    basic: Loaded image: http://www.java.com/en/img/download/t4.gif
    basic: Loaded image: http://www.java.com/en/img/download/t5.gif
    basic: Loaded image: http://www.java.com/en/img/download/t6.gif
    basic: Loaded image: http://www.java.com/en/img/download/t7.gif
    network: Connecting http://www.java.com/en/img/download/t1.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t1.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t1.gif from cache
    network: Connecting http://www.java.com/en/img/download/t2.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t2.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t2.gif from cache
    network: Connecting http://www.java.com/en/img/download/t3.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t3.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t3.gif from cache
    network: Connecting http://www.java.com/en/img/download/t4.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t4.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t4.gif from cache
    network: Connecting http://www.java.com/en/img/download/t5.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t5.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t5.gif from cache
    network: Connecting http://www.java.com/en/img/download/t6.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t6.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t6.gif from cache
    network: Connecting http://www.java.com/en/img/download/t7.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t7.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t7.gif from cache
    basic: Stopping applet ...
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@19a0c7c
    basic: Finding information ...
    basic: Releasing classloader: sun.plugin.ClassLoaderInfo@f73c1, refcount=0
    basic: Caching classloader: sun.plugin.ClassLoaderInfo@f73c1
    basic: Current classloader cache size: 1
    basic: Done ...
    basic: Joining applet thread ...
    basic: Destroying applet ...
    basic: Disposing applet ...
    basic: Quiting applet ...
    basic: Joined applet thread ...
    basic: Unregistered modality listener
    basic: unique id: com_sun_deploy_AboutJava-1.5.0
    basic: server port at: 2309
    basic: getSingleInstanceFilename: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\tmp\si\com_sun_deploy_AboutJava-1.5.0_2309
    basic: waiting connection
    network: Connecting socket://127.0.0.1:2309 with proxy=DIRECT
    basic: recv: javaws.singleinstance.stop
    basic: getSingleInstanceFilename: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\tmp\si\com_sun_deploy_AboutJava-1.5.0_2309
    basic: getSingleInstanceFilename: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\tmp\si\com_sun_deploy_AboutJava-1.5.0_2309
    basic: removed SingleInstanceFile: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\tmp\si\com_sun_deploy_AboutJava-1.5.0_2309
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@f73c1, refcount=1
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1e228bc
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    TestVM 3.1 kc
    Copyright (c) 2005 Sun Microsystems, Inc.
    All Rights Reserved.
    basic: Loaded image: http://www.java.com/en/img/download/t1.gif
    basic: Loaded image: http://www.java.com/en/img/download/t2.gif
    basic: Loaded image: http://www.java.com/en/img/download/t3.gif
    basic: Loaded image: http://www.java.com/en/img/download/t4.gif
    basic: Loaded image: http://www.java.com/en/img/download/t5.gif
    basic: Loaded image: http://www.java.com/en/img/download/t6.gif
    basic: Loaded image: http://www.java.com/en/img/download/t7.gif
    network: Connecting http://www.java.com/en/img/download/t1.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t1.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t1.gif from cache
    network: Connecting http://www.java.com/en/img/download/t2.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t2.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t2.gif from cache
    network: Connecting http://www.java.com/en/img/download/t3.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t3.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t3.gif from cache
    network: Connecting http://www.java.com/en/img/download/t4.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t4.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t4.gif from cache
    network: Connecting http://www.java.com/en/img/download/t5.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t5.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t5.gif from cache
    network: Connecting http://www.java.com/en/img/download/t6.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t6.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t6.gif from cache
    network: Connecting http://www.java.com/en/img/download/t7.gif with proxy=DIRECT
    network: Connecting http://www.java.com/en/img/download/t7.gif with cookie "JSESSIONID=E4C78C2C09A916295DDBD9EAEE101C10.tomcat4; s_cc=true; s_sq"
    basic: Loading http://www.java.com/en/img/download/t7.gif from cache
    basic: unique id: com_sun_deploy_AboutJava-1.5.0
    basic: server port at: 2335
    basic: getSingleInstanceFilename: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\tmp\si\com_sun_deploy_AboutJava-1.5.0_2335
    basic: waiting connection
    basic: Modality pushed
    network: Connecting socket://127.0.0.1:2335 with proxy=DIRECT
    basic: Modality popped
    basic: recv: javaws.singleinstance.stop
    basic: getSingleInstanceFilename: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\tmp\si\com_sun_deploy_AboutJava-1.5.0_2335
    basic: getSingleInstanceFilename: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\tmp\si\com_sun_deploy_AboutJava-1.5.0_2335
    basic: removed SingleInstanceFile: C:\Documents and Settings\Compaq_Owner\Application Data\Sun\Java\Deployment\tmp\si\com_sun_deploy_AboutJava-1.5.0_2335

  • Cannot install Firefox. WHen I click on the link to install, it takes me to an "error loading page" notice. My network connection and internet access are normal with Internet Explorer, so this is not the issue. Some kind of conflict with my settings or pe

    Cannot install Firefox. When I click on the link on the Mozilla website, it goes to an "error loading page". My network connection and Internet Explorer are fuctioning normally.
    == computer was recently wiped clean and am now reinstalling all previous software and applications ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)

    None of the stuff in " http://kb.mozillazine.org/Locked_or_damaged_places.sqlite " helps. I have tried and tried and I have even wipe the computer clean still didn't help. I got the same problem as he/she has got in the first posted. Can add some web pages but not all the web pages I want.. I should have never updated to 3.6.13... That's when it all started for me, from that version..... Now Version 3.6.14 is out, I was hoping the version 3.6.14 might would fix the problem wrong again....
    Funny thing is i can not even Bookmark Firefox.com!!!!!...lol
    So any ideas on how to fix it other than the link giving would help.
    Thanks.

  • CR XI R2 JRC: Error loading database connector (driverImpl.DriverLoader)

    Hello!
    I developed a report with CR XI R2 SP6 Designer that uses native XML.  Everything in the report seems to be fine...in the preview of my report, all data looks correct.
    When trying to review the report with the JRC thick client ReportViewerBean, I get the following error just as the report is about to be displayed:
    Error loading database connector.  The class 'com.crystaldecisions.reports.queryengine.driverImpl.DriverLoader' could not be accessed.
    I went through about ten or so previous threads about this error, but none of the solutions are working for me.
    I'm using NetBeans to develop and debug, and I have CrystalDatabaseConnector.jar added to my project libraries, and I can view the class com.crystaldecisions.reports.queryengine.driverImpl.DriverLoader in the NetBeans object browser.
    Some of the posts I viewed mention a different jar for this DriveLoader class.  Is there something wrong with the version of CrystalDatabaseConnector.jar that I have?  Do I need an updated jar?  Does this jar rely on another jar that might be missing? I've been through the jar list in the CR XI R2 JRC deployment guide pdf, but I just don't see that I'm missing anything.
    Thanks for any suggestions!
    Edited by: Joseph Huber on Mar 9, 2010 2:00 AM

    Some stuff from the Java Console...
    - Formula {@DesiredEFT} compiled.
    - Formula {@DesiredLFT} compiled.
    - Formula {@DesiredGPM} compiled.
    - Done loading report.
    - Time to load report T:\USGD_Share\PCVOLS1\source\java\CRViewerTest\crDxProposal1.rpt took 160346 ms
    Crystal Report Viewer 2.1.21.2
    java.vendor = Sun Microsystems Inc.
    java.version = 1.6.0_16
    os.name = Windows XP
    os.version = 5.1
    os.arch = x86
    - JRCAgent1 received request: queryServerCapabilitiesRequest
    - Export Supervisor: loading available exporters
    - Export Supervisor: found 6exporters
    - Export Supervisor: loading exporter com.crystaldecisions.reports.exporters.format.page.pdf.PDFExporter
    - Export Supervisor: loading exporter com.crystaldecisions.reports.exporters.format.page.rtf.RTFExporter
    - Export Supervisor: loading exporter com.crystaldecisions.reports.exporters.format.report.crystalreports.CRExporter
    - Export Supervisor: loading exporter com.crystaldecisions.reports.exporters.format.record.sepv.SEPVExporter
    - Export Supervisor: loading exporter com.crystaldecisions.reports.exporters.destination.disk.DiskExporter
    - Export Supervisor: loading exporter daviss.jeff.cellexporter.CellExporter
    - Export Supervisor: fail to load exporter (stack trace follows).  This warning is only a problem if the exporter that failed to load is supported in a given project.daviss.jeff.cellexporter.CellExporter
    java.lang.ClassNotFoundException: daviss.jeff.cellexporter.CellExporter
            at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:169)
            at com.crystaldecisions.reports.formatter.a.c.char(Unknown Source)
            at com.crystaldecisions.reports.formatter.a.c.case(Unknown Source)
            at com.crystaldecisions.reports.formatter.a.c.for(Unknown Source)
            at com.businessobjects.reports.sdk.b.i.do(Unknown Source)
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportSource.getServerCapabilities(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getServerCapabilities(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.getServerCapabilities(Unknown Source)
            at com.businessobjects.crystalreports.viewer.core.rs.a.t(Unknown Source)
            at com.businessobjects.crystalreports.viewer.core.rs.a.<init>(Unknown Source)
            at com.businessobjects.crystalreports.viewer.core.rs.RSReportChannelFactory.newReportChannel(Unknown Source)
            at com.businessobjects.crystalreports.viewer.core.bi.a(Unknown Source)
            at com.businessobjects.crystalreports.viewer.core.bi.a(Unknown Source)
            at com.crystaldecisions.ReportViewer.ReportViewer$1.a(Unknown Source)
            at com.businessobjects.crystalreports.viewer.applet.h.run(Unknown Source)
            at java.lang.Thread.run(Thread.java:619)
    - JRCAgent1 received request: fetchReportPageRequest
    - JRCAgent1 attempting to acquire license
    - JRCAgent1 successfully acquired license
    - JRCAgent1 detected an exception: Error loading database connector.  The class 'com.crystaldecisions.reports.queryengine.driverImpl.DriverLoader' could not be accessed.
            at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)
            at com.businessobjects.reports.sdk.b.i.if(Unknown Source)
            at com.businessobjects.reports.sdk.b.i.a(Unknown Source)
            at com.businessobjects.reports.sdk.b.i.byte(Unknown Source)
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPage(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPage(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.getPage(Unknown Source)
            at com.businessobjects.crystalreports.viewer.core.rs.b.if(Unknown Source)
            at com.businessobjects.crystalreports.viewer.core.av.a(Unknown Source)
            at com.businessobjects.crystalreports.viewer.core.av.run(Unknown Source)
            at java.lang.Thread.run(Thread.java:619)
    - JRCAgent1 releasing license
    Error loading database connector.  The class 'com.crystaldecisions.reports.queryengine.driverImpl.DriverLoader' could not be accessed.

  • Creating new analysis gives "Error loading XML Document from ..."

    Trying to create analysis and getting "Error loading XML Document from saw.dll/answers/answersproperties.xml?fmapId=S1clug.
    The response given was:" after choosing subject area. Analysis editor is opened but Subject Areas is empty and can't do anything.
    The problem is on Mozilla 12 (16.0.2, 17.0.1) and IE 8. Chrome works fine.
    My system is Win 7, BI 11.1.1.6.0 is on Oracle Linux (and by the way Mozilla from Linux system works fine)
    What could be the reason of this?
    Edited by: 898973 on 4/12/2012 15:11

    Reinstalling Mozilla with "Remove personal data" option checked resolved the problem.

  • "error loading updater workflow"...trying to install camera raw 6.3 plug in

    A very helpful response to an earlier question got me to realize the need to instll the latest raw plugin....6.3....
    Now when I go to install I get "error loading updating workflow"
    any help on this one???
    Thanks
    I have CS5  using windows 7 on my dell inspiiron 1545 pc......this was an update t cs5 from previously installed cs4
    version

    "PDA file "and "changed PDA file...."
    PDA file
    12/21/2010 11:35:13 PDApp - Build Version - 1.0.175.0
    12/21/2010 11:35:13 PDApp - Logging Level verbosity Set  to 4
    12/21/2010 11:35:13 PDApp.CommandLineParser - Parsing the command
    line provided. Number of command line arguments is 6
    12/21/2010 11:35:13 PDApp - DWA AppletID argument not specified on
    command line. Trying to find the existing instance
    12/21/2010 11:35:13 PDApp - This is the first instance so creating a
    thread for listening to the created pipe
    12/21/2010 11:35:13 PipeThread - Pipe thread started
    12/21/2010 11:35:13 PDApp - Starting AsyncMessageProcessor
    12/21/2010 11:35:13 PDApp.AsyncMsgProcessor - AsyncMsgProcessor
    initialized...
    12/21/2010 11:35:13 PDApp.AsyncMsgProcessor - AsyncMsgProcessor
    started. on thread id = 4960
    12/21/2010 11:35:13 PDApp - Detecting Applet Database Library file...
    12/21/2010 11:35:13 PDApp - Fetching Applet registeration
    information...
    12/21/2010 11:35:13 PDApp.AppletManager - AppletManager initialize...
    12/21/2010 11:35:13 PIM - Build Version - 1.0.175.0
    12/21/2010 11:35:13 PIM - Logging Level verbosity Set  to 4
    12/21/2010 11:35:13 PIM - CREATE PIM Instance ...
    12/21/2010 11:35:13 Utilities - File does not exist
    12/21/2010 11:35:13 PIM - trying to createOrUpdatePIMDbSchema.
    12/21/2010 11:35:13 PIM - Current db schema version on machine 1.
    12/21/2010 11:35:13 PIM - Current db schema version to install 1.
    12/21/2010 11:35:13 PIM - PIM DB Schema is up to date. Current schema
    version is 1.
    12/21/2010 11:35:13 PIM - PIM Database is Up To Date.
    12/21/2010 11:35:13 PIM - PIMSqlite closeDB status 0
    12/21/2010 11:35:13 PIM - FREE PIM Instance ...
    12/21/2010 11:35:13 PDApp.AppletManager - Applet database path -
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..
    12/21/2010 11:35:13 PDApp.AppletManager - PIM library path -
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AdobePIM.dll
    12/21/2010 11:35:13 PDApp.AppletManager - Loading PIM library...
    12/21/2010 11:35:13 PDApp.AppletManager - Getting applet data from
    Applet database
    12/21/2010 11:35:13 PDApp.AppletManager - All installed pakages
    version string (pim_getCurrentPackagesVersion) is
    DWA:1.0.172.0|LWA:1.0.175.0|PDApp:1.0.175.0|UWA:1.0.175.0
    12/21/2010 11:35:13 PDApp.AppletManager - Registering Applets...
    12/21/2010 11:35:13 PDApp.WindowManager - Initializing native
    WindowManager
    12/21/2010 11:35:13 PDApp.WindowManager - Creating window instance
    12/21/2010 11:35:13 PDApp.WindowManager - Checking for appletID and
    appletVersion given in CommandLineOptions
    12/21/2010 11:35:13 PDApp.WindowManager - Creating APE stage instance
    12/21/2010 11:35:15 PDApp.ExternalGateway - MessageHandler
    initialized...
    12/21/2010 11:35:15 PDApp.ExternalGateway - ExternalGateway
    initialized...
    12/21/2010 11:35:15 PDApp.ExternalGateway - NativeCommandHandler
    initialized...
    12/21/2010 11:35:15.431 PDApp.StartupCommand Logging Level verbosity
    Set to  INFO
    12/21/2010 11:35:15.432 PDApp.StartupCommand Processing the startup
    Command
    12/21/2010 11:35:15.439 PDAPP.AppletManager Starting Applet
    registeration...
    12/21/2010 11:35:15.457 PDAPP.MainDisplayMediator Looking up for the
    Exact versioned applet for ID :UWA_UI
    12/21/2010 11:35:15.479 PDAPP.AppletManager Loading Applet: UWA_UI
    Version = 1.0
    12/21/2010 11:35:15.514 PDApp.ZStringLoader PDAPP SWF - locale set
    to - en_US
    12/21/2010 11:35:15.570 PDAPP.AppletManager Loading progress0 out of
    521002
    12/21/2010 11:35:15.572 PDAPP.AppletManager Loading progress65536 out
    of 521002
    12/21/2010 11:35:15.574 PDAPP.AppletManager Loading progress131072
    out of 521002
    12/21/2010 11:35:15.583 PDAPP.AppletManager Loading progress196608
    out of 521002
    12/21/2010 11:35:15.585 PDAPP.AppletManager Loading progress262144
    out of 521002
    12/21/2010 11:35:15.588 PDAPP.AppletManager Loading progress327680
    out of 521002
    12/21/2010 11:35:15.590 PDAPP.AppletManager Loading progress393216
    out of 521002
    12/21/2010 11:35:15.592 PDAPP.AppletManager Loading progress458752
    out of 521002
    12/21/2010 11:35:15.594 PDAPP.AppletManager Loading progress521002
    out of 521002
    12/21/2010 11:35:16.023 PDApp.ExternalGateway Recieved Applet Loading
    Completion
    12/21/2010 11:35:16.027 UWA.ZStringLoader Trying to load ZString for
    preferred locale - en_US
    12/21/2010 11:35:16.087 UWA.ZStringLoader Applet locale set to -
    en_US
    12/21/2010 11:35:16.319 UWAApplet.Startup Processing the startup
    command
    12/21/2010 11:35:16.324 UWA.LoadWorkflowCommand Processing the
    LoadWorkflowCommand
    12/21/2010 11:35:16 PDApp.AppletManager - Loading Applet - UWA_Native
    for WindowID - 1
    12/21/2010 11:35:16 UWANative - Build Version - 1.0.175.0
    12/21/2010 11:35:16 UWANative - Logging Level verbosity Set  to 4
    12/21/2010 11:35:16 UWANative - Updater in patch mode
    12/21/2010 11:35:16 UWANative - Error in mdbOpenSessionNoCreate 1
    12/21/2010 11:35:16 UWANative - Failed to initialize Updater Core
    12/21/2010 11:35:20 Utilities - Directory not present
    12/21/2010 11:35:20 UWANative - Could not delete the temp folder "".
    12/21/2010 11:35:16.594 UWA.LoadWorkflowCommand The start applet did
    not return the result xml. Startapplet returned
    12/21/2010 11:35:16.595 UWA.LoadWorkflowCommand Cannot start
    UWANative Applet
    12/21/2010 11:35:20 PDApp.AppletManager - Un-loading Applet -
    UWA_Native for window ID - 1
    12/21/2010 11:35:20 PDApp.ExternalGateway - Callng the finalize
    function of the applet
    12/21/2010 11:35:20 PDApp.ExternalGateway - Unloading applet
    12/21/2010 11:35:20.878 PDApp.HostMessageHandler Recieved force
    window close message
    12/21/2010 11:35:20.878 PDApp.HostMessageHandler Sending message to
    native
    12/21/2010 11:35:20 PDApp.WindowManager - Window destruction reached
    for ID - 1
    12/21/2010 11:35:21 PipeThread - Pipe Connected. Waiting for data to
    come on pipe
    12/21/2010 11:35:21 PipeThread - 2 bytes read on pipe
    12/21/2010 11:35:21 PipeThread - Data recieved on pipe. Sending the
    data to the main thread to process and show window
    12/21/2010 11:35:21 PipeThread - Message Sent to main thread
    12/21/2010 11:35:21 PipeThread - Disconnecting pipe
    12/21/2010 11:35:21 PipeThread - Pipe Disconnected
    12/21/2010 11:35:21 PipeThread - Terminating the pipe thread
    12/21/2010 11:35:21 PDApp - Terminating native MessageQueueManager
    12/21/2010 11:35:21 PDApp - Terminating native AppletManager
    12/21/2010 11:35:21 PDApp.AppletManager - AppletManager destructed
    12/21/2010 11:35:21 PDApp - Terminating WindowManager
    12/21/2010 11:35:21 PDApp.WindowManager - Destroying PDApp main
    window's
    12/21/2010 11:35:21 PDApp.WindowManager - Destroying PDApp main
    window's sucessfully
    12/21/2010 11:35:21 PDApp - Terminating ExternalGateway
    12/21/2010 11:35:21 PDApp.ExternalGateway - ExternalGateway
    destructed
    12/21/2010 11:35:21 PDApp - Terminating MessageHandler
    12/21/2010 11:35:21 PDApp.ExternalGateway - MessageHandler
    finalize...
    12/21/2010 11:35:21 PDApp.ExternalGateway - MessageHandler destructed
    12/21/2010 11:35:21 PDApp - Terminating NativeCommandHandler
    12/21/2010 11:35:21 PDApp.ExternalGateway - NativeCommandHandler
    destructed
    12/21/2010 11:35:21 PDApp - Terminating AsyncMessageProcessor
    12/21/2010 11:35:21 PDApp.AsyncMsgProcessor - Destroying
    AsyncMsgProcessor
    12/21/2010 11:35:21 PDApp - Terminating NativePlatformHandler
    12/21/2010 11:35:21 PDApp - Terminating logger
    PDA changed file
    12/21/2010 03:00:24 AAMUpdatesNotifier - Build Version - 1.0.175.0
    12/21/2010 03:00:24 AAMUpdatesNotifier - Logging Level verbosity Set
    to 4
    12/21/2010 03:00:27 Utilities - File does not exist
    12/21/2010 03:00:41 AAMUpdatesNotifier - CFU .... StatusCode(41)
    ErrorCode(212)
    12/21/2010 03:00:41 AAMUpdatesNotifier - inside getUpdates
    12/21/2010 03:00:41 AAMUpdatesNotifier - Cannot find any update Node
    12/21/2010 03:00:41 AAMUpdatesNotifier - All updates count 0

  • Problem on loading applet netscape4.73 in macos9 very urgent pls help me

    Hello,
    Problems on loading applet in Netscape4.73(jre1.1.5) AppleMac OS-9.
    when i try to load applet of size ~ 200kb in Netscape 4.73 AppleMac os9, then browser abruptly closing with the AppleMac os error message :- the Applicarion " Netscape Communicator " has unexpectedly quit because an error of type 2 occured. And then asking for system restart.
    Since i am new to the AppleMac environment i cant adjust the settings please help me to overcome the problem. Its Very urgent and i am in great hurry pls.
    thanks in advance.
    Rao. V.N.

    Hi Rao,
    I'm not a mac-os specialist (even I had some business with mac !!), and it is very difficult speaking in blind, but I have severals questions that may help you.
    - Did you try you applet in other AppleMac plateform ?
    - Does your applet work fine in other browser/plateform ?
    - Does a small applet work fine on this plateform with this browser ?
    - Does you applet contains instructions like System.exit, System.* or try to access (read or write) to local files ?
    Otherelse it is possible you have problem with your jre config, try to configure your plugin with command like : -Xmx64m -Xms16m
    (These commands tell the plugin to use at least 16 Mo memory and 64 Mo for the maximum see : http://java.sun.com/docs/hotspot/gc/)
    Hope that will help you

  • Problem while loading applet in opera- very urgent please

    hi,
    I am having problem while loading applet in opera browser. Showing "Applet loading " continuously. I am trying to use URLConnection to read information from applet's own host. I cant find the exact problem what is happening, Since there is no error message in browser Javaconsole.
    If anybody have idea on this please help me. I am in great hurry.
    Thanks in advance.
    Rao. V

    hi this is rao,
    I inserted a lot of System.out statements throughout applet life cycle. But they are not displaying in java console. I think the problem is in Opera-java settings. Since i am new to the opera environment i cant get right solution.
    Please help me if anybody having clear idea on this aspect.
    thanks in advance

  • Flash player 10 error loading dll using IE 8.0.6001.18372 RC1 on Vista

    hi,
    How do I fix these errors below seen when trying to display
    pictures at some
    http://smilebox.com url in Internet
    Explorer 8.0.6001.18372 RC1 on my vista box? I've installed Adobe
    flashplayer and Adobe's activeX controller, they show up in the
    list of programs added to this box. i've successfully installed
    firefox 3 browser and same smilebox url works fine there. firefox
    plugins show Shockwave flash 10.0 r12. here is the errors:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT
    6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0;
    .NET CLR 3.0.04506; .NET CLR 1.1.4322)
    Timestamp: Fri, 30 Jan 2009 19:14:41 UTC
    Message: Error in loading DLL
    Line: 93
    Char: 26
    Code: 0
    URI:
    http://secure.smilebox.com/scripts/swfobject144.js
    Message: Error in loading DLL
    Line: 93
    Char: 26
    Code: 0
    URI:
    http://secure.smilebox.com/scripts/swfobject144.js
    Message: Unspecified error.
    Line: 37
    Char: 3
    Code: 0
    URI:
    http://pagead2.googlesyndication.com/pagead/inject_object_div.js
    thanks for any pointers.

    Well, great.  I tried the uninstall/reinstall before, but not with the uninstaller, so I was hopeful that this time might do it.  No such luck.  The video still plays, but no sound.
    All the sound settings are working with everything else from games to media players.  I set Windows' firewall to allow both the ActiveX and plugin for Flash, just in case.
    In the Flash folder, I now have:
    Flash10l.ocx (10.1.102.64)
    Flash Util10l_ActiveX (10.1.102.64)
    FlashUtil10l_Plugin (10.1.102.64)
    Genuinst (6.0.2800.1531)
    FlashUtil10l_ActiveX.dll (10.1.102.64)
    NPSWF32.dll (10.1.102.64)
    And the setup and text files that went with 'em.
    I've also done a system restart since then and zip.
    I went through IE and Firefox and looked for any file associations (like .flv) that I could manually change over to using Flash, but no go.  The settings panels for Flash have all been set to allow YouTube specifically (as a test) and to allow 10KB of storage space for all affected sites.
    Now what?  I'm really not looking forward to a reformat and reinstall, but it's looking like that's what it's going to take.
    Date: Sun, 14 Nov 2010 17:37:07 -0700
    From: [email protected]
    To: [email protected]
    Subject: Flash Player 10 does not work in IE or Firefox. What could it conflict with?
    Something is strange with your list of modules; you list FlashUntil10i_Plugin (10.1.102.64), but this is really 10.1.85.3
    I recommend that you uninstall Flash Player completely (using http://kb2.adobe.com/cps/141/tn_14157.html), then restart Windows, and delete all remaining files in C:\Windows\system32\Macromed\Flash.
    Next reinstall both ActiveX (http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe) and the plugin (http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe).
    After that, if the problem persists, have a look at this page http://kb2.adobe.com/cps/837/cpsid_83739.html
    >

Maybe you are looking for