O.K., so I guess this question is for Rick and Erich: is anyone of you working 
on this bug and if so
what is the current state?

---

In case it helps, I think I can come up with a zip-archive for Windows that 
would include Tomcat
with BSF4ooRexx and a web application with the ooRexx programs that serve 
client requests. The idea
would be that with the help of a readme.txt that contains brief explanations 
and directions, you
should be able after unzipping to start up the Tomcat web server on your 
Windows machine with a
single supplied script, allowing you to interact with the ooRexx web app on 
your local machine.
Also, the readme.txt would document a compiled Java client program that would 
create client requests
to the ooRexx web app as quickly as possible such that you can observe, 
measure, analyze and debug
this.

In case you see such a zip-archive as helpful for debugging what bitness for 
BSF4ooRexx should the
zip archive contain and should BSF4ooRexx be compiled for debugging? Also, 
should the zip archive
contain Java (OpenJDK) as Java also needs to match the ooRexx/BSF4ooRexx 
bitness? 

---rony


On 29.01.2022 15:43, Rony G. Flatscher wrote:
>
> Is this issue being worked on? If so what is the current state? Is there 
> anything one can do to
> help getting it fixed?
>
> As long as this crash is present, ooRexx unfortunately cannot be used in 
> powerful Java based web
> servers like Tomcat, WebSphere and the like to run web applications. The 
> crash tears down the
> entire process i.e. the entire web server with all running web applications 
> which is just not
> acceptable.
>
> Being able to use ooRexx would allow ooRexx users to immediately set up and 
> run web applications
> with ooRexx (alongside Java web applications) which is astonishingly easy. To 
> see for yourself
> just peek into the following presentations:
>
>   * ApacheCon presentation (2021-09)
>
>     "Apache Tomcat: Enabling Scripting Languages in JSPs":
>     
> <https://epub.wu.ac.at/8303/1/AC21-Flatscher-EnablingScriptingLanguagesInJsps-v05.pdf>.
>  This
>     demonstrates and showcases ooRexx, but also demonstrates the use of 
> Groovy, JavaScript,
>     Jython, PHP (Resin, Quercus). Any programming language that adheres to 
> the Java scripting
>     framework can be deployed in JSPs as demonstrated. However, the add-on 
> utility written in
>     ooRexx can hardly be matched by any of the other programming languages 
> (it queries and
>     displays all the web application invocation related information at 
> runtime, dumping all the
>     attribute values to allow debugging and studying the state at that 
> invocatin).
>
>   * Rexx Symposium  <https://www.rexxla.org/events/schedule.rsp?year=2021>) 
> presentation (2021-11-10)
>
>     "Using Tomcat (a Java Web Server) to Create and Run Web Server Programs 
> Written in ooRexx": 
>     
> <https://www.rexxla.org/presentations/2021/202111-04-AutoJava-BSF4ooRexx-Tomcat.pdf>
>
> And here a Business administration student's (D. Lux) Bachelor thesis about a 
> web shop created
> with ooRexx that employs a relational database, provides a shopping cart, an 
> e-mail newsletters,
> allows for remote administration (remote uploading) of product pictures - all 
> written in ooRexx
> and showcases what a great productivity tool ooRexx can be:
>
>     Abstract:
>
>         This thesis aims to communicate all knowledge necessary to enable the 
> reader to develop
>         web applications quickly and efficiently. To achieve this goal, three 
> key tools are used:
>         The Open Object Rexx scripting language, the Bean Scripting Framework 
> for Open Object Rexx
>         and the Apache Tomcat Software. Tag libraries are used to combine 
> these components. After
>         discussing the main technological components, nutshell examples with 
> increasing complexity
>         are used to guide the reader.
>
>     Links:
>
>       o Bachelor thesis:
>         
> <https://wi.wu.ac.at/rgf/diplomarbeiten/BakkStuff/2021/202102_Lux_IntroductionToWebApplicationDevelopment.pdf>
>       o Zip-archive of the developed web application:
>         
> <https://wi.wu.ac.at/rgf/diplomarbeiten/BakkStuff/2021/202102_Lux_IntroductionToWebApplicationDevelopment-code.zip>
>
> (If interested about the specifics, cf. the paper entitled "ooRexx and Web 
> Servers" that can be
> fetched from  <https://www.rexxla.org/events/schedule.rsp?year=2020>, 
> specifically:
> <https://www.rexxla.org/presentations/2020/202011-ooRexxAndJavaWebServers-article.pdf>)
>
> ---rony
>
>
> On 23.12.2021 16:00, Rony G. Flatscher wrote:
>>
>> Has there been any progress in "hunting down" this problem as there has been 
>> no word or commit
>> regarding it since reporting it?
>>
>> ---rony
>>
>>
>> On 02.12.2021 18:19, Rony G. Flatscher wrote:
>>>
>>> Did a grep over the hs_err_pid*.log files in /tmp caused by different 
>>> versions in the past weeks
>>> (including the runPermissions() solved by the latest commit).  They might 
>>> give an impression in
>>> which context they occur.
>>>
>>>     hs_err_pid108184.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid108184.log-
>>>     hs_err_pid108184.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid108184.log-Time: Mon Nov 29 13:14:34 2021 CET elapsed time: 
>>> 99.059279 seconds (0d 0h 1m 39s)
>>>     hs_err_pid108184.log-
>>>     hs_err_pid108184.log----------------  T H R E A D  ---------------
>>>     hs_err_pid108184.log-
>>>     hs_err_pid108184.log-Current thread (0x00007f3bb4002b20):  JavaThread 
>>> "http-nio-42857-exec-2" daemon [_thread_in_native, id=108262, 
>>> stack(0x00007f3c0c1dd000,0x00007f3c0c2de000)]
>>>     hs_err_pid108184.log-
>>>     hs_err_pid108184.log-Stack: [0x00007f3c0c1dd000,0x00007f3c0c2de000],  
>>> sp=0x00007f3c0c2dac30,  free space=1015k
>>>     hs_err_pid108184.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid108184.log-C  [librexx.so.4+0x20fcde]  
>>> SysActivity::equals(unsigned long)+0x14
>>>     hs_err_pid108184.log-C  [librexx.so.4+0x20fd3e]  
>>> Activity::isThread(unsigned long)+0x2e
>>>     hs_err_pid108184.log-C  [librexx.so.4+0x20f0c4]  
>>> ActivityManager::findActivity(unsigned long)+0x7c
>>>     hs_err_pid108184.log-C  [librexx.so.4+0x20f15d]  
>>> ActivityManager::findActivity()+0x15
>>>     hs_err_pid108184.log-C  [librexx.so.4+0x20f451]  
>>> ActivityManager::getRootActivity()+0x11
>>>     hs_err_pid108184.log-C  [librexx.so.4+0x2770d7]  
>>> Interpreter::createInterpreterInstance(RexxOption*)+0x5d
>>>     hs_err_pid108184.log-C  [librexx.so.4+0x276fed]  
>>> Interpreter::createInstance(RexxInstance_*&, RexxThreadContext_*&, 
>>> RexxOption*)+0x25
>>>     hs_err_pid108184.log-C  [librexx.so.4+0x1adea8]  
>>> RexxCreateInterpreter+0x2f
>>>     hs_err_pid108184.log-
>>>     hs_err_pid108184.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     --
>>>     hs_err_pid108318.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid108318.log-
>>>     hs_err_pid108318.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid108318.log-Time: Mon Nov 29 13:17:00 2021 CET elapsed time: 
>>> 136.506904 seconds (0d 0h 2m 16s)
>>>     hs_err_pid108318.log-
>>>     hs_err_pid108318.log----------------  T H R E A D  ---------------
>>>     hs_err_pid108318.log-
>>>     hs_err_pid108318.log-Current thread (0x00007f260439edb0):  JavaThread 
>>> "RexxCleanupRef.clean_1" daemon [_thread_in_native, id=108377, 
>>> stack(0x00007f25dabd0000,0x00007f25dacd1000)]
>>>     hs_err_pid108318.log-
>>>     hs_err_pid108318.log-Stack: [0x00007f25dabd0000,0x00007f25dacd1000],  
>>> sp=0x00007f25dacced40,  free space=1019k
>>>     hs_err_pid108318.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x20fed2]  
>>> Activity::hasRunPermission()+0x10
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x20e79b]  
>>> ActivityManager::dispatchNext()+0x53
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x20f1a7]  
>>> ActivityManager::releaseAccess()+0x2d
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x217ac7]  
>>> Activity::releaseAccess()+0x2f
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x1de556]  
>>> NativeActivation::callNativeRoutine(RoutineClass*, NativeRoutine*, 
>>> RexxString*, RexxObject**, unsigned long, ProtectedObject&)+0x21e
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x1e2f42]  
>>> NativeRoutine::call(Activity*, RoutineClass*, RexxString*, RexxObject**, 
>>> unsigned long, ProtectedObject&)+0xa4
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x18ad96]  
>>> RoutineClass::callRexx(RexxObject**, unsigned long)+0x7e
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x1c3bec]  
>>> CPPCode::run(Activity*, MethodClass*, RexxObject*, RexxString*, 
>>> RexxObject**, unsigned long, ProtectedObject&)+0x12a
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x16a2b1]  
>>> MethodClass::run(Activity*, RexxObject*, RexxString*, RexxObject**, 
>>> unsigned long, ProtectedObject&)+0x67
>>>     hs_err_pid108318.log-C  [librexx.so.4+0x17cb8d]  
>>> RexxObject::messageSend(RexxString*, RexxObject**, unsigned long, 
>>> ProtectedObject&)+0x17b
>>>     --
>>>     hs_err_pid108436.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid108436.log-
>>>     hs_err_pid108436.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid108436.log-Time: Mon Nov 29 13:23:29 2021 CET elapsed time: 
>>> 378.609704 seconds (0d 0h 6m 18s)
>>>     hs_err_pid108436.log-
>>>     hs_err_pid108436.log----------------  T H R E A D  ---------------
>>>     hs_err_pid108436.log-
>>>     hs_err_pid108436.log-Current thread (0x00007f6d5c015de0):  JavaThread 
>>> "http-nio-42857-exec-5" daemon [_thread_in_native, id=108578, 
>>> stack(0x00007f6d5a5fe000,0x00007f6d5a6ff000)]
>>>     hs_err_pid108436.log-
>>>     hs_err_pid108436.log-Stack: [0x00007f6d5a5fe000,0x00007f6d5a6ff000],  
>>> sp=0x00007f6d5a6fbd20,  free space=1015k
>>>     hs_err_pid108436.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid108436.log-C  [librexx.so.4+0x20fed2]  
>>> Activity::hasRunPermission()+0x10
>>>     hs_err_pid108436.log-C  [librexx.so.4+0x20e79b]  
>>> ActivityManager::dispatchNext()+0x53
>>>     hs_err_pid108436.log-C  [librexx.so.4+0x20f1a7]  
>>> ActivityManager::releaseAccess()+0x2d
>>>     hs_err_pid108436.log-C  [librexx.so.4+0x217ac7]  
>>> Activity::releaseAccess()+0x2f
>>>     hs_err_pid108436.log-C  [librexx.so.4+0x2143bf]  
>>> Activity::exitCurrentThread()+0x47
>>>     hs_err_pid108436.log-C  [librexx.so.4+0x1ad31b]  
>>> ApiContext::~ApiContext()+0x57
>>>     hs_err_pid108436.log-C  [librexx.so.4+0x1b145f]  CallRoutine+0xc6
>>>     hs_err_pid108436.log-
>>>     hs_err_pid108436.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid108436.log-J 4667  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxRunProgram(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (0 bytes) @ 0x00007f6ddbd1cbb7 [0x00007f6ddbd1cb20+0x0000000000000097]
>>>     --
>>>     hs_err_pid123948.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid123948.log-
>>>     hs_err_pid123948.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid123948.log-Time: Tue Nov 30 12:04:09 2021 CET elapsed time: 
>>> 13.055399 seconds (0d 0h 0m 13s)
>>>     hs_err_pid123948.log-
>>>     hs_err_pid123948.log----------------  T H R E A D  ---------------
>>>     hs_err_pid123948.log-
>>>     hs_err_pid123948.log-Current thread (0x00007f8b7059bb80):  JavaThread 
>>> "RexxCleanupRef.clean_1" daemon [_thread_in_native, id=123990, 
>>> stack(0x00007f8ba8bdf000,0x00007f8ba8ce0000)]
>>>     hs_err_pid123948.log-
>>>     hs_err_pid123948.log-Stack: [0x00007f8ba8bdf000,0x00007f8ba8ce0000],  
>>> sp=0x00007f8ba8cddd40,  free space=1019k
>>>     hs_err_pid123948.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x20ffee]  
>>> Activity::hasRunPermission()+0x10
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x20e8b7]  
>>> ActivityManager::dispatchNext()+0x53
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x20f2c3]  
>>> ActivityManager::releaseAccess()+0x2d
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x217c17]  
>>> Activity::releaseAccess()+0x2f
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x1de672]  
>>> NativeActivation::callNativeRoutine(RoutineClass*, NativeRoutine*, 
>>> RexxString*, RexxObject**, unsigned long, ProtectedObject&)+0x21e
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x1e305e]  
>>> NativeRoutine::call(Activity*, RoutineClass*, RexxString*, RexxObject**, 
>>> unsigned long, ProtectedObject&)+0xa4
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x18add6]  
>>> RoutineClass::callRexx(RexxObject**, unsigned long)+0x7e
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x1c3cde]  
>>> CPPCode::run(Activity*, MethodClass*, RexxObject*, RexxString*, 
>>> RexxObject**, unsigned long, ProtectedObject&)+0x12a
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x16a2f1]  
>>> MethodClass::run(Activity*, RexxObject*, RexxString*, RexxObject**, 
>>> unsigned long, ProtectedObject&)+0x67
>>>     hs_err_pid123948.log-C  [librexx.so.4+0x17cbcd]  
>>> RexxObject::messageSend(RexxString*, RexxObject**, unsigned long, 
>>> ProtectedObject&)+0x17b
>>>     --
>>>     hs_err_pid158053.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid158053.log-
>>>     hs_err_pid158053.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid158053.log-Time: Thu Dec  2 17:43:27 2021 CET elapsed time: 
>>> 21.101457 seconds (0d 0h 0m 21s)
>>>     hs_err_pid158053.log-
>>>     hs_err_pid158053.log----------------  T H R E A D  ---------------
>>>     hs_err_pid158053.log-
>>>     hs_err_pid158053.log-Current thread (0x00007f5a00e0a5f0):  JavaThread 
>>> "RexxCleanupRef.clean_1" daemon [_thread_in_native, id=158097, 
>>> stack(0x00007f5a243e0000,0x00007f5a244e1000)]
>>>     hs_err_pid158053.log-
>>>     hs_err_pid158053.log-Stack: [0x00007f5a243e0000,0x00007f5a244e1000],  
>>> sp=0x00007f5a244df630,  free space=1021k
>>>     hs_err_pid158053.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid158053.log-C  [librexx.so.4+0x20fe12]  
>>> SysActivity::equals(unsigned long)+0x14
>>>     hs_err_pid158053.log-C  [librexx.so.4+0x20fe72]  
>>> Activity::isThread(unsigned long)+0x2e
>>>     hs_err_pid158053.log-C  [librexx.so.4+0x20f1f8]  
>>> ActivityManager::findActivity(unsigned long)+0x7c
>>>     hs_err_pid158053.log-C  [librexx.so.4+0x20f291]  
>>> ActivityManager::findActivity()+0x15
>>>     hs_err_pid158053.log-C  [librexx.so.4+0x20f706]  
>>> ActivityManager::attachThread()+0x20
>>>     hs_err_pid158053.log-C  [librexx.so.4+0x27884f]  
>>> InterpreterInstance::attachThread()+0x71
>>>     hs_err_pid158053.log-C  [librexx.so.4+0x2787b4]  
>>> InterpreterInstance::attachThread(RexxThreadContext_*&)+0x20
>>>     hs_err_pid158053.log-C  [librexx.so.4+0x1ae43a]  AttachThread+0x4a
>>>     hs_err_pid158053.log-
>>>     hs_err_pid158053.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     --
>>>     hs_err_pid27007.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat10/latest/conf/logging.properties
>>>  -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -Dignore.endorsed.dirs= 
>>> -Dcatalina.base=/opt/tomcat10/latest -Dcatalina.home=/opt/tomcat10/latest 
>>> -Djava.io.tmpdir=/opt/tomcat10/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid27007.log-
>>>     hs_err_pid27007.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid27007.log-Time: Wed Nov 24 07:47:38 2021 CET elapsed time: 
>>> 57781.136801 seconds (0d 16h 3m 1s)
>>>     hs_err_pid27007.log-
>>>     hs_err_pid27007.log----------------  T H R E A D  ---------------
>>>     hs_err_pid27007.log-
>>>     hs_err_pid27007.log-Current thread (0x00007f40d4023000):  JavaThread 
>>> "http-nio-42858-exec-20" daemon [_thread_in_native, id=33680, 
>>> stack(0x00007f4042be3000,0x00007f4042ce4000)]
>>>     hs_err_pid27007.log-
>>>     hs_err_pid27007.log-Stack: [0x00007f4042be3000,0x00007f4042ce4000],  
>>> sp=0x00007f4042cdf2f0,  free space=1008k
>>>     hs_err_pid27007.log:Native frames: (J=compiled Java code, A=aot 
>>> compiled Java code, j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid27007.log-C  [librexx.so.4+0x172f9c]  
>>> ActivityManager::dispatchNext()+0x1c
>>>     hs_err_pid27007.log-
>>>     hs_err_pid27007.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid27007.log-J 10939  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxSendMessageToRexxObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
>>>  (0 bytes) @ 0x00007f414ec471bb [0x00007f414ec470c0+0x00000000000000fb]
>>>     hs_err_pid27007.log-J 10938 c1 
>>> org.rexxla.bsf.engines.rexx.RexxEngine.call(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (340 bytes) @ 0x00007f414766c094 [0x00007f414766a440+0x0000000000001c54]
>>>     hs_err_pid27007.log-j  
>>> org.rexxla.bsf.engines.rexx.RexxProxy.sendMessage(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+130
>>>     hs_err_pid27007.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript.eval(Ljavax/script/ScriptContext;)Ljava/lang/Object;+64
>>>     hs_err_pid27007.log-J 15663 c1 
>>> org.rexxla.taglibs.jsr223.BaseImpl.doEndTag()I (7572 bytes) @ 
>>> 0x00007f41493bd744 [0x00007f414938f460+0x000000000002e2e4]
>>>     hs_err_pid27007.log-j  
>>> org.apache.jsp.invocation_005finfos_jsp._jspx_meth_s_005fscript_005f0(Ljakarta/servlet/jsp/PageContext;)Z+60
>>>     hs_err_pid27007.log-j  
>>> org.apache.jsp.invocation_005finfos_jsp._jspService(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;)V+288
>>>     --
>>>     hs_err_pid28447.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid28447.log-
>>>     hs_err_pid28447.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid28447.log-Time: Tue Nov 23 16:33:37 2021 CET elapsed time: 
>>> 17.919381 seconds (0d 0h 0m 17s)
>>>     hs_err_pid28447.log-
>>>     hs_err_pid28447.log----------------  T H R E A D  ---------------
>>>     hs_err_pid28447.log-
>>>     hs_err_pid28447.log-Current thread (0x00007f9e00011f20):  JavaThread 
>>> "http-nio-42857-exec-9" daemon [_thread_in_native, id=28503, 
>>> stack(0x00007f9e30cfd000,0x00007f9e30dfe000)]
>>>     hs_err_pid28447.log-
>>>     hs_err_pid28447.log-Stack: [0x00007f9e30cfd000,0x00007f9e30dfe000],  
>>> sp=0x00007f9e30dfadb0,  free space=1015k
>>>     hs_err_pid28447.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid28447.log-C  [librexx.so.4+0x17377b]  
>>> ActivityManager::findActivity(unsigned long)+0x4b
>>>     hs_err_pid28447.log-
>>>     hs_err_pid28447.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid28447.log-J 5033  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxCreateInterpreterInstance([Ljava/lang/Object;)Ljava/lang/String;
>>>  (0 bytes) @ 0x00007f9e83a47af4 [0x00007f9e83a47aa0+0x0000000000000054]
>>>     hs_err_pid28447.log-J 4740 c1 
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.createRexxInterpreterInstance(Lorg/rexxla/bsf/engines/rexx/RexxConfiguration;)Ljava/lang/String;
>>>  (74 bytes) @ 0x00007f9e7c9dbea4 [0x00007f9e7c9db980+0x0000000000000524]
>>>     hs_err_pid28447.log-J 4526 c1 
>>> org.rexxla.bsf.engines.rexx.RexxEngine.apply(Ljava/lang/String;IILjava/lang/Object;Ljava/util/Vector;Ljava/util/Vector;)Ljava/lang/Object;
>>>  (561 bytes) @ 0x00007f9e7c957d8c [0x00007f9e7c957720+0x000000000000066c]
>>>     hs_err_pid28447.log-J 4362 c1 
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.updateRexxEngine(Ljavax/script/ScriptContext;)V
>>>  (186 bytes) @ 0x00007f9e7c64ac9c [0x00007f9e7c64a780+0x000000000000051c]
>>>     hs_err_pid28447.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.compile(Ljava/lang/String;Ljava/lang/String;)Ljavax/script/CompiledScript;+805
>>>     hs_err_pid28447.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.eval(Ljava/lang/String;Ljavax/script/ScriptContext;)Ljava/lang/Object;+195
>>>     hs_err_pid28447.log-j  
>>> javax.script.AbstractScriptEngine.eval(Ljava/lang/String;)Ljava/lang/Object;+6
>>>  java.scripting@17.0.1
>>>     --
>>>     hs_err_pid30897.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid30897.log-
>>>     hs_err_pid30897.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid30897.log-Time: Wed Nov 24 07:40:17 2021 CET elapsed time: 
>>> 51236.673091 seconds (0d 14h 13m 56s)
>>>     hs_err_pid30897.log-
>>>     hs_err_pid30897.log----------------  T H R E A D  ---------------
>>>     hs_err_pid30897.log-
>>>     hs_err_pid30897.log-Current thread (0x00007facc800a960):  JavaThread 
>>> "http-nio-42857-exec-6" daemon [_thread_in_native, id=33105, 
>>> stack(0x00007fad115ec000,0x00007fad116ed000)]
>>>     hs_err_pid30897.log-
>>>     hs_err_pid30897.log-Stack: [0x00007fad115ec000,0x00007fad116ed000],  
>>> sp=0x00007fad116e9230,  free space=1012k
>>>     hs_err_pid30897.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid30897.log-C  [librexx.so.4+0x172f9c]  
>>> ActivityManager::dispatchNext()+0x1c
>>>     hs_err_pid30897.log-
>>>     hs_err_pid30897.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid30897.log-J 9785  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxSendMessageToRexxObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
>>>  (0 bytes) @ 0x00007fad48284ea3 [0x00007fad48284da0+0x0000000000000103]
>>>     hs_err_pid30897.log-J 9665 c1 
>>> org.rexxla.bsf.engines.rexx.RexxEngine.call(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (340 bytes) @ 0x00007fad41642b84 [0x00007fad41641100+0x0000000000001a84]
>>>     hs_err_pid30897.log-j  
>>> org.rexxla.bsf.engines.rexx.RexxProxy.sendMessage(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+130
>>>     hs_err_pid30897.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript.eval(Ljavax/script/ScriptContext;)Ljava/lang/Object;+64
>>>     hs_err_pid30897.log-j  
>>> org.rexxla.taglibs.jsr223.BaseImpl.doEndTag()I+7445
>>>     hs_err_pid30897.log-j  
>>> org.apache.jsp.server_005finfos_jsp._jspx_meth_s_005fscript_005f0(Ljavax/servlet/jsp/PageContext;)Z+58
>>>     hs_err_pid30897.log-j  
>>> org.apache.jsp.server_005finfos_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+192
>>>     --
>>>     hs_err_pid33542.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid33542.log-
>>>     hs_err_pid33542.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid33542.log-Time: Wed Nov 24 08:19:25 2021 CET elapsed time: 
>>> 2337.162233 seconds (0d 0h 38m 57s)
>>>     hs_err_pid33542.log-
>>>     hs_err_pid33542.log----------------  T H R E A D  ---------------
>>>     hs_err_pid33542.log-
>>>     hs_err_pid33542.log-Current thread (0x00007fda3c020760):  JavaThread 
>>> "http-nio-42857-exec-32" daemon [_thread_in_native, id=34121, 
>>> stack(0x00007fd9917db000,0x00007fd9918dc000)]
>>>     hs_err_pid33542.log-
>>>     hs_err_pid33542.log-Stack: [0x00007fd9917db000,0x00007fd9918dc000],  
>>> sp=0x00007fd9918d6ce0,  free space=1007k
>>>     hs_err_pid33542.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid33542.log-C  [librexx.so.4+0x172f9c]  
>>> ActivityManager::dispatchNext()+0x1c
>>>     hs_err_pid33542.log-
>>>     hs_err_pid33542.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid33542.log-J 6847  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxSendMessageToRexxObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
>>>  (0 bytes) @ 0x00007fdab3f28e23 [0x00007fdab3f28d20+0x0000000000000103]
>>>     hs_err_pid33542.log-J 11303 c2 
>>> org.rexxla.bsf.engines.rexx.RexxEngine.call(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (340 bytes) @ 0x00007fdab4322260 [0x00007fdab4321f80+0x00000000000002e0]
>>>     hs_err_pid33542.log-J 11021 c1 
>>> org.rexxla.bsf.engines.rexx.RexxProxy.sendMessage(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (134 bytes) @ 0x00007fdaad02ab6c [0x00007fdaad029a60+0x000000000000110c]
>>>     hs_err_pid33542.log-J 11116 c1 
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript.eval(Ljavax/script/ScriptContext;)Ljava/lang/Object;
>>>  (75 bytes) @ 0x00007fdaad4478ec [0x00007fdaad447640+0x00000000000002ac]
>>>     hs_err_pid33542.log-J 11029 c1 
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.eval(Ljava/lang/String;Ljavax/script/ScriptContext;)Ljava/lang/Object;
>>>  (207 bytes) @ 0x00007fdaaced5e84 [0x00007fdaaced4180+0x0000000000001d04]
>>>     hs_err_pid33542.log-J 11117 c1 
>>> javax.script.AbstractScriptEngine.eval(Ljava/lang/String;)Ljava/lang/Object;
>>>  java.scripting@17.0.1 (10 bytes) @ 0x00007fdaad5510c4 
>>> [0x00007fdaad550fc0+0x0000000000000104]
>>>     hs_err_pid33542.log-J 10979 c1 
>>> org.rexxla.taglibs.jsr223.BaseImpl.doEndTag()I (7572 bytes) @ 
>>> 0x00007fdaad8de23c [0x00007fdaad8afb60+0x000000000002e6dc]
>>>     --
>>>     hs_err_pid33726.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat10/latest/conf/logging.properties
>>>  -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -Dignore.endorsed.dirs= 
>>> -Dcatalina.base=/opt/tomcat10/latest -Dcatalina.home=/opt/tomcat10/latest 
>>> -Djava.io.tmpdir=/opt/tomcat10/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid33726.log-
>>>     hs_err_pid33726.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid33726.log-Time: Wed Nov 24 07:51:15 2021 CET elapsed time: 
>>> 206.768947 seconds (0d 0h 3m 26s)
>>>     hs_err_pid33726.log-
>>>     hs_err_pid33726.log----------------  T H R E A D  ---------------
>>>     hs_err_pid33726.log-
>>>     hs_err_pid33726.log-Current thread (0x00007fcf0800c800):  JavaThread 
>>> "http-nio-42858-exec-7" daemon [_thread_in_native, id=33764, 
>>> stack(0x00007fcf3d7d5000,0x00007fcf3d8d6000)]
>>>     hs_err_pid33726.log-
>>>     hs_err_pid33726.log-Stack: [0x00007fcf3d7d5000,0x00007fcf3d8d6000],  
>>> sp=0x00007fcf3d8d1510,  free space=1009k
>>>     hs_err_pid33726.log:Native frames: (J=compiled Java code, A=aot 
>>> compiled Java code, j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid33726.log-C  [librexx.so.4+0x172f9c]  
>>> ActivityManager::dispatchNext()+0x1c
>>>     hs_err_pid33726.log-
>>>     hs_err_pid33726.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid33726.log-J 9462  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxSendMessageToRexxObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
>>>  (0 bytes) @ 0x00007fcf7f1e5cbb [0x00007fcf7f1e5bc0+0x00000000000000fb]
>>>     hs_err_pid33726.log-J 9461 c1 
>>> org.rexxla.bsf.engines.rexx.RexxEngine.call(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (340 bytes) @ 0x00007fcf78bd2314 [0x00007fcf78bd06c0+0x0000000000001c54]
>>>     hs_err_pid33726.log-j  
>>> org.rexxla.bsf.engines.rexx.RexxProxy.sendMessage(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+130
>>>     hs_err_pid33726.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript.eval(Ljavax/script/ScriptContext;)Ljava/lang/Object;+64
>>>     hs_err_pid33726.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.eval(Ljava/lang/String;Ljavax/script/ScriptContext;)Ljava/lang/Object;+203
>>>     hs_err_pid33726.log-j  
>>> javax.script.AbstractScriptEngine.eval(Ljava/lang/String;)Ljava/lang/Object;+6
>>>  java.scripting@11.0.12
>>>     hs_err_pid33726.log-j  
>>> org.rexxla.taglibs.jsr223.BaseImpl.doEndTag()I+7456
>>>     --
>>>     hs_err_pid33900.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat10/latest/conf/logging.properties
>>>  -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -Dignore.endorsed.dirs= 
>>> -Dcatalina.base=/opt/tomcat10/latest -Dcatalina.home=/opt/tomcat10/latest 
>>> -Djava.io.tmpdir=/opt/tomcat10/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid33900.log-
>>>     hs_err_pid33900.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid33900.log-Time: Wed Nov 24 09:21:42 2021 CET elapsed time: 
>>> 5417.109990 seconds (0d 1h 30m 17s)
>>>     hs_err_pid33900.log-
>>>     hs_err_pid33900.log----------------  T H R E A D  ---------------
>>>     hs_err_pid33900.log-
>>>     hs_err_pid33900.log-Current thread (0x00007f95ec055800):  JavaThread 
>>> "http-nio-42858-exec-48" daemon [_thread_in_native, id=34680, 
>>> stack(0x00007f953d3cf000,0x00007f953d4d0000)]
>>>     hs_err_pid33900.log-
>>>     hs_err_pid33900.log-Stack: [0x00007f953d3cf000,0x00007f953d4d0000],  
>>> sp=0x00007f953d4cc610,  free space=1013k
>>>     hs_err_pid33900.log:Native frames: (J=compiled Java code, A=aot 
>>> compiled Java code, j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid33900.log-C  [librexx.so.4+0x172f9c]  
>>> ActivityManager::dispatchNext()+0x1c
>>>     hs_err_pid33900.log-
>>>     hs_err_pid33900.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid33900.log-J 10136  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxSendMessageToRexxObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
>>>  (0 bytes) @ 0x00007f965ea2a73b [0x00007f965ea2a640+0x00000000000000fb]
>>>     hs_err_pid33900.log-J 15557 c2 
>>> org.rexxla.bsf.engines.rexx.RexxEngine.call(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (340 bytes) @ 0x00007f965e75b798 [0x00007f965e75b500+0x0000000000000298]
>>>     hs_err_pid33900.log-J 15304 c1 
>>> org.rexxla.bsf.engines.rexx.RexxProxy.sendMessage(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (134 bytes) @ 0x00007f96577f4f34 [0x00007f96577f38e0+0x0000000000001654]
>>>     hs_err_pid33900.log-J 15178 c1 
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript.eval(Ljavax/script/ScriptContext;)Ljava/lang/Object;
>>>  (75 bytes) @ 0x00007f9658eddba4 [0x00007f9658edd8e0+0x00000000000002c4]
>>>     hs_err_pid33900.log-J 14596 c1 
>>> org.rexxla.taglibs.jsr223.BaseImpl.doEndTag()I (7572 bytes) @ 
>>> 0x00007f9658d01dac [0x00007f9658cd3ae0+0x000000000002e2cc]
>>>     hs_err_pid33900.log-j  
>>> org.apache.jsp.invocation_005finfos_jsp._jspx_meth_s_005fscript_005f0(Ljakarta/servlet/jsp/PageContext;)Z+60
>>>     hs_err_pid33900.log-j  
>>> org.apache.jsp.invocation_005finfos_jsp._jspService(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;)V+288
>>>     --
>>>     hs_err_pid34163.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid34163.log-
>>>     hs_err_pid34163.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid34163.log-Time: Wed Nov 24 08:19:39 2021 CET elapsed time: 
>>> 4.171130 seconds (0d 0h 0m 4s)
>>>     hs_err_pid34163.log-
>>>     hs_err_pid34163.log----------------  T H R E A D  ---------------
>>>     hs_err_pid34163.log-
>>>     hs_err_pid34163.log-Current thread (0x00007f5ba0002040):  JavaThread 
>>> "http-nio-42857-exec-1" daemon [_thread_in_native, id=34197, 
>>> stack(0x00007f5c0c3ed000,0x00007f5c0c4ee000)]
>>>     hs_err_pid34163.log-
>>>     hs_err_pid34163.log-Stack: [0x00007f5c0c3ed000,0x00007f5c0c4ee000],  
>>> sp=0x00007f5c0c4eab10,  free space=1014k
>>>     hs_err_pid34163.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid34163.log-C  [librexx.so.4+0x16e71c]  
>>> MemoryObject::restoreImage()+0x11c
>>>     hs_err_pid34163.log-
>>>     hs_err_pid34163.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid34163.log-j  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxCreateInterpreterInstance([Ljava/lang/Object;)Ljava/lang/String;+0
>>>     hs_err_pid34163.log-j  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.createRexxInterpreterInstance(Lorg/rexxla/bsf/engines/rexx/RexxConfiguration;)Ljava/lang/String;+60
>>>     hs_err_pid34163.log-j  
>>> org.rexxla.bsf.engines.rexx.RexxEngine.apply(Ljava/lang/String;IILjava/lang/Object;Ljava/util/Vector;Ljava/util/Vector;)Ljava/lang/Object;+56
>>>     hs_err_pid34163.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory.getLanguageVersion()Ljava/lang/String;+32
>>>     hs_err_pid34163.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.<init>()V+207
>>>     hs_err_pid34163.log-j  
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory.getScriptEngine()Ljavax/script/ScriptEngine;+4
>>>     hs_err_pid34163.log-j  
>>> javax.script.ScriptEngineManager.lambda$getEngineBy$2(Ljavax/script/ScriptEngineFactory;)Ljavax/script/ScriptEngine;+1
>>>  java.scripting@17.0.1
>>>     --
>>>     hs_err_pid34228.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid34228.log-
>>>     hs_err_pid34228.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid34228.log-Time: Wed Nov 24 09:05:19 2021 CET elapsed time: 
>>> 2729.799788 seconds (0d 0h 45m 29s)
>>>     hs_err_pid34228.log-
>>>     hs_err_pid34228.log----------------  T H R E A D  ---------------
>>>     hs_err_pid34228.log-
>>>     hs_err_pid34228.log-Current thread (0x00007f926405b0a0):  JavaThread 
>>> "http-nio-42857-exec-75" daemon [_thread_in_native, id=34471, 
>>> stack(0x00007f91b8adb000,0x00007f91b8bdc000)]
>>>     hs_err_pid34228.log-
>>>     hs_err_pid34228.log-Stack: [0x00007f91b8adb000,0x00007f91b8bdc000],  
>>> sp=0x00007f91b8bd7c20,  free space=1011k
>>>     hs_err_pid34228.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid34228.log-C  [librexx.so.4+0x172f9c]  
>>> ActivityManager::dispatchNext()+0x1c
>>>     hs_err_pid34228.log-
>>>     hs_err_pid34228.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>     hs_err_pid34228.log-J 4085  
>>> org.rexxla.bsf.engines.rexx.RexxAndJava.jniRexxSendMessageToRexxObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
>>>  (0 bytes) @ 0x00007f92dbc354a3 [0x00007f92dbc353a0+0x0000000000000103]
>>>     hs_err_pid34228.log-J 5247 c2 
>>> org.rexxla.bsf.engines.rexx.RexxEngine.call(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (340 bytes) @ 0x00007f92dbed0230 [0x00007f92dbecff40+0x00000000000002f0]
>>>     hs_err_pid34228.log-J 5231 c1 
>>> org.rexxla.bsf.engines.rexx.RexxProxy.sendMessage(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
>>>  (134 bytes) @ 0x00007f92d50259ec [0x00007f92d50248e0+0x000000000000110c]
>>>     hs_err_pid34228.log-J 5230 c1 
>>> org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript.eval(Ljavax/script/ScriptContext;)Ljava/lang/Object;
>>>  (75 bytes) @ 0x00007f92d5023e1c [0x00007f92d5023b40+0x00000000000002dc]
>>>     hs_err_pid34228.log-j  
>>> org.rexxla.taglibs.jsr223.BaseImpl.doEndTag()I+7445
>>>     hs_err_pid34228.log-j  
>>> org.apache.jsp.invocation_005finfos_jsp._jspx_meth_s_005fscript_005f0(Ljavax/servlet/jsp/PageContext;)Z+65
>>>     hs_err_pid34228.log-j  
>>> org.apache.jsp.invocation_005finfos_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+288
>>>     --
>>>     hs_err_pid46960.log-Command Line: 
>>> --add-opens=java.base/java.lang=ALL-UNNAMED 
>>> --add-opens=java.base/java.io=ALL-UNNAMED 
>>> --add-opens=java.base/java.util=ALL-UNNAMED 
>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 
>>> -Djava.util.logging.config.file=/opt/tomcat/latest/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom 
>>> -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Xms512M 
>>> -Xmx1024M -XX:+UseParallelGC -XX:+CreateMinidumpOnCrash 
>>> -Dignore.endorsed.dirs= -Dcatalina.base=/opt/tomcat/latest 
>>> -Dcatalina.home=/opt/tomcat/latest -Djava.io.tmpdir=/opt/tomcat/latest/temp 
>>> org.apache.catalina.startup.Bootstrap start
>>>     hs_err_pid46960.log-
>>>     hs_err_pid46960.log-Host: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz, 8 
>>> cores, 15G, Ubuntu 20.04.3 LTS
>>>     hs_err_pid46960.log-Time: Wed Nov 24 18:27:06 2021 CET elapsed time: 
>>> 42.490545 seconds (0d 0h 0m 42s)
>>>     hs_err_pid46960.log-
>>>     hs_err_pid46960.log----------------  T H R E A D  ---------------
>>>     hs_err_pid46960.log-
>>>     hs_err_pid46960.log-Current thread (0x00007f57d0032eb0):  JavaThread 
>>> "http-nio-42857-exec-2" daemon [_thread_in_native, id=47096, 
>>> stack(0x00007f58281dd000,0x00007f58282de000)]
>>>     hs_err_pid46960.log-
>>>     hs_err_pid46960.log-Stack: [0x00007f58281dd000,0x00007f58282de000],  
>>> sp=0x00007f58282dabf0,  free space=1014k
>>>     hs_err_pid46960.log:Native frames: (J=compiled Java code, 
>>> j=interpreted, Vv=VM code, C=native code)
>>>     hs_err_pid46960.log-C  [librexx.so.4+0x20fba8]  
>>> SysActivity::equals(unsigned long)+0x14
>>>     hs_err_pid46960.log-C  [librexx.so.4+0x20fc08]  
>>> Activity::isThread(unsigned long)+0x2e
>>>     hs_err_pid46960.log-C  [librexx.so.4+0x20ef8e]  
>>> ActivityManager::findActivity(unsigned long)+0x7c
>>>     hs_err_pid46960.log-C  [librexx.so.4+0x20f027]  
>>> ActivityManager::findActivity()+0x15
>>>     hs_err_pid46960.log-C  [librexx.so.4+0x20f31b]  
>>> ActivityManager::getRootActivity()+0x11
>>>     hs_err_pid46960.log-C  [librexx.so.4+0x276fd7]  
>>> Interpreter::createInterpreterInstance(RexxOption*)+0x5d
>>>     hs_err_pid46960.log-C  [librexx.so.4+0x276eed]  
>>> Interpreter::createInstance(RexxInstance_*&, RexxThreadContext_*&, 
>>> RexxOption*)+0x25
>>>     hs_err_pid46960.log-C  [librexx.so.4+0x1add62]  
>>> RexxCreateInterpreter+0x2f
>>>     hs_err_pid46960.log-
>>>     hs_err_pid46960.log-Java frames: (J=compiled Java code, j=interpreted, 
>>> Vv=VM code)
>>>
>>> If there are log files that would be of interest, please let me know and I 
>>> supply them.
>>>
>>> ---rony
>>>

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to