malliaridis commented on PR #2712: URL: https://github.com/apache/solr/pull/2712#issuecomment-2403939847
I've tried to run this on Windows 11, but I don't get a correct output. This is what I did: ```console [PATH_TO_PROJECT]\solr\packaging\build\dev>bin\solr.cmd start Java 17 detected. Enabled workaround for SOLR-16463 OpenJDK 64-Bit Server VM warning: JVM cannot use large page memory because it does not have enough privilege to lock pages in memory. WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release Found 1 Solr nodes: No Solr running on port 8983. # After solr is running and accessible at http://localhost:8983 [PATH_TO_PROJECT]\solr\packaging\build\dev>bin\solr.cmd status Looking for running processes... Found 0 Solr nodes: No Solr nodes are running. ``` On MacOS `solr status` works correctly, current `main` as well. I will try to figure out the root cause of the output these days if noone else runs into the same issue and reports back before me. -- 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]
