You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Freeman Yue Fang (Jira)" <ji...@apache.org> on 2021/09/14 19:22:00 UTC

[jira] [Commented] (CAMEL-16967) tests in camel-robotframework failed with JDK17

    [ https://issues.apache.org/jira/browse/CAMEL-16967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17415117#comment-17415117 ] 

Freeman Yue Fang commented on CAMEL-16967:
------------------------------------------

And even after getting ride of Illegal reflective access, another error pups up
{code}
ImportError: cannot import name setitimer

        at org.python.core.Py.ImportError(Py.java:329)
        at org.python.core.imp.importFromAs(imp.java:1632)
        at org.python.core.imp.importFrom(imp.java:1595)
        at robot.running.timeouts.posix$py.f$0(/Users/juhosaarinen/git/robotframework/build/Lib/robot/running/timeouts/posix.py:19)
        at robot.running.timeouts.posix$py.call_function(/Users/juhosaarinen/git/robotframework/build/Lib/robot/running/timeouts/posix.py)
        at org.python.core.PyTableCode.call(PyTableCode.java:173)
        at org.python.core.PyCode.call(PyCode.java:18)
        at org.python.core.imp.createFromCode(imp.java:630)
        at org.python.core.util.importer.importer_load_module(importer.java:120)
        at org.python.modules.zipimport.zipimporter.zipimporter_load_module(zipimporter.java:175)
        at org.python.modules.zipimport.zipimporter$zipimporter_load_module_exposer.__call__(Unknown Source)
{code}
and this error also exists for JDK16

> tests in camel-robotframework failed with JDK17
> -----------------------------------------------
>
>                 Key: CAMEL-16967
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16967
>             Project: Camel
>          Issue Type: Sub-task
>            Reporter: Freeman Yue Fang
>            Priority: Major
>
> caused by
> {code}
> [ERROR] WARNING: Illegal reflective access by org.python.core.io.StreamIO (file:/Users/ffang/.m2/repository/org/robotframework/robotframework/4.1/robotframework-4.1.jar) to field java.io.FilterOutputStream.out
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)