Message10373

Author helix84
Recipients helix84, public.marvin, zyasoft
Date 2015-10-23.08:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445589528.61.0.181402334536.issue2392@psf.upfronthosting.co.za>
In-reply-to
Content
I also got this error. I just upgraded from jython 2.5.2 to 2.7.0. The script ran successfully (with the same input) the first time, but threw this error after the servlet container was restarted.

  File "...", line 15, in doPost
    pattern = re.compile(r"^[0-9Xx]{8}$")
...
  File "/.../WEB-INF/lib/Lib/sre_compile.py", line 182, in _compile
    raise ValueError, ("unsupported operand type", op)
ValueError: ('unsupported operand type', 'at')


Debian Jessie
Tomcat 8.0.14-1
OpenJDK 7u79-2.5.6-1~deb8u1
History
Date User Action Args
2015-10-23 08:38:48helix84setmessageid: <1445589528.61.0.181402334536.issue2392@psf.upfronthosting.co.za>
2015-10-23 08:38:48helix84setrecipients: + helix84, zyasoft, public.marvin
2015-10-23 08:38:48helix84linkissue2392 messages
2015-10-23 08:38:47helix84create