Categories

Versions

You are viewing the RapidMiner Server documentation for version 9.0 -Check here for latest version

Embedded Job Agent

If you set the Job Container numberhigher than 0 during install, then RapidMiner Server will run a local agent which connects to theDEFAULTqueue by default. It works just as any otherJob Agent you would install, except that its lifecycle is hooked up to application server's lifecycle. This means if you stop or terminate Server the Job Agent will also be terminated along with the Job Containers it was running. If you start Server up again it will start the agent.

You can find the default Job Agent inside Server's install directory, underjob-agent/.

Why is my default Job Agent not starting?

In some scenarios the Server fails to stop the embeded agent and a new Server start would try to initialize the already running agent. In this case you can try tostop the job agent通常情况下,或者你需要查找代理流程and its child processes and kill them manually. In this case, make sure you remove thepidfile in the agent's directory after killing it.

Please don’t remove the zip file calledjob-agent.zipinside the default agent’s directory.