Topic: Unexpected error!
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
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
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.
learning!thanks!
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)
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)
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...
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...
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)
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)
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?
Log in by clicking the login link at the top of the screen
Go back to forum.


