Message12209

Author stefan.richthofer
Recipients navneethnarendra, stefan.richthofer
Date 2018-12-17.12:07:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545048427.36.0.788709270274.issue2721@psf.upfronthosting.co.za>
In-reply-to
Content
Are you using Java 9 or higher?
Jython 2.7.1 was released before Java 9 and is not designed to respect the new stricter access rules.

See #2656, #2582, #2680 for discussions about this.

Some work went into Java 9+ support since Jython 2.7.1 release. It would be good if you could check if this solved the problem. This has not been released yet, it would require building from source. Also checking with Java 8 would give helpful insight. If the problem occurs there too we would have to revisit this issue.

What you can try with Java 9: Run with --permit-illegal-access as mentioned in #2582.
History
Date User Action Args
2018-12-17 12:07:07stefan.richthofersetmessageid: <1545048427.36.0.788709270274.issue2721@psf.upfronthosting.co.za>
2018-12-17 12:07:07stefan.richthofersetrecipients: + stefan.richthofer, navneethnarendra
2018-12-17 12:07:07stefan.richthoferlinkissue2721 messages
2018-12-17 12:07:06stefan.richthofercreate