[s]cmd=java [s]env

 

Message

cmd=java -D...

Explanation

When the RSE daemon starts, it lists the content of rsed.envvars in rsedaemon.log (line=''). This is followed by the thread pool startup information (cmd=java env[] ). Thread pools started dynamically to satisfy a connection request show up with s-markers (scmd=java senv[]).

Additional information

None.