[ 
https://issues.apache.org/jira/browse/SOLR-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14204165#comment-14204165
 ] 

Ramkumar Aiyengar commented on SOLR-6703:
-----------------------------------------

Was trying out the example with the new layout for the first time. Had heard 
about issues with stray files lying around with this new layout on the list, so 
I started with a fresh checkout.

Did:

{code}
$ cd solr
$ ant dist
...
$ ant example
...
$ bin/solr start
Waiting to see Solr listening on port 8983bin/solr: line 1037: 
/home/ramk/projects/lucene-solr/solr/server/logs/solr-8983-console.log: No such 
file or directory
{code}

waits for a minute, then exits with failure..

after a bit of digging, realized that doing a {{mkdir server/logs}} does the 
trick. Should this be done by the script itself with a {{mkdir -p server/logs}}?

Also, looks like {{ant example}} is still needed, is this a bit of a misnomer 
now that we have gone away from the {{example}} name?

> Umbrella JIRA for improvements after restructuring directory layout.
> --------------------------------------------------------------------
>
>                 Key: SOLR-6703
>                 URL: https://issues.apache.org/jira/browse/SOLR-6703
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 5.0, Trunk
>            Reporter: Erick Erickson
>
> After the new work to revamp how we lay out the Solr file structure and the 
> scripts to start up SolrCloud, there is room for some polish. This is an 
> umbrella JIRA for things we'd like to change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to