cancel
Showing results for 
Search instead for 
Did you mean: 

Installed alfresco-rm-2.0.1-147 in community 4.2a

groovehunter
Champ in-the-making
Champ in-the-making
I put the two amp files in the amp folders and ran the apply_amp script, it said


Module 'org_alfresco_module_rm' installed in '/opt/alfresco/tomcat/webapps/alfresco.war'
   -    Title:        Records Management
   -    Version:      2.0.1
   -    Install Date: Tue Nov 13 15:00:19 UTC 2012
   -    Description:   Alfresco Record Management Extension

Is there more to do?  Complete installation via dashlet in share? I do not have such a dashlet (as admin)

but in catalina.out I see this error:  What can I try next?


2012-11-13 15:13:13,832  ERROR [quartz.core.JobRunShell] [DefaultScheduler_Wo
rker-1] Job DEFAULT.scheduledPublishUpdatesJobDetail threw an unhandled Excep
tion:
org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 10130017 Re
quest failed 500 /solr/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=2147483
647&df=TEXT&start=0&locale=en_US&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&f
q=%7B%21afts%7DTENANT_FILTER_FROM_JSON
        at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuer
y(SolrQueryHTTPClient.java:398)
        at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(
SolrQueryLanguage.java:49)
        at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSea
rchService.java:348)
        at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSea
rchService.java:152)
        at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent
.java:67)
        at org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractS
earcherComponent.java:53)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm
pl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc
cessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.in
voke(SubsystemProxyFactory.java:72)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proce
ed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDyn
amicAopProxy.java:202)
        at $Proxy10.query(Unknown Source)
        at org.alfresco.module.org_alfresco_module_rm.job.PublishUpdatesJobExecuter$2.execute(PublishUpdatesJobExecuter.java:167)
        at org.alfresco.module.org_alfresco_module_rm.job.PublishUpdatesJobExecuter$2.execute(PublishUpdatesJobExecuter.java:150)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:433)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:323)
        at org.alfresco.module.org_alfresco_module_rm.job.PublishUpdatesJobExecuter.getUpdatedNodes(PublishUpdatesJobExecuter.java:188)
        at org.alfresco.module.org_alfresco_module_rm.job.PublishUpdatesJobExecuter.access$000(PublishUpdatesJobExecuter.java:46)
        at org.alfresco.module.org_alfresco_module_rm.job.PublishUpdatesJobExecuter$1.doWork(PublishUpdatesJobExecuter.java:95)
        at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:516)
        at org.alfresco.module.org_alfresco_module_rm.job.PublishUpdatesJobExecuter.executeImpl(PublishUpdatesJobExecuter.java:90)
        at org.alfresco.module.org_alfresco_module_rm.job.RecordsManagementJobExecuter.execute(RecordsManagementJobExecuter.java:62)
        at org.alfresco.module.org_alfresco_module_rm.job.RecordsManagementJob$1.doWork(RecordsManagementJob.java:130)
        at org.alfresco.module.org_alfresco_module_rm.job.RecordsManagementJob$1.doWork(RecordsManagementJob.java:100)
        at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:516)
        at org.alfresco.module.org_alfresco_module_rm.job.RecordsManagementJob.execute(RecordsManagementJob.java:99)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)

3 REPLIES 3

rcbior
Champ in-the-making
Champ in-the-making
Unless something has changed I believe it requires Lucene, for example see:


https://issues.alfresco.com/jira/browse/RM-375

groovehunter
Champ in-the-making
Champ in-the-making
I see.

Are you sure this is still the case on 4.2a ?

I have been looking how to disable solr but cannot find it yet. Enabling lucene is not necesarry I assume?!

groovehunter
Champ in-the-making
Champ in-the-making
okay I found https://forums.alfresco.com/en/viewtopic.php?f=9&t=46598&p=138693&hilit=lucene#p138693 - How to enable Search in Alfresco Community 4?

and
http://wiki.alfresco.com/wiki/Alfresco_Solr_Demo_Script

and outcommented all solr entries in repository.properties