This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Megha
Recipients Megha
Date 2017-09-28.07:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506582321.47.0.466225441844.issue31615@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Team,


I'm facing BufferOverflow Exception when python 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:05:21Meghasetrecipients: + Megha
2017-09-28 07:05:21Meghasetmessageid: <1506582321.47.0.466225441844.issue31615@psf.upfronthosting.co.za>
2017-09-28 07:05:21Meghalinkissue31615 messages
2017-09-28 07:05:20Meghacreate