You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2020. It is now read-only.
test_raise_existing_error (tests.structures.test_exception.ExceptionTests) ... java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at python.testdaemon.TestDaemon.main(TestDaemon.java:65)
Caused by: java.lang.NoClassDefFoundError: org/python/exceptions/error
at python.test.module$import(test.py:6)
at python.test.main(test.py)
... 5 more
Caused by: java.lang.ClassNotFoundException: org.python.exceptions.error
at python.testdaemon.JoinClassLoader.findClass(JoinClassLoader.java:62)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
FAIL
The text was updated successfully, but these errors were encountered:
This piece of code fails with
The text was updated successfully, but these errors were encountered: