Error while creating node dialog for 'Byte Vector Distances'

Hi KNIMErs,

I have a problem when I try to configure the 'Byte Vector Distances' node. When I try to open up the configuration windows (both by double-clicking the node or through the left click → “configuration...” option), the configuration windows does not pop up and I obtain the following error:

2015-11-11 17:05:28,063 : ERROR : main : Node : Byte Vector Distances : 0:328 : Error while creating node dialog for 'Byte Vector Distances': alpha mask ff000000 overflows pixel (expecting 24 bits

2015-11-11 17:05:28,064 : DEBUG : main : Node : Byte Vector Distances : 0:328 : Error while creating node dialog for 'Byte Vector Distances': alpha mask ff000000 overflows pixel (expecting 24 bits

java.lang.IllegalArgumentException: alpha mask ff000000 overflows pixel (expecting 24 bits

at java.awt.image.PackedColorModel.DecomposeMask(Unknown Source)

at java.awt.image.PackedColorModel.<init>(Unknown Source)

at java.awt.image.DirectColorModel.<init>(Unknown Source)

at org.knime.distance.category.GenericDistancePanel.toIcon(GenericDistancePanel.java:196)

at org.knime.distance.category.GenericDistancePanel.<init>(GenericDistancePanel.java:154)

at org.knime.distance.category.GenericDistanceNodeDialogPane.<init>(GenericDistanceNodeDialogPane.java:119)

at org.knime.distance.category.GenericDistanceNodeFactory.createNodeDialogPane(GenericDistanceNodeFactory.java:160)

at org.knime.core.node.Node$1.run(Node.java:1990)

at org.knime.core.node.util.ViewUtils$3.run(ViewUtils.java:351)

at org.knime.core.node.util.ViewUtils$2.run(ViewUtils.java:153)

at java.awt.event.InvocationEvent.dispatch(Unknown Source)

at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$200(Unknown Source)

at java.awt.EventQueue$3.run(Unknown Source)

at java.awt.EventQueue$3.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(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'm using KNIME 2.12.1 and in practice the node is not configurable. Please, can anybody help with this?

Thanks in advance,

Gio

P.S.: The same problem appear with Matrix Distance node.

I think this is fixed in 2.12.2:

https://tech.knime.org/changelog-v2122

Yes wiswedel,

I can confirm that this problem is solved in version 2.12.2.

Thank you!

Gio