[ 
http://mifosforge.jira.com/browse/MIFOSADMIN-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=64616#action_64616
 ] 

Keith Pierce commented on MIFOSADMIN-283:
-----------------------------------------

I have more information on the outage, from [this 
blog|http://ocdevel.com/blog/installing-apachesolrmodule-ubuntu-1004]:

The SOLR xml expects to create the Solr index at /usr/share/solr/data, but 
Ubuntu's solr-tomcat prefers /var/lib/solr/data. According to the blog, this is 
a difference between Ubuntu 10.4 and 9. Was the operating system upgraded 
lately?

The fix is straightforward: Update solrconfig.xml so that SOLR stores its index 
data in {{/usr/share/solr/data}}, like this:


{noformat}
<!-- Used to specify an alternate directory to hold all index data
       other than the default ./data under the Solr home.
       If replication is in use, this should match the replication 
configuration. -->
  <dataDir>/var/lib/solr/data</dataDir>
{noformat}

I can do the change but appear not to have access to the server that hosts 
Tomcat/SOLR. Can someone grant me that access using my SSH key and permissions 
to update config files, and let me know where the config files and Tomcat logs 
are located?

Also, it would help to have admin access to Tomcat, so that I can debug these 
sorts of issues.

> Apache SOLR Search Engine not running on mifos.org
> --------------------------------------------------
>
>                 Key: MIFOSADMIN-283
>                 URL: http://mifosforge.jira.com/browse/MIFOSADMIN-283
>             Project: mifos administration
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: edcable
>            Assignee: Keith Pierce
>            Priority: Major
>
> Apache SOLR Search not running on Mifos.org.  Not sure if it's same issue as 
> MIFOSADMIN-177
> Repro - try searching any query.
> Get this error:
> The Apache Solr search engine is not available. Please contact your site 
> administrator.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to