Re: Error when running simple queries to solr

2011-01-05 Thread Lance Norskog
The example/ directory in the solr distribution is a complete working Solr installation. Just copy that to where you want, cd into it, and run 'java -jar start.jar'. Copying directories around will be confusing because there are a few configuration files that say where things are and it is easy to

Re: Error when running simple queries to solr

2011-01-05 Thread Grijesh.singh
/opt/solr i.e. solr/home only requires conf,data,lib directories. why you have putted other directories under solr/home location. The [solr/home]/data directory must required the "Write" permission ,Please check and provide appropriate permissions to directories because solr will try to write in

Re: Error when running simple queries to solr

2011-01-04 Thread Stevenson Cunanan
Hi, Thanks guys for the quick reply. I really appreciate it. in reply to Lance, I'm using apache-solr-1.4.1. My /opt/solr directory contains the following: - drwxr-xr-x 10 tomcat6 tomcat6 4096 2011-01-04 14:44 . - drwxr-xr-x 4 rootroot4096 2011-01-04 09:53 .. - lrwxrwxrwx 1 to

Re: Error when running simple queries to solr

2011-01-04 Thread Lance Norskog
Which Solr release is this? There is supposed to be a core/data directory, and inside that core/data/index with the index files. If you have no index, just make core/data and Solr will make core/data/index. LanceI On Tue, Jan 4, 2011 at 6:45 PM, Stevenson Cunanan wrote: > Hi, > > I'm very new t