Closed yanavasileva closed 2 months ago
Findings:
failed to set graal-js option "polyglot.js.allowHostAccess": js context is already initialized
Decision: we revert the update and do more detailed investigation on how to handle the warnings for the next set of patches.
After downport, the warnings are gone. On CI they can be observed in webapp-IT stages.
The following output is printed on start of Tomcat/WildFly pre-packaged distros after we bumped
graalvm-sdk
version in #4299. The error is produce on each execution of a script.Details
``` 20:47:11,532 ERROR [stderr] (MSC service thread 1-6) [To redirect Truffle log output to a file use one of the following options: 20:47:11,533 ERROR [stderr] (MSC service thread 1-6) * '--log.file=Acceptance Criteria (Required on creation)`
Hints
-Dpolyglot.engine.WarnInterpreterOnly=false
is passed to the script engine, the warnings are not displayed.--upgrade-module-path=lib\compiler-21.3.11.jar;ib\compiler-management-21.3.11.jar
But that means we need to adding two more dependencies, as we haven't used those two libraries so far.Links
Breakdown
Dev2QA handover