My Oracle Support Banner

Python interpreter failing the notebook (Doc ID 2886213.1)

Last updated on AUGUST 03, 2022

Applies to:

Oracle Financial Services Crime and Compliance Management Studio - Version 8.0.8 and later
Information in this document applies to any platform.

Symptoms

Steps to reproduce:
Step1: Open Notebook.
Step2: Run a paragraph with python interpreter.

Actual Behavior:
Getting an error.

Expected Behavior:
Paragraph should get executed and output should be given without any error.

Issue Encounter:
Shared fcc-python log has below error:
17:20:04.779 [ pool-2-thread-1] WARN org.apache.zeppelin.conf.ZeppelinConfiguration - Failed to load configuration, proceeding with a default
17:20:04.797 [ pool-2-thread-1] INFO org.apache.zeppelin.conf.ZeppelinConfiguration - Server Host: xxx.x.x.x.x
17:20:04.798 [ pool-2-thread-1] INFO org.apache.zeppelin.conf.ZeppelinConfiguration - Server Port: 8080
17:20:04.798 [ pool-2-thread-1] INFO org.apache.zeppelin.conf.ZeppelinConfiguration - Context Path: /
17:20:04.798 [ pool-2-thread-1] INFO org.apache.zeppelin.conf.ZeppelinConfiguration - Zeppelin Version: 0.8.2
17:20:04.799 [ pool-2-thread-1] INFO org.apache.zeppelin.scheduler.SchedulerFactory - Scheduler Thread Pool Size: 100
17:20:04.802 [ pool-3-thread-2] INFO org.apache.zeppelin.scheduler.SchedulerFactory - Job singleTenant_dsogRbQgNPX9-PTM_FCC_standby_ca2959cc started by scheduler org.apache.zeppelin.python.PythonInterpreter1385818263
17:20:04.812 [ pool-3-thread-2] INFO org.apache.zeppelin.python.PythonInterpreter - IPython is not available, use the native PythonInterpreter
17:20:04.816 [ pool-3-thread-2] INFO org.apache.zeppelin.interpreter.Interpreter - File /tmp/zeppelin_python-6898944469694101834.py created
17:20:04.831 [ pool-3-thread-2] INFO org.apache.zeppelin.interpreter.Interpreter - cmd = [python3.6, /tmp/zeppelin_python-6898944469694101834.py, 44313, xx.xx.xxx.xxx]
17:20:05.642 [ pool-3-thread-2] INFO org.apache.zeppelin.scheduler.SchedulerFactory - Job singleTenant_dsogRbQgNPX9-PTM_FCC_standby_ca2959cc finished by scheduler org.apache.zeppelin.python.PythonInterpreter1385818263
17:20:11.436 [c Default Executor] ERROR org.apache.zeppelin.interpreter.Interpreter - python process failed
org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404) ~[commons-exec-1.3.jar:1.3]
at org.apache.commons.exec.DefaultExecutor.access$200(DefaultExecutor.java:48) ~[commons-exec-1.3.jar:1.3]
at org.apache.commons.exec.DefaultExecutor$1.run(DefaultExecutor.java:200) [commons-exec-1.3.jar:1.3]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_333]
17:20:14.840 [ pool-2-thread-3] INFO pelin.interpreter.remote.RemoteInterpreterServer - Instantiate interpreter oracle.datastudio.python.DsPythonInterpreter
17:20:14.843 [ pool-3-thread-3] INFO org.apache.zeppelin.scheduler.SchedulerFactory - Job singleTenant_dsogRbQgNPX9-PTM_FCC_standby_ca2959cc started by scheduler org.apache.zeppelin.python.PythonInterpreter397552737
17:20:14.845 [ pool-3-thread-3] INFO org.apache.zeppelin.python.PythonInterpreter - IPython is not available, use the native PythonInterpreter
17:20:14.845 [ pool-3-thread-3] INFO org.apache.zeppelin.interpreter.Interpreter - File /tmp/zeppelin_python-3682664584972069843.py created
17:20:14.848 [ pool-3-thread-3] INFO org.apache.zeppelin.interpreter.Interpreter - cmd = [python3.6, /tmp/zeppelin_python-3682664584972069843.py, 36289, xx.xx.xxx.xxx]
17:20:15.683 [ pool-3-thread-3] INFO org.apache.zeppelin.scheduler.SchedulerFactory - Job singleTenant_dsogRbQgNPX9-PTM_FCC_standby_ca2959cc finished by scheduler org.apache.zeppelin.python.PythonInterpreter397552737
17:20:17.834 [c Default Executor] ERROR org.apache.zeppelin.interpreter.Interpreter - python process failed
org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404) ~[commons-exec-1.3.jar:1.3]
at org.apache.commons.exec.DefaultExecutor.access$200(DefaultExecutor.java:48) ~[commons-exec-1.3.jar:1.3]
at org.apache.commons.exec.DefaultExecutor$1.run(DefaultExecutor.java:200) [commons-exec-1.3.jar:1.3]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_333]

Changes

 NA

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.