Message11606

Author Megha
Recipients Megha
Date 2017-09-28.07:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506583825.43.0.466225441844.issue2626@psf.upfronthosting.co.za>
In-reply-to
Content
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) - run() - 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) - Jython exception occured:Exception: <type 'java.nio.BufferOverflowException'>
java.nio.BufferOverflowException
Traceback (most recent call last):
  File "/opt/python/jpython/Lib/warnings.py", line 128, in warn_explicit
    showwarning(message, category, filename, lineno)

----------------------------------------------------------------


Please help on probable causes for the same.


Thanks
History
Date User Action Args
2017-09-28 07:30:25Meghasetrecipients: + Megha
2017-09-28 07:30:25Meghasetmessageid: <1506583825.43.0.466225441844.issue2626@psf.upfronthosting.co.za>
2017-09-28 07:30:25Meghalinkissue2626 messages
2017-09-28 07:30:24Meghacreate