back to forum.

Topic: Unexpected error!

Topic by
wmj007

2011-09-05
16:04

Unexpected error!

click 'Coalesce numbers->Preview data'

java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Transformer is expected to contain columns originating from 1 table, found 2

java.lang.IllegalStateException: Transformer is expected to contain columns originating from 1 table, found 2

Transformer is expected to contain columns originating from 1 table, found 2

Reply by
beno

2011-09-06
05:22
Did you read the error message? It kinda says what you are doing wrong - you're trying to concatenate columns from two different tables, which is impossible.

Reply by
wmj007

2011-09-06
05:26
learning!thanks!

Reply by
wmj007

2011-09-07
05:27
operator:Reference data->String patterns->RS



Unexpected error!


Message:
java.lang.NoSuchMethodError: org.w3c.dom.Element.getTextContent()Ljava/lang/String;
Level:
SEVERE
Stack Trace:
org.w3c.dom.Element.getTextContent()Ljava/lang/String;
org.eobjects.datacleaner.util.HttpXmlUtils.getText(HttpXmlUtils.java:167)
org.eobjects.datacleaner.util.HttpXmlUtils.getChildNodeText(HttpXmlUtils.java:162)
org.eobjects.datacleaner.regexswap.RegexSwapClient.refreshCategories(RegexSwapClient.java:93)
org.eobjects.datacleaner.regexswap.RegexSwapDialog$6.run(RegexSwapDialog.java:258)

Reply by
kasper

2011-09-07
05:23
Hi there,

This looks like an issue with an older Java installation (or rather, the W3C DOM API, which is usually bundled together with Java)...

Can you check which version you are running? Preferably it should be Java 6 update 18 or higher...

Reply by
wmj007

2011-09-07
05:27
DataCleaner-2.2-win32

java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode)

Reply by
kasper

2011-09-07
05:27
Hmm I am a bit clueless why you are seeing this ... Can you try deleting (or renaming) the file "xml-apis-[something].jar" in the lib folder of DC?

You need to be logged in to participate

In order to post your own comments on this topic, you need to be logged in.

Username:

Log in by clicking the login link at the top of the screen

 

Go back to forum.