org.apache.bsf.BSFException: exception from Jython: SyntaxError: ("mismatched input '' expecting EOF", ('<string>', 2, 1, ' raise OdiKMException("ODIKM-FILE-LKM-10002", "ODIKM-FILE-LKM-10002: For delimited files all source columns between the first in file and the last mapped, need to be mapped on staging! No gaps allowed") '))
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3208479, 1 year ago
via Oracle Community by dineshatluri-JavaNet, 1 year ago
via Oracle Community by user10816003, 1 year ago
via Oracle Community by Dicksam, 1 year ago
via Oracle Community by 928797, 1 year ago
via Oracle Community by beyourbest, 1 year ago
org.apache.bsf.BSFException: exception from Jython: SyntaxError: ("mismatched input '' expecting EOF", ('<string>', 2, 1, ' raise OdiKMException("ODIKM-FILE-LKM-10002", "ODIKM-FILE-LKM-10002: For delimited files all source columns between the first in file and the last mapped, need to be mapped on staging! No gaps allowed") '))
at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:395)
at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:247)
at oracle.odi.runtime.agent.execution.interpreter.SessionTaskScriptingInterpretor.scripting(SessionTaskScriptingInterpretor.java:192)
at oracle.odi.runtime.agent.execution.SessionTask.scripting(SessionTask.java:105)
at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:49)
at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:21)
at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:52)
at oracle.odi.runtime.agent.execution.SessionTask.processTask(SessionTask.java:206)
at oracle.odi.runtime.agent.execution.SessionTask.doExecuteTask(SessionTask.java:117)
at oracle.odi.runtime.agent.execution.AbstractSessionTask.execute(AbstractSessionTask.java:886)
at oracle.odi.runtime.agent.execution.SessionExecutor$SerialTrain.runTasks(SessionExecutor.java:2231)
at oracle.odi.runtime.agent.execution.SessionExecutor$SerialTrain.run(SessionExecutor.java:2157)
at java.lang.Thread.run(Thread.java:745)