malliaridis commented on PR #2729: URL: https://github.com/apache/solr/pull/2729#issuecomment-2424106562
@epugh FYI this PR seems to have broken `main` for Windows, because I am unable to run Solr in cloud mode under Windows. The output: ```cmd >bin\solr.cmd start Java 17 detected. Enabled workaround for SOLR-16463 Unrecognized option: --user-managed Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Waiting up to 30 seconds to see Solr running on port 8983 ERROR: Solr at http://localhost:8983 did not come online within 30 seconds! ERROR: Solr did not start or was not reachable. Check the logs for errors. ``` When using `bin\solr.cmd start --user-managed` solr starts fine. I am currently investigating the cause. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
