cancel
Showing results for 
Search instead for 
Did you mean: 

Error while starting Enterprise 4.2 after initial installation.

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I have installed Alfresco 4.2 Enterprise edition & started it initially. I am getting error in logs as below. Can somebody help? I am attaching full logs for same.

<blockquote>
22:45:10,725 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#7714317 threw an unhandled Exception:
org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.DynamicCollectionProcessor] failed; nested exception is org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 10200014 Request failed 500 /solr/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=1000&df=TEXT&start=0&locale=en_US&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON
   at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
   at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 10200014 Request failed 500 /solr/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=1000&df=TEXT&start=0&locale=en_US&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON
</blockquote>
4 REPLIES 4

afaust
Legendary Innovator
Legendary Innovator
Hello,

can you post the logs from SOLR too? The relevant error entries should be contained in the solr.log - the alfresco.log only shows that some kind of error must have occurred.

Regards
Axel

Hi Alex,

Please find solr logs attached.

Regards.

afaust
Legendary Innovator
Legendary Innovator
Hello,

there seems to be a problem in your network communication setup. SOLR seems to be unable to connect to the Repository to index content (HTTP error 503 and connection timed-out). Am I right to assume you have configured SOLR to use a proxy (like Apache HTTPd) to connect to the Repository (otherwise 503 is rather uncommon)? How have you configured that proxy?
When the SOLR can not initialize its index correctly (e.g. can not load the model via GetModels/GetModelsDiff) than that could explain the HTTP error 500 responses when trying to search.

Regards
Axel

Thanks Axel,

But i am installing everything on my laptop locally. I have downloaded alfresco 4.2 bundled edition from alfresco site & just double clicking for installation. So i am not using any ind of proxy etc.

This is what i also find weird.

Regards.