Sure, will do.. On 9 Nov 2014 16:22, "Erick Erickson" <[email protected]> wrote:
> I'm trying to encourage collecting issues/questions/suggestions for > using the new layout > here: https://issues.apache.org/jira/browse/SOLR-6703 > > Even if it turns out that it's working as expected (and I don't know > if it _does_ mind you) > having a collection of questions like this will be useful for > documentation.... > > So could you add this to that JIRA? > > Thanks! > Erick > > On Sat, Nov 8, 2014 at 4:24 PM, Ramkumar R. Aiyengar > <[email protected]> wrote: > > 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: > > > > $ cd solr > > $ ant dist > > ... > > $ 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 > > > > 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`? > > > > (I initially thought that I was still required to do an `ant example`, > but > > looks like that doesn't create the logs directory as well..) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
