cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Community 4.0 server start up issue [URGENT]

shark_007
Champ in-the-making
Champ in-the-making
Hi,
I am a beginner and hav just started using Alfresco. I have downloaded and installed "alfresco-community-4.0.x-installer-win-x32.exe". After successful installation I found a pop-up window saying "starting server" and then share page should automatically be opened but I got "server not found error".
Then I attempted to start Tomcat server. But it is throwing the below error:

Jan 11, 2012 2:26:54 PM org.quartz.core.JobRunShell run
SEVERE: Job Solr.CoreTracker-alfresco threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 00110000 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1011)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1453)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1126)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:483)
   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)
Jan 11, 2012 2:26:54 PM org.quartz.core.ErrorLogger schedulerError
SEVERE: Job (Solr.CoreTracker-alfresco threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 00110000 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: 00110000 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1011)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1453)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1126)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:483)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
Jan 11, 2012 2:26:54 PM org.quartz.core.JobRunShell run
SEVERE: Job Solr.CoreTracker-archive threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 00110001 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1011)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1453)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1126)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:483)
   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)
Jan 11, 2012 2:26:54 PM org.quartz.core.ErrorLogger schedulerError
SEVERE: Job (Solr.CoreTracker-archive threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 00110001 GetModelsDiff return status is 404]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)


Someone please help.
4 REPLIES 4

kqfflo
Champ in-the-making
Champ in-the-making
Hi,

same error under Ubunu 11.10 … I'm actually locking into this but haven't found anything so far Smiley Sad

shark_007
Champ in-the-making
Champ in-the-making
Someone please help. Still issue is not resolved   :?:  Smiley Sad  :x

loftux
Star Contributor
Star Contributor
This is some sort of Solr indexer issue. Have you searched the forums for a solution? http://www.google.com/search?q=site:forums.alfresco.com+solr http://www.google.com/search?q=site:forums.alfresco.com+Solr.CoreTracker

Do that and if you still do not find a solution then come back with what you already have tried, more details about your install (what db, win version etc), post your COMPLETE alfresco.log, and please put it in the Code tag for readability.

shark_007
Champ in-the-making
Champ in-the-making
Thank you all for your suggestions.

As I couldnot found any solution, I reinstalled Alfresco. I set respective environmental variables:
Path: CATALINA_HOME and Value: ALF_HOME\Tomcat
Path: JAVA_HOME and value: path of installed JDK
Then I started Tomcat and it threw an error: OutOfMemoryErrorSmiley TongueermGen space

So I edited setenv.bat file in below format:

set JAVA_OPTS=-Xms256m -Xmx1024m -Xss96k -XX:MaxPermSize=256m -server
set JAVA_HOME=ALF_HOME\Java
set JAVA_OPTS=%JAVA_OPTS%

Now server started successfuly.