/
[Jenkins] Restart of Jenkins controller
[Jenkins] Restart of Jenkins controller
Issue
My Jenkins agent cannot access ecu.test after restart of Jenkins controller:
java.lang.UnsatisfiedLinkError: Native Library jacob-1.18-x64/86.dll already loaded in another classloader
Solution
This is a known limitation when running the ecu.test agent in a user session while the master restarts and reconnects to the agent. Ensure that the agent agent is always restarted when the master restarts.
This can be achieved by creating an appropriate Windows task named RESTART_JENKINS_AGENT. Starting with release 2.6 the default Windows task name can be overridden by system property ecutest.taskName on each agent individually.
An example configuration export is attached here and can be easily imported and modified in the Windows Task Scheduler.
, multiple selections available,
Related content
[Jenkins] Jenkins agent as a Windows service
[Jenkins] Jenkins agent as a Windows service
More like this
[Jenkins] Accessing ecu.test
[Jenkins] Accessing ecu.test
More like this
[Jenkins] Using 64-bit architecture
[Jenkins] Using 64-bit architecture
More like this
[Jenkins] Plugin for ecu.test
[Jenkins] Plugin for ecu.test
More like this
[Jenkins] Using different versions of ecu.test
[Jenkins] Using different versions of ecu.test
More like this
[Jenkins] Accessing COM-API
[Jenkins] Accessing COM-API
More like this