cancel
Showing results for 
Search instead for 
Did you mean: 

04070101 GetModelsDiff return status is 404

jcuk
Champ on-the-rise
Champ on-the-rise
Hi Guys,

I'm getting an issue when attempting to install alfresco. I've gone through the text based installation procedure, here's my setup:

Tomcat 6 installed and running using the alfresco installation pack.
PostgreSQL 9.1 previously installed and appears to be running correctly (I can connect using my postgres user).

I'm under the impression alfresco is unable to populate the database but i'm not sure if it's connecting.

EDIT: Firewall is completely disabled.

This is running on a fully patched RHEL6.0 server. I can get to the /share page but it won't allow me to login, giving authentication errors. Catalina.out shows the following:

May 7, 2012 11:16:00 AM org.quartz.core.ErrorLogger schedulerErrorSEVERE: Job (Solr.CoreTracker-archive threw an exception.org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 04070101 GetModelsDiff return status is 404]        at org.quartz.core.JobRunShell.run(JobRunShell.java:227)        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)Caused by: org.alfresco.error.AlfrescoRuntimeException: 04070101 GetModelsDiff return status is 404        at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1010)        at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1630)        at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1134)        at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:491)        at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)        at org.quartz.core.JobRunShell.run(JobRunShell.java:216)        … 1 more11:16:01,166 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

alfresco-global.properties settings:

dir.root=/opt/alfresco/alf_dataalfresco.context=alfrescoalfresco.host=127.0.0.1alfresco.port=9080alfresco.protocol=httpshare.context=shareshare.host=127.0.0.1share.port=9080share.protocol=http### database connection properties ###db.driver=org.postgresql.Driverdb.username=postgresdb.password=postgresdb.name=alfrescodb.url=jdbc:postgresql://localhost:5432/alfresco‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍
18 REPLIES 18

jcuk
Champ on-the-rise
Champ on-the-rise
Resolved!

After much, MUCH configuration changes, I eventually done the following:

Disabled the Firewall (also resolved another issue).
AND
Modified ph_hba.conf by removing the IDENT authentication mechanism as the IDENT server wasn't available. This was changed to trust authentication and it worked perfectly. Alfresco was able to connect to the database and start writing tables, thus in turn allowing me to access /alfresco and also login to /share.

toze
Champ in-the-making
Champ in-the-making
I had this error!

If you install in Windows, you must check in services, if windows started the PostgreSQL service.
My error was that

j_q
Champ in-the-making
Champ in-the-making
I have a similar problem. Sometimes by restarting alfresco everything crashes, that means i cannot reach …/alfresco (404) and …/share shows the loginscreen but i cannot login Smiley Sad

i'm using alfresco 4.0.e, postgresql and ubuntu.

status of alfresco ist always: tomcat already running. postgresql already running.
by stopping tomcat there are often problems and i have to force a shutdown. i found this topic in another thread and they say i don't have to worry about this.
but maybe these problems have a relation?!

here my catalina.out after restarting everything:

INFO: Scheduler meta-data: Quartz Scheduler (v1.8.3) 'SolrTrackerScheduler' with instanceId 'NON_CLUSTERED'  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.  NOT STARTED.  Currently in standby mode.  Number of jobs executed: 0  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads.  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.14-Sep-2012 14:09:17 org.quartz.impl.StdSchedulerFactory instantiateINFO: Quartz scheduler 'SolrTrackerScheduler' initialized from an externally provided properties instance.14-Sep-2012 14:09:17 org.quartz.impl.StdSchedulerFactory instantiateINFO: Quartz scheduler version: 1.8.314-Sep-2012 14:09:17 org.quartz.core.QuartzScheduler startINFO: Scheduler SolrTrackerScheduler_$_NON_CLUSTERED started.14-Sep-2012 14:09:17 org.apache.solr.core.SolrResourceLoader <init>INFO: Solr home set to '/opt/alfresco-4.0.e/alf_data/solr/workspace-SpacesStore/'14-Sep-2012 14:09:17 org.apache.solr.core.SolrConfig initLibsINFO: Adding specified lib dirs to ClassLoader14-Sep-2012 14:09:17 org.apache.solr.core.SolrConfig <init>INFO: Loaded SolrConfig: solrconfig.xml14-Sep-2012 14:09:17 org.apache.solr.schema.IndexSchema readSchemaINFO: Reading Solr Schema14-Sep-2012 14:09:17 org.apache.solr.schema.IndexSchema readSchemaINFO: Schema name=alfresco14-Sep-2012 14:09:17 org.apache.solr.util.plugin.AbstractPluginLoader loadINFO: created null: org.apache.solr.analysis.WhitespaceTokenizerFactory14-Sep-2012 14:09:17 org.apache.solr.util.plugin.AbstractPluginLoader loadINFO: created null: org.apache.solr.analysis.WordDelimiterFilterFactory14-Sep-2012 14:09:17 org.apache.solr.util.plugin.AbstractPluginLoader loadINFO: created null: org.apache.solr.analysis.LowerCaseFilterFactory14-Sep-2012 14:09:17 org.apache.solr.util.plugin.AbstractPluginLoader loadINFO: created alfrescoDataType: org.alfresco.solr.AlfrescoDataType14-Sep-2012 14:09:18 org.apache.solr.handler.component.SpellCheckComponent informWARNING: No queryConverter defined, using default converter14-Sep-2012 14:09:19 org.apache.solr.handler.component.SpellCheckComponent informWARNING: No queryConverter defined, using default converter14-Sep-2012 14:09:19 org.apache.catalina.startup.HostConfig deployWARINFO: Deploying web application archive share.warException in thread "JobAcquisitionThread" java.lang.NullPointerException   at org.activiti.engine.impl.jobexecutor.JobAcquisitionThread.run(JobAcquisitionThread.java:103)2012-09-14 14:09:21,992  INFO  [extensions.webscripts.TemplateProcessorRegistry] [main] Registered template processor freemarker for extension ftl 2012-09-14 14:09:22,046  INFO  [extensions.webscripts.ScriptProcessorRegistry] [main] Registered script processor javascript for extension js 2012-09-14 14:09:22,047  INFO  [extensions.webscripts.TemplateProcessorRegistry] [main] Registered template processor freemarker for extension ftl 2012-09-14 14:09:22,056  INFO  [extensions.webscripts.ScriptProcessorRegistry] [main] Registered script processor javascript for extension js 2012-09-14 14:09:23,239  INFO  [extensions.webscripts.DeclarativeRegistry] [main] Registered 312 Web Scripts (+0 failed), 322 URLs 2012-09-14 14:09:23,240  INFO  [extensions.webscripts.DeclarativeRegistry] [main] Registered 8 Package Description Documents (+0 failed)  2012-09-14 14:09:23,240  INFO  [extensions.webscripts.DeclarativeRegistry] [main] Registered 0 Schema Description Documents (+0 failed)  2012-09-14 14:09:23,387  INFO  [extensions.webscripts.AbstractRuntimeContainer] [main] Initialised Spring Surf Container Web Script Container (in 1327.8346ms) 2012-09-14 14:09:23,392  INFO  [extensions.webscripts.TemplateProcessorRegistry] [main] Registered template processor freemarker for extension ftl 2012-09-14 14:09:23,395  INFO  [extensions.webscripts.ScriptProcessorRegistry] [main] Registered script processor javascript for extension js 14-Sep-2012 14:09:23 org.apache.catalina.startup.HostConfig deployDirectoryINFO: Deploying web application directory ROOT14-Sep-2012 14:09:23 org.apache.coyote.http11.Http11AprProtocol startINFO: Starting Coyote HTTP/1.1 on http-808014-Sep-2012 14:09:23 org.apache.coyote.ajp.AjpAprProtocol startINFO: Starting Coyote AJP/1.3 on ajp-800914-Sep-2012 14:09:23 org.apache.coyote.http11.Http11Protocol startINFO: Starting Coyote HTTP/1.1 on http-844314-Sep-2012 14:09:23 org.apache.catalina.startup.Catalina startINFO: Server startup in 47687 ms14-Sep-2012 14:09:31 org.quartz.core.JobRunShell runSEVERE: Job Solr.CoreTracker-alfresco threw an unhandled Exception: org.alfresco.error.AlfrescoRuntimeException: 08140001 GetModelsDiff return status is 404   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1010)   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1630)   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1134)   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:491)   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

i had this problem when i installed alfresco, too. there i solved it by renaming the folder of my old tomcatversion…
have anyone an idea what happened now? thanks!!!

kpan
Champ in-the-making
Champ in-the-making
Me too J_Q.  I'm on ubuntu 12.04, alfresco 4.2.x.

I had installed Records Management AMP, restarted the server, and now <server>:8080/alfresco now won't come up.  Share refuses to login saying "The remote server may be unavailable or your authentication details have not been recognized.".

share.log says
18:44:45,508 INFO  [org.alfresco.web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404‍

solr.log says
Caused by: org.alfresco.error.AlfrescoRuntimeException: 10070049 GetModelsDiff return status is 404        at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)        at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1787)        at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1126)        at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:472)        at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)        at org.quartz.core.JobRunShell.run(JobRunShell.java:216)        … 1 more‍‍‍‍‍‍‍‍‍‍

Nothing new in alfresco.log

mozonne
Champ in-the-making
Champ in-the-making
I encountered this issue after the installation of an add-on for Alfresco.

When I checked the folder <strong>ALFRESCO_HOME\tomcat\webapps\alfresco\WEB-INF</strong>
and I saw that the folder <strong>classes</strong> was missing ??!!

So I stopped Alfesco,
I erased the <strong>ALFRESCO_HOME\tomcat\webapps\alfresco</strong>
and I restarted Alfresco, so that tomcat regenerated the alfresco folder properly from alfresco.war

It solved my problem Smiley Happy
Cheers

nithya
Champ in-the-making
Champ in-the-making
I am new to Alfresco.
I have downloaded Alfresco Community edition version 4.2.c.
When I install alfresco
      - I configure the MYSQL 5.5 DB istead of PostgreSQL.
      - I have also included the jar containing mys sql driver to the tomacat/lib folder.
      - Modified the tomcat port to 8280 as I have other apps accessing 8080.

PFA my alfresco-global.properties file

When i try to start the service i get the below error.

org.alfresco.error.AlfrescoRuntimeException: 02050000 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
2013-03-05 14:13:00,748  ERROR [quartz.core.ErrorLogger] [SolrTrackerScheduler_Worker-2] Job (Solr.CoreTracker-alfresco threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 02050000 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050000 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
2013-03-05 14:13:00,764  ERROR [quartz.core.JobRunShell] [SolrTrackerScheduler_Worker-3] Job Solr.CoreTracker-archive threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 02050001 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
2013-03-05 14:13:00,764  ERROR [quartz.core.ErrorLogger] [SolrTrackerScheduler_Worker-3] Job (Solr.CoreTracker-archive threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 02050001 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050001 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
2013-03-05 14:13:15,023  ERROR [quartz.core.JobRunShell] [SolrTrackerScheduler_Worker-2] Job Solr.CoreTracker-archive threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 02050002 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
2013-03-05 14:13:15,023  ERROR [quartz.core.ErrorLogger] [SolrTrackerScheduler_Worker-2] Job (Solr.CoreTracker-archive threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 02050002 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050002 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
2013-03-05 14:13:15,038  ERROR [quartz.core.JobRunShell] [SolrTrackerScheduler_Worker-1] Job Solr.CoreTracker-alfresco threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 02050003 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
2013-03-05 14:13:15,038  ERROR [quartz.core.ErrorLogger] [SolrTrackerScheduler_Worker-1] Job (Solr.CoreTracker-alfresco threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 02050003 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050003 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
2013-03-05 14:13:30,030  ERROR [quartz.core.JobRunShell] [SolrTrackerScheduler_Worker-1] Job Solr.CoreTracker-archive threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 02050004 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
2013-03-05 14:13:30,030  ERROR [quartz.core.ErrorLogger] [SolrTrackerScheduler_Worker-1] Job (Solr.CoreTracker-archive threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 02050004 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050004 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
2013-03-05 14:13:30,030  ERROR [quartz.core.JobRunShell] [SolrTrackerScheduler_Worker-2] Job Solr.CoreTracker-alfresco threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 02050005 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
2013-03-05 14:13:30,030  ERROR [quartz.core.ErrorLogger] [SolrTrackerScheduler_Worker-2] Job (Solr.CoreTracker-alfresco threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 02050005 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050005 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
2013-03-05 14:13:45,022  ERROR [quartz.core.JobRunShell] [SolrTrackerScheduler_Worker-2] Job Solr.CoreTracker-archive threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 02050006 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
2013-03-05 14:13:45,022  ERROR [quartz.core.ErrorLogger] [SolrTrackerScheduler_Worker-2] Job (Solr.CoreTracker-archive threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 02050006 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050006 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
2013-03-05 14:13:45,022  ERROR [quartz.core.JobRunShell] [SolrTrackerScheduler_Worker-1] Job Solr.CoreTracker-alfresco threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 02050007 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
2013-03-05 14:13:45,022  ERROR [quartz.core.ErrorLogger] [SolrTrackerScheduler_Worker-1] Job (Solr.CoreTracker-alfresco threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 02050007 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050007 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1036)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1790)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1129)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:475)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more

Hi Nithya,
It seems to be your repository application is failed to start.
Can you please attach alfresco-global.properties and alfresco.log files?

Still I couldn't find your log files. Can you please upload in "http://www.mediafire.com/" any other sites?
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.