Message12714

Author rkanumola
Recipients rkanumola
Date 2019-10-24.08:05:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571904311.93.0.94040544917.issue2816@roundup.psfhosted.org>
In-reply-to
Content
Hi Team,

We are trying to use Jython with Redis script within confluence using a Jython macro.
We are able to execute the action using Jython from the command line and able to read the variable from redis database and get the result, but when we try to use the PythonInterpreter class from within Java application we get the below error. It would be great can suggest ,how to handle this error.

Traceback (most recent call last):
line 4, in
File “/opt/jython/Lib/site-packages/redis/ init .py”, line 1, in
from redis.client import Redis, StrictRedis
SyntaxError: (“no viable alternative at input ‘’’‘“, (‘/opt/jython/Lib/site-packages/redis/client.py’, 28, 13, ‘’))

Please let us know if any thing is not clear or need more information to give a solution to this problem.
History
Date User Action Args
2019-10-24 08:05:11rkanumolasetrecipients: + rkanumola
2019-10-24 08:05:11rkanumolasetmessageid: <1571904311.93.0.94040544917.issue2816@roundup.psfhosted.org>
2019-10-24 08:05:11rkanumolalinkissue2816 messages
2019-10-24 08:05:11rkanumolacreate