Re: Trouble starting Solr on Windows/Ubuntu

2020-05-23 Thread Stavros Macrakis
Jan, Thanks for your suggestion! Unfortunately, that doesn't fix the problem in Ubuntu under Windows 10. Fortunately, I figured out how to start Solr on Windows 10 itself. It turns out that solr.cmd depends on the Windows functions 'find' and 'timeout', which were being shadowed by the Cygwin (G

Re: Trouble starting Solr on Windows/Ubuntu

2020-05-23 Thread Jan Høydahl
You have a Core Dump which tells that the java process crash big time. Could be a permission issue between your windows file system and the WSL file system? Try do a chmod -R 777 solr-8.5.1 and then try again? Jan Høydahl > 22. mai 2020 kl. 23:32 skrev Stavros Macrakis : > > I'm trying to fol

Trouble starting Solr on Windows/Ubuntu

2020-05-22 Thread Stavros Macrakis
I'm trying to follow the Solr Tutorial ( https://lucene.apache.org/solr/guide/8_5/solr-tutorial.html#solr-tutorial). Yesterday, "bin/solr start" worked fine -- I could see the status page on http://localhost:8993 . I even created a test config server/solr/test1 through the Web interface. Today, I