[Bug 3552] Doesn't work on http://sweethome3d.com (InvocationTargetException)

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Apr 18 20:56:14 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3552

vincent.privat at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.privat at gmail.com

--- Comment #2 from vincent.privat at gmail.com ---
On Windows 10 + ITW 1.8.pre + JDK8u172 I have the following error:

Exception in thread "AWT-EventQueue-1" java.lang.ExceptionInInitializerError
        at
com.eteks.sweethome3d.swing.HomePane.checkClipboardContainsHomeItemsOrFiles(Unknown
Source)
        at com.eteks.sweethome3d.swing.HomePane.access$2800(Unknown Source)
        at com.eteks.sweethome3d.swing.HomePane$66.flavorsChanged(Unknown
Source)
        at com.eteks.sweethome3d.swing.HomePane.addClipboardListener(Unknown
Source)
        at com.eteks.sweethome3d.swing.HomePane.<init>(Unknown Source)
        at com.eteks.sweethome3d.swing.SwingViewFactory.createHomeView(Unknown
Source)
        at com.eteks.sweethome3d.viewcontroller.HomeController.getView(Unknown
Source)
        at com.eteks.sweethome3d.HomeFramePane.<init>(Unknown Source)
        at com.eteks.sweethome3d.HomeFrameController.getView(Unknown Source)
        at com.eteks.sweethome3d.HomeFrameController.displayView(Unknown
Source)
        at com.eteks.sweethome3d.SweetHome3D$4.collectionChanged(Unknown
Source)
        at
com.eteks.sweethome3d.model.CollectionChangeSupport.fireCollectionChanged(Unknown
Source)
        at com.eteks.sweethome3d.model.HomeApplication.addHome(Unknown Source)
        at com.eteks.sweethome3d.SweetHome3D.showDefaultHomeFrame(Unknown
Source)
        at com.eteks.sweethome3d.SweetHome3D.start(Unknown Source)
        at com.eteks.sweethome3d.SweetHome3D$5.run(Unknown Source)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
        at java.awt.EventQueue.access$500(EventQueue.java:97)
        at java.awt.EventQueue$3.run(EventQueue.java:709)
        at java.awt.EventQueue$3.run(EventQueue.java:703)
        at java.security.AccessController.doPrivileged(Native Method)
        at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException:
com/eteks/sweethome3d/swing/HomeTransferableList
        at com.eteks.sweethome3d.swing.HomeTransferableList.<clinit>(Unknown
Source)
        ... 30 more
Caused by: java.lang.ClassNotFoundException:
com/eteks/sweethome3d/swing/HomeTransferableList
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:348)
        at java.awt.datatransfer.DataFlavor.tryToLoadClass(DataFlavor.java:163)
        at java.awt.datatransfer.DataFlavor.initialize(DataFlavor.java:537)
        at java.awt.datatransfer.DataFlavor.<init>(DataFlavor.java:501)
        ... 31 more

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180418/c22048a4/attachment.html>


More information about the distro-pkg-dev mailing list