Message11517

Author rkanumola
Recipients jeff.allen, rkanumola
Date 2017-08-01.12:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501590795.32.0.179511439486.issue2610@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for the delay in response. 

I tried the sample example given and it is working fine for both 2.5.3 and 2.7.0, but when it comes to add-on it is failing at the instantiation stage.

Did the console output with System.getProperties() and System.getenv() before initializing an object 
and compared both the outputs for 2.5.3 and 2.7.0 and found both the output's are same no change. 

--print option gives the following. 
$ jython --print
/sde/jdk/jdk1.8.0_45/bin/java -Xmx512m -Xss2560k -classpath ../../Applications/atlassian/jython/jython.jar:. -Dpython.home=../../Applications/atlassian/jython -Dpython.executable=../../Applications/atlassian/jython/bin/jython -Dpython.launcher.uname=linux -Dpython.launcher.tty=true org.python.util.jython

are we missing anything still, please check. As per your suggestion seems to be our confluence add-on problem as local is working fine, but not sure where are we missing it and why it is working for 2.5.3 and not for 2.7.0. still a confusion.
History
Date User Action Args
2017-08-01 12:33:15rkanumolasetmessageid: <1501590795.32.0.179511439486.issue2610@psf.upfronthosting.co.za>
2017-08-01 12:33:15rkanumolasetrecipients: + rkanumola, jeff.allen
2017-08-01 12:33:15rkanumolalinkissue2610 messages
2017-08-01 12:33:14rkanumolacreate