I tried the Solr release, but again it does not correctly start up the techdocs 
example on Windows with whitespace in my user name:

====================================================================
C:\Users\Uwe Schindler\Desktop\solr-5.3.0\bin>solr start -e techproducts
Creating Solr home directory C:\Users\Uwe 
Schindler\Desktop\solr-5.3.0\example\techproducts\solr

Starting up Solr on port 8983 using command:
C:\Users\Uwe Schindler\Desktop\solr-5.3.0\bin\solr.cmd start -p 8983 -s 
"C:\Users\Uwe Schindler\Desktop\solr-5.3.0\example\techprodu
cts\solr"

Waiting up to 30 to see Solr running on port 8983
Started Solr server on port 8983. Happy searching!

Setup new core instance directory:
C:\Users\Uwe Schindler\Desktop\solr-5.3.0\example\techproducts\solr\techproducts

Creating new core 'techproducts' using command:
http://localhost:8983/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts

{
  "responseHeader":{
    "status":0,
    "QTime":1415},
  "core":"techproducts"}


Indexing tech product example docs from C:\Users\Uwe 
Schindler\Desktop\solr-5.3.0\example\exampledocs
Error: Unable to access jarfile C:\Users\Uwe

ERROR: Process exited with an error: 1 (Exit value: 1)


C:\Users\Uwe Schindler\Desktop\solr-5.3.0\bin>
====================================================================

This was fixed for 5.0, but it's broken again! (also in trunk and 5.x).

In addition when I try this again (after stopping running server) and access 
the restarted techproducts example, I get:

> WARNING: Core 'techproducts' already exists!

It then founds out it already exists, but afterwards it cannot open searcher, 
because it says another IndexWriter is holding the lock in the same JVM. I 
think there is some bug, I have no idea what.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [email protected]


> -----Original Message-----
> From: Noble Paul [mailto:[email protected]]
> Sent: Wednesday, August 12, 2015 9:14 PM
> To: Lucene Dev
> Subject: [VOTE] 5.3.0 RC1
> 
> Please vote for the # release candidate for Lucene/Solr 5.3.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.3.0-RC1-
> rev1695567/
> 
> You can run the smoke tester directly with this command:
> python3 -u dev-tools/scripts/smokeTestRelease.py
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.3.0-RC1-
> rev1695567/
> 
> --
> -----------------------------------------------------
> Noble Paul
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected] For additional
> commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to