Had to un-install JRE, again. "AWT-EventQueue-13" exception.

Hello every body readers,
and a Happy Christmas from me in Sweden.
I installed latest JRE "jre1.5.0_01".
Had to uninstall and use Microsoft java instead, AGAIN.
Those who said to me in past: "Use IE Java. Works better" was probably right.
As now Sun Java only occupies a considerable amont of space in my PC.
You will probably ask me to re-write my HTMLs to fit JRE.
Suppose IExplorer6 wasn't backwards compitable with HTML-pages.
Most .html pages in world would have to be re-written!!!!!!!!!
JRE makes error when trying to update MyClass.class.
"at DJClock.update(E:\Msdev\projects\DJClock\DJClock.java:552)"
A leftover from development stage of this software.
Well!
And this you offer millions of poor users around the world to download?????
Maybe you will not recognize this fault,
and try some political jargong 'we never do anything bad" non-excuse.
I would simple say: "we are very sorry!" to all potential users reading this thread.
We humans are NOT perfect. When try to appear perfect, we deny the truth.
And we would not be credible in fellow men's eyes.
Isn't it pathetic hear someone say:
"I did not have seex with that woman"
when it is obviously a big lie. :D :D
I hope you're human at this developers site.
I have a slight hope some few around here
are not only "living effective programming robot machines".
Regards and thanks for your FREE, although not working software
/halojoy - Sweden 2004-12-29
FACTS follows:
In my htdocs:
APP1-folder
     MyClass.class
     index.html(<applet codebase="." code="MyClass.class"</applet>)
APP2-folder
     MyClass.class
     index.html(<applet codebase="." code="MyClass.class"</applet>)
Uses same class, but I have copy at 2 places.
First applet will run correctly.
Second applet will generate following message:
Exception in thread "AWT-EventQueue-13" java.lang.NullPointerException
     at sun.font.FontDesignMetrics.stringWidth(Unknown Source)
     at DJClock.update(E:\Msdev\projects\DJClock\DJClock.java:552)
     at sun.awt.RepaintArea.updateComponent(Unknown Source)
     at sun.awt.RepaintArea.paint(Unknown Source)
     at sun.awt.windows.WComponentPeer.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)

Thanks, alvareze.
But I think you haven't read my post correctly.
I think I provided enough information for eanyone to repeat my situation in their own computer.
Anf find out there is a bug.
I wish I was wrong, on behalf of users suffering from this,
but I am sure I am right!
So here is what you do.
1) Take an applet, xxxxxx.class, intended for showing in a html-page.
2) Create 2 folders at your server. Lets call them: APPL1 and APPL2
3) Write 2 different index.html containing applet xxxxxx.class
4) You make a copy of this Class: xxxxxx.class in EACH of two folders APPL1, APPL2
5) Each index.html in separate folders Calls their own copy of xxxxxx.class
in respective folder.
6) The structure you have now is, what I ALREADY told you. (am I talking to children. No!):
In my htdocs:
APP1-folder
     MyClass.class
     index.html(<applet codebase="." code="MyClass.class"</applet>)
APP2-folder
     MyClass.class
     index.html(<applet codebase="." code="MyClass.class"</applet>)
6) Now you can visit your both websites:
- http://root/APPL1/index.html
running applet.
Then visit
- http://root/APPL2/index.html
running same applet.
And I am sure you will end up with same error message.
AWT-EventQueue-13" exception.
(see Above. And below. LISTEN CAREFULLY, I will only say this TWICE):
Uses same class, but I have copy at 2 places.
##) My EXPLANATION:
possibly causing this error, and making JRE useless for me:
When JRE runs into a Class with same name again,
it will update that class in its library.
But when it does it searches, STILL, in the developers Drive E:\
A leftover code, from developing stage.
Instead JRE should look for MyClass.class in drive where,
I put JRE files. In this case Drive C:\
##) In other words:
- at MyClass.update(E:\Msdev\projects\MyClass\MyClass.java:552)
should be, to avoid error
- at MyClass.update(C:\my path to JRE\MyClass\MyClass.java:552)
##) First applet will run correctly.
##)Second applet will generate following message:
Exception in thread "AWT-EventQueue-13" java.lang.NullPointerException
     at sun.font.FontDesignMetrics.stringWidth(Unknown Source)
     at MyClass.update(E:\Msdev\projects\MyClass\MyClass.java:552)
     at sun.awt.RepaintArea.updateComponent(Unknown Source)
     at sun.awt.RepaintArea.paint(Unknown Source)
     at sun.awt.windows.WComponentPeer.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)
I wont bother with this again,
as I do not like to explain myself over and over
to people that are not REALLY interested in getting my information.
And it will not effect me in any way, as I no longer use this free JRE from great Sun Java Laboratories.
I stick to Microsoft Java, until you find your bugs, yourselves, fixes this software version.
Then you tell me to download it again, please!
Thanks again for you wish to provide us users with a super software.
nothing wrong with your aim or goal, but ...
maybe can strike back, when releasing not properly debugged sotware
to millions and millions of potential users.
Better no reputation, than bad reputation= badwill.
So sometimes better late release than too early.
Have seen this happen with other software version around www.
By the time bugs are corected, customers are happily using another similiar software.
No hard feelings.
Happy Ne Year everybody!
computer and internet freaks, like me
/halojoy - in snowy northern part of Sweden (had a white christmas, as always)
Sorry, will not be here again, talking to deaf? people :)
in same subject
GoodBye

Similar Messages

  • "AWT-EventQueue-0" Exception

    Hi, I've been working on a GUI panel.. My exception is this:
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
            at freedom$Test$5.actionPerformed(freedom.java:598)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(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.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(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.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)Now, line 598 is the following:
    fd.log();The code surrounding it is as follows:
                button_5 = new JButton("Log  Out");
                button_5.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent event) {
                             fd.log();
                add(button_5);Any idea on how I can handle this exception error?
    Thanks.

    I'm having a problem with my JButtons appearing to be null when working with the doClick() method.That would be because the class variable is null.
    You also created a local variable, which you can't access outside the init() method.

  • BUG 5642176 in 10.1.3.2 ? "AWT-EventQueue-0" java.lang.NullPointerException

    Hi,
    JDeveloper version: JDev 10.1.3.2
    Technology: ADF BC / ADF Faces
    I have following exception when I press COMMIT on creation form:
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    07/03/28 15:18:58      at oracle.jbo.uicli.binding.JUCtrlAttrsBinding$mySetEnabledThread.run(JUCtrlAttrsBinding.java:53)
    07/03/28 15:18:58      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    Exception in thread "AWT-EventQueue-0" Exception in thread "AWT-EventQueue-0" 07/03/28 15:18:58      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    07/03/28 15:18:58      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    07/03/28 15:18:58      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    07/03/28 15:18:58      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    07/03/28 15:18:58      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    07/03/28 15:18:58      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    New row is saving into database correct and application works. What is wrong ? Is it a bug in JDeveloper 10.1.3.2 version. Any patch is aviable? I have found that in 10.1.3.1 it was a bug 5642176 (AWT-EventQueue-0 - NullPointerException
    Kuba

    Hi,
    interesting that this bug is a ADF Swing bug. However, as far as I understand the various updates in the bug DB there is a patch based on Patch Request 9019619 available for 10.1.3.2. For this you need to contact customer support on metalink.oracle.com.
    10.1.3.3. is not too far away from now which is why i think going back to 10.1.3.0 doesn't make sense
    Frank

  • My new iMac has recently had OSX Lion installed on it and now when I start the machine it looks like its updating something every time, and the wireless doesn't work. So I restart and everything is OK - until I have to start up again the next time?

    My new iMac has recently had OSX Lion installed on it and now when I start the machine it looks like its updating something every time, and the wireless doesn't work. So I restart and everything is OK - until I have to start up again the next time - then I have to repeat this again! Any help appreciated.

    I've been having the same issue, but have just discovered something on my own that hasn't been pointed out in any of the forums I've visited.  In what I thought would be a vain attempt to help myself, I went to System Preferences, Users & Groups, and then clicked on Login Items.  I discovered that one of the Items that was listed to open automatically upon login was iTunes Helper and that there was an exclamation point beside it indicating that it was incompatible.  I simply deleted that item and now I don't have the situation you described and my wireless is connected.  Hope this helps!

  • I am getting error 205 while trying to install Creative Cloud. I already had chated with support, Uninstalled CC and tried to install it again. From the Adobe site, the page keeps loading eternally, from the previous installer, it gives me error 205. What

    I am getting error 205 while trying to install Creative Cloud. I already had chated with support, Uninstalled CC and tried to install it again. From the Adobe site, the page keeps loading eternally, from the previous installer, it gives me error 205. What to do? Give up on CC?
    This is not the first time I get it, and it seems a recurring problem.

    Milliet are you on a managed network?  If not then please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve error 205.

  • HT4009 IX have an iPad version 4.3 and I had instagram install, like I was having problem I uninstalled it, but now I can't install it again, because my iPad doesn't support the new version, is there a way that I can download instagram for this iPad?

    I have an iPad version 4.3 and I had instagram install, like I was having problem I uninstalled it, but now I can't install it again, because my iPad doesn't support the new version, is there a way that I can download instagram for this iPad?

    Update your iOS.
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1.3. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
     Cheers, Tom

  • I had to wipe VISTA from my machine, and now I want to install it again

    I had to wipe VISTA from my machine, and now I want to install it again, but I Lenovo never gave me a CD for it. I assumed
    I need to download it and then re-install visa?
    Is that  what I have to do?
    Where can I get the download fot it 

    you may have tinkered with the partitions,get the recovery cd set.if you still want to use ubuntu try using the live version or use the wubi installer,it installs in a windows partition as a program(you can safely delete it later from add or remove programs) in this way you can use both of them at your choice..
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • I have an urgent question about my indesign. I had problems with the creative cloude app and then uninstalled it and then installed it again. Now it is not opening and I cannot download it again either. Pls give me help and advice if there is anything I c

    I have an urgent question about my indesign. I had problems with the creative cloude app and then uninstalled it and then installed it again. Now it is not opening and I cannot download it again either. Pls give me help and advice if there is anything I can do to repair it

    Please authorize ADE 3 with same credentials that you used with older version of ADE

  • I have had to re-install the system on my computer and now need to download Photoshop/lightroom etc again.  Can I do that without having to pay another monthly subscription?

    I have had a major problem with my computer and as a result have had to re-install the system.
    So I now have to reload programmes.
    I am a monthly subscriber to Photoshop & Lightroom but can't find a way to download them again without entering into a new subscription agreement.
    Anyone got any ideas how I should go about it please?

    Creative Cloud Help | Install, update, or uninstall apps

  • I had purchased Photoshop Cs5 extended when i had a windows comp now i bought a mac i need to install it again how can i do that

    i had purchased Photoshop Cs5 extended when i had a windows comp now i bought a mac i need to install it again how can i do that

    You would have to purchase a Mac version of CS5. You cannot install a Windows version on a Mac. CS5 is not a current product so you can't get a free platform swap.
    Speak to Customer Service and see if it is possible to upgrade to CS6 ($200), and get what is know as a platform swap to Mac.
    http://helpx.adobe.com/x-productkb/global/service1.html

  • HT201272 Upgraded from Free, had to re-install, don't want to pay again...

    i downloaded a free app, and then upgraded to the ad-free version.  I had to re-install the app, but I only get back the free version.  How do I get the premium back without paying again?

    hi after seraching bit further I dfound this link
    http://go.adobe.com/kb/ts_cpsid_53468_en-us
    followed this and it worked have now passsed this on to people having the same problem
    cheers

  • So I had photshop cs5 installed on my pc...i had to get my hard drive replaced! I have the serial number and everything, but I need to know how to download it. I really don't wanna have to pay for the program over again.

    So I had photshop cs5 installed on my pc...i had to get my hard drive replaced! I have the serial number and everything, but I need to know how to download it. I really don't wanna have to pay for the program over again.

    If you registered your product, you should be able to find the download and serial number from your Adobe account.
    https://www.adobe.com/account.html
    Otherwise:
    Download Adobe CS5.5 Trials: Direct Links (no Assistant or Manager) | ProDesignTools
    You might still have to contact Customer Support to reset your Activations, unless you managed to deactivate the original installation.

  • PC crashed, had tot install iTunes again so my songs are gone.

    PC crashed, had tot install iTunes again so my songs are gone.
    How can I put the songs I have on my iPod back on my pc and in iTunes? Cause now, if I connect my iPod to my PC iTunes will delete all my songs.
    Plz help me out.
    THNX

    you need third party software..
    go to www.versiontracker.com
    there are many programs that will allow you to take the information on your ipod and transfer it onto your computer.

  • My laptop had to be reimaged and all software and programs were taken off.  I installed itunes again but can't access my library.  I get an error message "the folder itunes cannot be found or created and is required.  The default location for this folder

    I can't access my itunes music on my laptop after having it re-imaged.  I installed itunes again but can't access the music folder.  I get the following message when I click to open itunes:  "The folder itunes cannot be found or created, and is required.  The default location for this folder is the Music folder.
    I have an iPad2, and iPad mini, and an iPhone5 with a different number of songs on each.  I want to sync everything -- should have close to 800 songs.  Tried to get support from Apple but would be charged for help. 

    I have a Windows 7 operating system my computer runs from.

  • Install JRE silently

    I'm installing JRE on my network workstations with these parameters :
    /s /v"/qn IEXPLORER=1 ADDLOCAL=ALL UPDATE=1 /L C:\jre.log JAVAUPDATE=0 REBOOT=Suppress"
    under the administrator account remotely , the progress is finished successfully due to the log file and the add/remove programs applet in "Control Panel" , but when another user logs in and browse a page with java applets , the install screen apears and asks the user to install the java runtime environment again ! Of course this time there is only modify or remove items are available in the installation dialog . How can I finalize the installation and prevent the install dialog in the next user login ?

    We've had many kicks at silent installation of JRE (we're a LanDesk shop), and if it occurs during a user session with an open browser, it can completely mess up the installation. I've submitted a bug report on this already (1669879).
    Inside the %PROGRAMFILES%\Java\JRE6\bin folder is the Microsoft Runtime Library file MSVCR71.DLL that gets locked if a browser is open. During installation, the older JRE6 version is removed (unless it was installed with the STATIC switch) except for MSVCR71.DLL. Then the silent installation begins, with the core.zip expanding in alphabetical order until it comes to the letter m where it finds MSVCR71.DLL and just stops (in a non-silent mode, the user would be thrown a dialog to quit the browser / jqs, etc.). No roll back, no repair, etc. So now your left with some residual files, some reg entries but no control panel, no entry in the ADD/Remove Programs list (ARP), no regsvr32 registration has occurred.
    MSVCR71.DLL See (MS KB326922) is distributed with an app when the application was developed with Microsoft Visual C++ .NET 2003. This file doesn't change (unless the Visual Studio gets upgraded) as JRE6 updates get incremented. A solution for the developer might be to skip this .dll if it is encountered during expansion of the core.zip file. Or how about an .msp file instead of full blown installers?
    Using Group policy in a networked environment to push JRE will work if done correctly (using software installation or computer startup script).

Maybe you are looking for

  • Key Figure doubles in value when loaded to data target

    I have added a key figure to a copy of the standard inventory cube 0IC_C03.  When I load the key figure it has the correct value in PSA but doubles in value when loaded to the cube.  The mapping is one to one, why is this and how can I resolve? Thank

  • Keyboard Glitch T430 - Pressure issue?

    Hi All, Looking for some help here. I am having a really strange glitch with my T430. It seems whenever I put pressure on the left side of the keyboard, or on the bottom of the laptop directly below the windows button, the laptop goes to the screen w

  • Missing Apps in Creative Cloud?

    I don't seem to have all the apps available for download that are supposed to come with my Complete Creative Cloud version - I'm missing Lightroom, Premiere Elements, Edge, After Effects, Speedgrade, and Encore. None of these show up either online or

  • Meaning about PL/SQL

    HI All, I have some question about PL/SQL Collection like Associative Arrarys is like Single Dimension Unbounded Homogeneous Can I know the meaning for above terms I may think about Unbounded and Bounded it's like Associative Arrays have much space a

  • Updated to 10.4.5 and I get a long list of files that permisissions have ..

    Updated to 10.4.5 and I get a long list of files that permisissions have changed and the list remains each time I repair permissions, is there a way to get rid of this long list, is there a way to delete this log of permissions info. So that when I r