I have a graph that works fine in Designer, but fails on the same input test data when ported to a new sandbox on a cloverETL server…Below is the error from the server log
RAW_COMBINED is the name given to a universal reader and is the first component in the graph
Is the issue hidden characters in windows that are causing the Linux clover server install to die? I can run other similar data through another graph, but can’t figure out what might be wrong with the graph or incoming data format…Any ideas?
2012-09-05 15:52:01,103 ERROR 1146951 [WatchDog] Node RAW_COMBINED finished with status: ERROR caused by: Parsing error: Unexpected end of file in field # 1 of record # 1, value: ‘SimpleDataParser does not provide raw record.’
2012-09-05 15:52:01,103 ERROR 1146951 [WatchDog] Node RAW_COMBINED error details:
org.jetel.exception.BadDataFormatException: Parsing error: Unexpected end of file in field # 1 of record # 1, value: ‘SimpleDataParser does not provide raw record.’
at org.jetel.data.parser.SimpleDataParser.parsingErrorFound(SimpleDataParser.java:393)
at org.jetel.data.parser.SimpleDataParser.readField(SimpleDataParser.java:312)
at org.jetel.data.parser.SimpleDataParser.parseNext(SimpleDataParser.java:263)
at org.jetel.data.parser.SimpleDataParser.getNext(SimpleDataParser.java:158)
at org.jetel.util.MultiFileReader.getNext(MultiFileReader.java:403)
at org.jetel.component.DataReader.execute(DataReader.java:249)
at org.jetel.graph.Node.run(Node.java:402)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Any and all help is greatly appreciated,
thanks!
--Matt