This happened to me (on master branch) when logging in to DataCloud:
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)
This happened to me (on master branch) when logging in to DataCloud:
Before this I had deleted all
userhome/.datacleaner
folders to ensure that everything was completely clean.Stack trace: