Page 1 of 1

AquaComboBoxEditor issue

PostPosted: Tue Jun 16, 2009 8:24 am
by mthadm
Apple has recenlty released an update to Java on MacOS that causes My Money to crash.

We are looking into this and will try to release a fix for this within next few days

This is a typical exception log that we are seeing:

++++++++++++++++++++++++
java.lang.NoClassDefFoundError: apple/laf/AquaComboBoxEditor
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:703)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:402)
at com.mth.mymoney.ui.CategoryComboBox.<init>(CategoryComboBox.java:185)
at com.mth.mymoney.ui.transactionpanel.AbstractTransactionPanel$1.<init>(AbstractTransactionPanel.java:164)
at com.mth.mymoney.ui.transactionpanel.AbstractTransactionPanel.<init>(AbstractTransactionPanel.java:160)
at com.mth.mymoney.ui.transactionpanel.TransactionPanelHelper.<init>(TransactionPanelHelper.java:62)
at com.mth.mymoney.ui.transactionpanel.TransactionPanel.<init>(TransactionPanel.java:76)
at com.mth.mymoney.ui.transactionpanel.TransactionPanel.<init>(TransactionPanel.java:64)
at com.mth.mymoney.ui.quickpanel.QuickTransactionPanel.<init>(QuickTransactionPanel.java:98)
at com.mth.mymoney.ui.panel.ChecksPanel.createPanel(ChecksPanel.java:63)
at com.mth.mymoney.ui.manager.CheckBookManager.<init>(CheckBookManager.java:138)
at com.mth.mymoney.Money.load(Money.java:278)
at com.mth.mymoney.Money.load(Money.java:250)
at com.mth.mymoney.Money.run(Money.java:690)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: apple.laf.AquaComboBoxEditor
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:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:402)
... 32 more

Re: AquaComboBoxEditor issue

PostPosted: Wed Jun 17, 2009 8:46 pm
by mthadm
We have identified the fix for this issue and will be publishing a new release tonight.

If you are experiencing this problem please consider upgrading to the latest version, you can download it from

http://www.mthbuilt.com/download.html

Full release log will posted shortly