Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tRESTClient -> tXMLMAP -> tLogRow : Error

We are trying to make a simple mapping as per instructions on 
We are trying to access the data from a public link to get the xml and log the rows. We have already created an XML schema based on the file structure, but we are getting the following error.tarting job jRESTTest at 11:08 16/02/2016.

connecting to socket on port 3988
connected
Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
The method isInfoEnabled() is undefined for the type jRESTTest.logStruct
The method info(String) is undefined for the type jRESTTest.logStruct
The method isDebugEnabled() is undefined for the type jRESTTest.logStruct
The method debug(String) is undefined for the type jRESTTest.logStruct
The method isTraceEnabled() is undefined for the type jRESTTest.logStruct
The method trace(String) is undefined for the type jRESTTest.logStruct
The method debug(String) is undefined for the type jRESTTest.logStruct
The method debug(String) is undefined for the type jRESTTest.logStruct
The method isInfoEnabled() is undefined for the type jRESTTest.logStruct
The method info(String) is undefined for the type jRESTTest.logStruct
The method isInfoEnabled() is undefined for the type jRESTTest.logStruct
The method info(String) is undefined for the type jRESTTest.logStruct
The method isDebugEnabled() is undefined for the type jRESTTest.logStruct
The method debug(String) is undefined for the type jRESTTest.logStruct
The method isInfoEnabled() is undefined for the type jRESTTest.logStruct
The method info(String) is undefined for the type jRESTTest.logStruct
The method isDebugEnabled() is undefined for the type jRESTTest.logStruct
The method debug(String) is undefined for the type jRESTTest.logStruct
The method isTraceEnabled() is undefined for the type jRESTTest.logStruct
The method trace(String) is undefined for the type jRESTTest.logStruct
The method info(String) is undefined for the type jRESTTest.logStruct
The method isInfoEnabled() is undefined for the type jRESTTest.logStruct
The method info(String) is undefined for the type jRESTTest.logStruct
The method isInfoEnabled() is undefined for the type jRESTTest.logStruct
The method info(String) is undefined for the type jRESTTest.logStruct
The method isInfoEnabled() is undefined for the type jRESTTest.logStruct
The method info(String) is undefined for the type jRESTTest.logStruct
at talendpoc.jresttest_0_1.jRESTTest.tRESTClient_1Process(jRESTTest.java:819)
at talendpoc.jresttest_0_1.jRESTTest.runJobInTOS(jRESTTest.java:1898)
at talendpoc.jresttest_0_1.jRESTTest.main(jRESTTest.java:1732)
Job jRESTTest ended at 11:08 16/02/2016.
Labels (5)
2 Replies
Anonymous
Not applicable
Author

Could you please share the link for the sample mapping instructions you were following?
justine_revol
Contributor
Contributor

Hello,
I've already faced this issue and I've discovered it happened when a row is named "log".
Hope it will help you.