From: Raneeth K. <ran...@ou...> - 2017-09-28 20:45:58
|
Hi Team, I'm facing BufferOverflow Exception when jython interpreter is trying to start. Below is an excerpt of error. ----------------------------------------------------------------- (2017-09-27 13:08:11,972) DEBUG [JMThread, Activity name:xakamahMSCmapping:activityId=60206,activityId=60206] (JythonInterpreter.java:227<http://JythonInterpreter.java:227>) - run() - JythonInterpreter.run<http://JythonInterpreter.run>()== Starting the Python Interpereter (2017-09-27 13:08:11,996) DEBUG [JMThread, Activity name:xakamahMSCmapping:activityId=60206,activityId=60206] (JythonInterpreter.java:257<http://JythonInterpreter.java:257>) - Jython exception occured:Exception: <type 'java.nio.BufferOverflowException<http://java.nio.BufferOverflowException>'> java.nio.BufferOverflowException<http://java.nio.BufferOverflowException> Traceback (most recent call last): File "/opt/python/jpython/Lib/warnings.py<http://warnings.py>", line 128, in warn_explicit showwarning(message, category, filename, lineno) ---------------------------------------------------------------- Could you please help me to identify the issue and cause for the same. Thanks |