The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Error 17792 Loading Rapidminer Server
Hi Guys, recently we had automated the installation of rapidminer server, but when we try to bring up the server via Windows Services the service fail to start, and if we run manually the standalone.bat the server starts but the output cmd window shows the following error and repeat it indefinitely:
any idea why keeps showing that error and the Windows Server service does not start up normally?
Thanks in advance for any help.
Best Regards
Julian G.
2019-12-11 16:27:05.006 ERROR 17792 --- [taskScheduler-4] c.r.e.jobagent.scheduled.SyncTasks : Sync cannot be completed. Cause: Failed to retrieve health status. Reason: I/O error on GET request for "https://XXXXXXXXXXXXXXXX:443/executions/sync/healthcheck": sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetwe change the URL for security reasons, but if I browse that URL the output is OK, here is the screenshot:
any idea why keeps showing that error and the Windows Server service does not start up normally?
Thanks in advance for any help.
Best Regards
Julian G.
Tagged:
1
Answers
# Enable or disable the automatic synchronization of Job Agents.
#
# If enabled, the Job Agent will automatically fetch existing resources (extensions, JDBC drivers and libraries)
# from RapidMiner Server so that no manual synchronization is required.
#
jobagent.sync.enabled = true
jobagent.sync.extensions.enabled = true
jobagent.sync.jdbc.enabled = true
jobagent.sync.libs.enabled = true
jobagent.sync.license.enabled = true
jobagent.sync.executionContext.enabled = true
Well acctually digging a little bite more we found another error:
and the workaround that we use is uncheck and then check again the Local Launch and Local Activation on the Component Services->Computers->My Computer->Properties-COM Security-> Launch and Activation Permission
Then the Rapidminer Server service starts well in the services.msc console.
Weird but it works.
Best Regars
Julian G