cancel
Showing results for 
Search instead for 
Did you mean: 

Erro 404 tomcat

rogerio
Champ in-the-making
Champ in-the-making
good morning …

I'm using version 4.0d on a CentOS 6.0 installation was successful only after two days came the 404 error, I am not able to resolve this error can someone help me?

log catarina.out


24/04/2012 08:04:45 org.quartz.core.ErrorLogger schedulerError
GRAVE: Job (Solr.CoreTracker-alfresco threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 03240043 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: 03240043 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 more


log alfresco.log

[root@alfresco alfresco]# tail -f alfresco.log
07:59:34,776 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
07:59:34,927 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
07:59:34,932 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
07:59:34,944 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
07:59:37,888 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 312 Web Scripts (+0 failed), 322 URLs
07:59:37,888 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
07:59:37,888 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
07:59:38,416 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 3459.9597ms)
07:59:38,432 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
07:59:38,440 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js


thanks
4 REPLIES 4

mitpatoliya
Star Collaborator
Star Collaborator
Have done any customization?
Like custom content model or something?

rogerio
Champ in-the-making
Champ in-the-making
thanks for replying,
customization is not the only thing I did was create folders and permissions

bisana
Champ on-the-rise
Champ on-the-rise
Some times it happened to me.
After stopping the alfresco services, one process (ps aux | grep alf) was running as alfresco user. Without realizing it I started alfresco again, and I got error in catalina.out. Later I solved it killed all the alfresco related services and restarted the service. You could also try out this

toze
Champ in-the-making
Champ in-the-making
In my case it was because my PostgreSQL service was not running