datacleaner / DataCleaner

The premier open source Data Quality solution
GNU Lesser General Public License v3.0
598 stars 181 forks source link

ClassCastException thrown when logging in to DataCloud #1211

Closed kaspersorensen closed 8 years ago

kaspersorensen commented 8 years ago

This happened to me (on master branch) when logging in to DataCloud:

image

Before this I had deleted all userhome/.datacleaner folders to ensure that everything was completely clean.

Stack trace:

ERROR 11:34:41 DCUncaughtExceptionHandler - Thread AWT-EventQueue-0 threw uncaught exception
java.lang.ClassCastException: org.datacleaner.descriptors.ClasspathScanDescriptorProvider cannot be cast to org.datacleaner.descriptors.CompositeDescriptorProvider
    at org.datacleaner.util.RemoteServersUtils.addRemoteServer(RemoteServersUtils.java:54)
    at org.datacleaner.windows.DataCloudLogInWindow$2.run(DataCloudLogInWindow.java:292)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
    at java.awt.EventQueue.access$400(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:697)
    at java.awt.EventQueue$3.run(EventQueue.java:691)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
kaspersorensen commented 8 years ago

Note: It does look like the conf.xml file was properly updated afterwards.