Hi,
I'm running Clover 3.3.0 on AIX 6.1, and encountered the following issue when executing my graph :
Exception in thread "main" java.lang.RuntimeException: Can't create object of type DB_EXECUTE with reason: DB_EXECUTE:EXECUTE_INIT_PARAM_SEQ:For input string: "1:"
Is this issue has occurred on anyone's sytem ?
The details :
Exception in thread "main" java.lang.RuntimeException: Can't create object of type DB_EXECUTE with reason: DB_EXECUTE:EXECUTE_INIT_PARAM_SEQ:For input string: "1:"
at org.jetel.component.ComponentFactory.createComponent(ComponentFactory.java:151)
at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiateNodes(TransformationGraphXMLReaderWriter.java:499)
at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiatePhases(TransformationGraphXMLReaderWriter.java:462)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(TransformationGraphXMLReaderWriter.java:377)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(TransformationGraphXMLReaderWriter.java:297)
at org.jetel.graph.TransformationGraphXMLReaderWriter.loadGraph(TransformationGraphXMLReaderWriter.java:226)
at org.jetel.main.runGraph.main(runGraph.java:331)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.jetel.component.ComponentFactory.createComponent(ComponentFactory.java:131)
... 6 more
Caused by: org.jetel.exception.XMLConfigurationException: DB_EXECUTE:EXECUTE_INIT_PARAM_SEQ:For input string: "1:"
at org.jetel.component.DBExecute.fromXML(DBExecute.java:892)
... 11 more
Caused by: java.lang.NumberFormatException: For input string: "1:"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:458)
Regards,
Patrice HAVRE
I'm running Clover 3.3.0 on AIX 6.1, and encountered the following issue when executing my graph :
Exception in thread "main" java.lang.RuntimeException: Can't create object of type DB_EXECUTE with reason: DB_EXECUTE:EXECUTE_INIT_PARAM_SEQ:For input string: "1:"
Is this issue has occurred on anyone's sytem ?
The details :
Exception in thread "main" java.lang.RuntimeException: Can't create object of type DB_EXECUTE with reason: DB_EXECUTE:EXECUTE_INIT_PARAM_SEQ:For input string: "1:"
at org.jetel.component.ComponentFactory.createComponent(ComponentFactory.java:151)
at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiateNodes(TransformationGraphXMLReaderWriter.java:499)
at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiatePhases(TransformationGraphXMLReaderWriter.java:462)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(TransformationGraphXMLReaderWriter.java:377)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(TransformationGraphXMLReaderWriter.java:297)
at org.jetel.graph.TransformationGraphXMLReaderWriter.loadGraph(TransformationGraphXMLReaderWriter.java:226)
at org.jetel.main.runGraph.main(runGraph.java:331)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.jetel.component.ComponentFactory.createComponent(ComponentFactory.java:131)
... 6 more
Caused by: org.jetel.exception.XMLConfigurationException: DB_EXECUTE:EXECUTE_INIT_PARAM_SEQ:For input string: "1:"
at org.jetel.component.DBExecute.fromXML(DBExecute.java:892)
... 11 more
Caused by: java.lang.NumberFormatException: For input string: "1:"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:458)
Regards,
Patrice HAVRE
-
Hi, Patrice,
Can you please post what properties have you set on DBExecute and how? It seems like some problem with parameters passing to SQL query. Thank you.
Best regards,
Please sign in to leave a comment.
Comments 1