Run manually on Windows
- Edit the file <JobServer-HOME> \ agent \ start_rs.bat
-
Locate the line:
- ALL_JVM_ARGS="$ALL_JVM_ARGS $CONF_PROP_ARG"
- set JAVA_TOOL_OPTIONS=-Dlog4j2.formatMsgNoLookups=true
- Add after this line:
- Save File
- Restart JobServer
Run as Windows service (created by Talend installer for version 8.0.1)
- Change <JobServer-HOME>\agent\start_rs.bat as described in « Run manually on Windows »
- Relaunch service
Run as Windows service (created by Talend installer for versions 7.2.1, 7.3.1)
- Edit the file <JobServer-Home>\jobserver\TalendServices\conf\ wrapper.conf
-
Add the line:
- wrapper.app.env.JAVA_TOOL_OPTIONS=-Dlog4j2.formatMsgNoLookups=true
- Relaunch service