 
					
				
		
08-10-2012 01:09 PM

Driver =org.gjt.mm.mysql.Driver
URL= jdbc:mysql://localhost/alfresco?useUnicode=yes&characterEncoding=UTF-8
index.subsystem.name=lucene
dir.keystore=${dir.root}/keystore
solr.port.ssl=8443
index.recovery.mode=FULL
cifs.enabled=true
cifs.localname=ALFRESCO
cifs.Server.Name=ALFRESCO
cifs.domain=WORKGROUP
cifs.hostanounce=true
cifs.broadcast=192.168.1.255
cifs.tcpipSMB.port=1445
cifs.ipv6.enabled=false
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139
ACT_GE_BYTEARRAY               
ACT_GE_PROPERTY                
ACT_HI_ACTINST                 
ACT_HI_ATTACHMENT           
ACT_HI_COMMENT                
ACT_HI_DETAIL                  
ACT_HI_PROCINST                
ACT_HI_TASKINST                
ACT_ID_GROUP                   
ACT_ID_INFO                    
ACT_ID_MEMBERSHIP              
ACT_ID_USER                    
ACT_RE_DEPLOYMENT             
ACT_RE_PROCDEF                 
ACT_RU_EXECUTION               
ACT_RU_IDENTITYLINK            
ACT_RU_JOB                     
ACT_RU_TASK                    
ACT_RU_VARIABLE                
JBPM_ACTION                    
JBPM_BYTEARRAY                 
JBPM_BYTEBLOCK                 
JBPM_COMMENT                   
JBPM_DECISIONCONDITIONS 
JBPM_DELEGATION                
JBPM_EVENT                     
JBPM_EXCEPTIONHANDLER    
JBPM_JOB                       
JBPM_LOG                       
JBPM_MODULEDEFINITION     
JBPM_MODULEINSTANCE        
JBPM_NODE                    
JBPM_POOLEDACTOR               
JBPM_PROCESSDEFINITION     
JBPM_PROCESSINSTANCE        
JBPM_RUNTIMEACTION           
JBPM_SWIMLANE                  
JBPM_SWIMLANEINSTANCE   
JBPM_TASK                      
JBPM_TASKACTORPOOL           
JBPM_TASKCONTROLLER         
JBPM_TASKINSTANCE              
JBPM_TOKEN                     
JBPM_TOKENVARIABLEMAP    
JBPM_TRANSITION                
JBPM_VARIABLEACCESS           
JBPM_VARIABLEINSTANCE 
%s/PALABRA_VIEJA/PALABRA_NUEVA/g
CREATE DATABASE alfresco DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; 
GRANT ALL PRIVILEGES ON alfresco.* TO alfresco@localhost IDENTIFIED BY 'alfresco'; 
GRANT SELECT,LOCK TABLES ON alfresco.* TO alfresco@localhost IDENTIFIED BY 'alfresco'; 
FLUSH PRIVILEGES; 
mysql –uusuario –ppassword database < ubicación_del_dump
/opt/alfresco/alf_data/solr/workspace-SpacesStore/conf/
/opt/alfresco/alf_data/solr/archive-SpacesStore/conf/
index.recovery.mode=FULL
mysql –ualfresco –pcontraseñaalfresco alfresco
SELECT anp1.node_id, 
       anp1.qname_id, 
       anp1.string_value as hash_pass, 
       anp2.string_value as user_string 
FROM alf_node_properties anp1 
        INNER JOIN alf_qname aq1 
        ON aq1.id       = anp1.qname_id 
        INNER JOIN alf_node_properties anp2 
        ON anp2.node_id = anp1.node_id 
        INNER JOIN alf_qname aq2            
        ON aq2.id       = anp2.qname_id 
WHERE aq1.local_name    = 'password' 
AND aq2.local_name    = 'username'; 
WARNING: [archive] Solr index directory '/opt/alfresco/alf_data/solr/xxxxxxx/SpacesStore/index' doesn't exist. Creating new index…
Verificar que el directorio sea en el que se instalo alfresco, si no revisar el paso 12 sobre el archivo “solrcore.properties”.
WARN  [domain.schema.SchemaBootstrap] [main] Schema validation found X potential problems, results written to: /opt/alfresco /tomcat/temp/Alfresco/Alfresco-MySQLInnoDBDialect-Validation-Pre-Upgrade-XXXXXXXXXXX.txt
### Error updating database.  Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`alfresco`.`ACT_GE_BYTEARRAY`, CONSTRAINT `ACT_FK_BYTEARR_DEPL` FOREIGN KEY (`DEPLOYMENT_ID_`) REFERENCES `ACT_ID_DEPLOYMENT` (`ID_`))
### The error may involve org.activiti.engine.impl.persistence.entity.ResourceEntity.insertResource-Inline
### The error occurred while setting parameters
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`alfresco`.`ACT_GE_BYTEARRAY`, CONSTRAINT `ACT_FK_BYTEARR_DEPL` FOREIGN KEY (`DEPLOYMENT_ID_`) REFERENCES `ACT_ID_DEPLOYMENT` (`ID_`))
Com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘alfresco.xxxxxxxx’ doesn’t exist.
Aug 10, 2012 11:33:14 AM org.quartz.core.JobRunShell run
SEVERE: Job Solr.CoreTracker-archive threw an unhandled Exception: 
org.alfresco.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI
   at org.alfresco.service.namespace.QName.createQName(QName.java:99)
   at org.alfresco.service.namespace.QName.createQName(QName.java:121)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1142)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1139)
   at org.alfresco.service.cmr.repository.datatype.TypeConverter.convert(TypeConverter.java:112)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter.convert(SOLRAPIClient.java:1157)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRDeserializer.deserializeValue(SOLRAPIClient.java:1175)
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:750)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:1623)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1316)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   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:549)
Aug 10, 2012 11:33:14 AM 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.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.alfresco.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI
   at org.alfresco.service.namespace.QName.createQName(QName.java:99)
   at org.alfresco.service.namespace.QName.createQName(QName.java:121)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1142)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1139)
   at org.alfresco.service.cmr.repository.datatype.TypeConverter.convert(TypeConverter.java:112)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter.convert(SOLRAPIClient.java:1157)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRDeserializer.deserializeValue(SOLRAPIClient.java:1175)
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:750)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:1623)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1316)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
Aug 10, 2012 11:33:20 AM org.quartz.core.JobRunShell run
SEVERE: Job Solr.CoreTracker-archive threw an unhandled Exception: 
org.alfresco.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI
   at org.alfresco.service.namespace.QName.createQName(QName.java:99)
   at org.alfresco.service.namespace.QName.createQName(QName.java:121)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1142)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1139)
   at org.alfresco.service.cmr.repository.datatype.TypeConverter.convert(TypeConverter.java:112)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter.convert(SOLRAPIClient.java:1157)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRDeserializer.deserializeValue(SOLRAPIClient.java:1175)
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:750)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:1623)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1316)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   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:549)
Aug 10, 2012 11:33:20 AM 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.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.alfresco.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI
   at org.alfresco.service.namespace.QName.createQName(QName.java:99)
   at org.alfresco.service.namespace.QName.createQName(QName.java:121)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1142)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1139)
   at org.alfresco.service.cmr.repository.datatype.TypeConverter.convert(TypeConverter.java:112)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter.convert(SOLRAPIClient.java:1157)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRDeserializer.deserializeValue(SOLRAPIClient.java:1175)
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:750)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:1623)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1316)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
Aug 10, 2012 11:33:33 AM org.quartz.core.JobRunShell run
SEVERE: Job Solr.CoreTracker-archive threw an unhandled Exception: 
org.alfresco.service.namespace.NamespaceException: Namespace prefix {http is not mapped to a namespace URI
   at org.alfresco.service.namespace.QName.createQName(QName.java:99)
   at org.alfresco.service.namespace.QName.createQName(QName.java:121)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1142)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter$10.convert(SOLRAPIClient.java:1139)
   at org.alfresco.service.cmr.repository.datatype.TypeConverter.convert(TypeConverter.java:112)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRTypeConverter.convert(SOLRAPIClient.java:1157)
   at org.alfresco.solr.client.SOLRAPIClient$SOLRDeserializer.deserializeValue(SOLRAPIClient.java:1175)
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:750)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:1623)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1316)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   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:549)
2012-08-10 11:34:12,887  ERROR [extensions.webscripts.AbstractRuntime] [http-8443-4] Exception from executeScript - redirecting to status template error: 07100002 Wrapped Exception (with status template): 07100030 Problem converting to Freemarker
 org.springframework.extensions.webscripts.WebScriptException: 07100002 Wrapped Exception (with status template): 07100030 Problem converting to Freemarker
   at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:970)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)
   at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:393)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:462)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:500)
   at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:275)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:372)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)
   at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:58)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
   at java.lang.Thread.run(Thread.java:662)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 07100030 Problem converting to Freemarker
   at org.alfresco.repo.web.scripts.solr.NodesMetaDataGet$1.handleNodeMetaData(NodesMetaDataGet.java:198)
   at org.alfresco.repo.solr.SOLRTrackingComponentImpl$NodeMetaDataQueryRowHandler.processResult(SOLRTrackingComponentImpl.java:879)
   at org.alfresco.repo.solr.SOLRTrackingComponentImpl.getNodesMetadata(SOLRTrackingComponentImpl.java:735)
   at sun.reflect.GeneratedMethodAccessor648.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:65)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy151.getNodesMetadata(Unknown Source)
   at org.alfresco.repo.web.scripts.solr.NodesMetaDataGet.executeImpl(NodesMetaDataGet.java:181)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:235)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)
   … 25 more
Caused by: org.alfresco.service.namespace.NamespaceException: A namespace prefix is not registered for uri http://www.alfresco.org/model/rmcustom/1.0
   at org.alfresco.service.namespace.QName.toPrefixString(QName.java:414)
   at org.alfresco.repo.web.scripts.solr.SOLRSerializer$SOLRTypeConverter$2.convert(SOLRSerializer.java:231)
   at org.alfresco.repo.web.scripts.solr.SOLRSerializer$SOLRTypeConverter$2.convert(SOLRSerializer.java:228)
   at org.alfresco.service.cmr.repository.datatype.TypeConverter.convert(TypeConverter.java:112)
   at org.alfresco.repo.web.scripts.solr.SOLRSerializer.serializeToJSONString(SOLRSerializer.java:108)
   at org.alfresco.repo.web.scripts.solr.SOLRSerializer.serialize(SOLRSerializer.java:170)
   at org.alfresco.repo.web.scripts.solr.NodesMetaDataGet$FreemarkerNodeMetaData.<init>(NodesMetaDataGet.java:294)
   at org.alfresco.repo.web.scripts.solr.NodesMetaDataGet$1.handleNodeMetaData(NodesMetaDataGet.java:193)
   … 37 more
Aug 10, 2012 11:34:14 AM org.quartz.core.JobRunShell run
SEVERE: Job Solr.CoreTracker-alfresco threw an unhandled Exception: 
org.alfresco.error.AlfrescoRuntimeException: 07100000 GetNodeMetaData return status is 500
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:701)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:1623)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1316)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   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:549)
Aug 10, 2012 11:34:14 AM 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: 07100000 GetNodeMetaData return status is 500]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 07100000 GetNodeMetaData return status is 500
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:701)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:1623)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1316)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:481)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   … 1 more
2012-08-10 11:27:56,273  INFO  [node.index.FullIndexRecoveryComponent] [main] Index recovery started: 1,243 transactions.
 2012-08-10 11:28:35,677  INFO  [node.index.FullIndexRecoveryComponent] [main]    10 % complete.
 2012-08-10 11:28:35,691  INFO  [node.index.FullIndexRecoveryComponent] [main]    20 % complete.
 2012-08-10 11:28:35,693  INFO  [node.index.FullIndexRecoveryComponent] [main]    30 % complete.
 2012-08-10 11:28:35,694  INFO  [node.index.FullIndexRecoveryComponent] [main]    40 % complete.
 2012-08-10 11:28:35,729  INFO  [node.index.FullIndexRecoveryComponent] [main]    50 % complete.
 2012-08-10 11:28:35,730  INFO  [node.index.FullIndexRecoveryComponent] [main]    60 % complete.
 2012-08-10 11:28:35,731  INFO  [node.index.FullIndexRecoveryComponent] [main]    70 % complete.
 2012-08-10 11:28:35,732  INFO  [node.index.FullIndexRecoveryComponent] [main]    80 % complete.
 2012-08-10 11:28:55,265  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:28:55,278  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:28:55,490  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:28:55,494  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:28:55,626  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:28:55,626  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:28:55,634  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:28:55,644  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:28:55,787  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:28:55,788  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:28:55,811  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:55,812  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:55,966  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:55,966  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:55,967  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:55,967  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:56,125  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:56,126  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:56,150  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:56,151  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:56,321  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:56,324  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:56,598  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:56,602  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:56,754  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:56,757  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:56,866  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:56,866  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:56,867  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:56,869  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:56,981  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:57,004  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:57,004  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:57,006  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:57,194  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:57,194  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:57,314  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:57,314  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:57,421  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:57,429  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:57,527  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:57,528  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:57,528  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:57,533  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:57,646  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:57,647  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:57,647  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:57,648  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:57,768  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:57,768  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:57,870  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:57,873  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:57,968  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:57,973  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:58,082  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:58,082  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:58,085  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:58,088  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:58,244  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:58,245  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:58,245  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:58,247  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:58,370  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:58,371  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:58,502  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:58,502  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:58,606  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:28:58,606  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:28:58,721  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:28:58,722  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:28:58,725  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:58,726  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:58,838  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:58,838  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:58,840  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:58,842  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:58,967  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:58,967  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:58,968  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:58,968  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:59,077  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:59,078  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:59,187  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:59,187  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:59,292  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:59,292  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:28:59,295  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:59,301  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:59,424  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:59,425  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:28:59,426  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:59,426  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:59,541  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:59,542  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:28:59,670  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:59,671  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:59,921  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:28:59,922  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:00,021  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:00,022  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:00,129  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:00,130  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:00,131  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:00,131  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:00,253  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:00,254  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:00,257  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:00,262  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:00,382  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:00,382  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:00,505  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:00,506  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:00,639  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:00,639  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:00,745  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:00,746  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:00,859  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:00,859  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:00,860  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:00,863  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:00,986  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:00,986  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:00,987  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:00,989  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:01,106  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:01,106  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:01,107  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,109  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,228  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,228  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,339  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:01,339  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:01,455  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:01,455  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:01,456  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:01,456  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:01,573  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:01,574  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:01,577  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,582  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,715  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,715  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,827  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,827  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,936  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:01,937  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:02,079  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:02,080  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:02,203  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:02,203  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:02,318  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:02,318  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:02,437  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:02,438  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:02,438  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:02,439  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:02,544  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:02,544  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:02,653  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:02,661  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:02,662  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:02,662  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:02,774  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:02,774  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:02,775  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:02,775  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:02,887  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:02,888  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:03,012  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:03,017  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:03,123  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:03,123  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:03,234  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:03,234  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:03,235  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:03,237  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:03,359  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:03,360  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:03,362  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:03,365  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:03,485  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:03,486  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:03,604  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:03,604  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:03,730  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:03,731  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:03,836  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:03,836  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:03,944  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:03,945  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:03,947  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:03,953  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:04,054  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:04,058  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:04,059  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:04,063  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:04,182  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:04,183  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:04,183  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:04,184  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:04,296  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:04,296  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:04,422  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:04,422  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:04,549  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:04,549  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:04,676  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:04,676  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:04,793  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:04,793  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:04,902  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:04,903  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:04,903  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:04,906  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:05,031  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:05,031  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:05,032  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:05,033  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:05,160  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:05,161  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:05,266  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:05,267  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:05,518  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:05,519  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:05,519  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:05,521  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:05,649  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:05,649  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:05,652  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:05,673  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:05,779  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:05,779  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:05,903  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:05,904  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:06,035  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:06,036  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:06,160  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:06,161  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:06,266  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:06,266  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:06,267  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:06,267  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:06,390  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:06,390  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:06,391  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:06,393  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:06,512  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:06,513  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:06,627  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:06,627  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:06,760  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:06,761  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:06,895  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:06,896  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:06,896  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:06,897  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,012  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,013  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,013  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,017  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,138  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,138  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,139  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,141  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,241  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,249  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,250  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,253  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,364  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,365  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,365  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,366  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,519  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,519  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,520  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:07,525  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:07,634  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,634  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,636  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,644  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,758  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,759  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,759  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:07,759  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:07,858  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,858  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:07,859  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,861  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,980  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,981  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:07,981  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:07,981  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:08,094  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:08,094  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:08,222  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:08,222  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:08,315  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:08,315  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:08,316  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:08,316  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:08,641  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:08,642  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:08,657  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:08,658  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:08,837  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:08,837  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:09,088  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:09,088  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:09,286  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:09,286  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:09,286  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,286  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,390  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,390  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,391  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:09,393  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:09,506  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:09,509  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:09,512  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,513  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,647  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,647  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,648  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:09,648  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:09,771  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:09,772  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:09,772  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,774  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,880  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,880  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:09,885  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:09,886  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:10,006  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:10,006  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:10,114  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,114  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,118  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,121  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,238  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,239  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,239  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:10,239  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:10,421  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,427  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,432  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,437  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,526  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,529  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,530  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,533  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,626  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,637  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,639  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,640  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,726  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,735  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,735  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,740  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,834  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,837  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,838  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:10,840  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:10,931  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,937  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:10,938  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:10,938  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:11,034  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:11,037  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:11,039  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:11,039  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:11,152  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:11,154  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:11,155  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:11,164  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:11,275  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:11,281  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:11,285  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:11,287  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:11,370  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:11,383  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread4] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:21,952  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:29:21,973  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:29:22,355  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:29:22,355  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}filePlan
 2012-08-10 11:29:22,357  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:22,357  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:22,435  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:22,443  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordSeries
 2012-08-10 11:29:22,444  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:22,444  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:22,518  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:22,518  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/dod5015/1.0}recordCategory
 2012-08-10 11:29:22,519  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:22,521  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:22,765  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:22,774  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:22,881  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:22,883  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:22,979  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:22,982  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionSchedule
 2012-08-10 11:29:22,983  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:22,985  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionActionDefinition
 2012-08-10 11:29:23,065  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:23,069  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:23,073  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:23,074  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:23,159  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:23,165  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:23,166  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:23,170  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:23,250  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:23,253  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}recordFolder
 2012-08-10 11:29:23,257  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:23,258  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:23,334  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:23,337  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}dispositionAction
 2012-08-10 11:29:23,338  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:29:23,338  WARN  [repo.dictionary.DictionaryDAO] [indexTrackerThread2] Type not found: {http://www.alfresco.org/model/recordsmanagement/1.0}eventExecution
 2012-08-10 11:30:14,572  ERROR [index.AbstractReindexComponent.threads] [indexTrackerThread2] Reindexer    12 failed with error: null.
 2012-08-10 11:30:14,575  WARN  [index.AbstractReindexComponent.threads] [indexTrackerThread2] java.lang.NullPointerException
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.createDocumentsImpl(ADMLuceneIndexerImpl.java:816)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.createDocuments(ADMLuceneIndexerImpl.java:646)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl$4.execute(ADMLuceneIndexerImpl.java:2015)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl$4.execute(ADMLuceneIndexerImpl.java:2011)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl$1.execute(AbstractLuceneIndexerImpl.java:715)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl.doInReadthroughTransaction(AbstractLuceneIndexerImpl.java:702)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.readDocuments(ADMLuceneIndexerImpl.java:2010)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.flushPending(ADMLuceneIndexerImpl.java:1057)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory.flush(AbstractLuceneIndexerAndSearcherFactory.java:874)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:215)
   at $Proxy219.flush(Unknown Source)
   at org.alfresco.repo.search.IndexerComponent.flushPending(IndexerComponent.java:133)
   at org.alfresco.repo.node.index.AbstractReindexComponent$ReindexWorkerRunnable.beforeCommit(AbstractReindexComponent.java:1086)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.doBeforeCommit(AlfrescoTransactionSupport.java:747)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.doBeforeCommit(AlfrescoTransactionSupport.java:727)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.beforeCommit(AlfrescoTransactionSupport.java:687)
   at org.springframework.transaction.support.TransactionSynchronizationUtils.triggerBeforeCommit(TransactionSynchronizationUtils.java:95)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(AbstractPlatformTransactionManager.java:927)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:737)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)
   at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:472)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:410)
   at org.alfresco.repo.node.index.AbstractReindexComponent$ReindexWorkerRunnable.run(AbstractReindexComponent.java:1008)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:662)
 2012-08-10 11:30:15,186  INFO  [node.index.FullIndexRecoveryComponent] [main]    90 % complete.
 2012-08-10 11:30:15,230  INFO  [node.index.FullIndexRecoveryComponent] [main]    100 % complete.
 2012-08-10 11:30:26,139  INFO  [node.index.FullIndexRecoveryComponent] [main] Index recovery completed.
09-21-2012 11:12 AM
 
					
				
		
09-24-2012 09:48 AM
 
  
					
				
			
			
				
			
			
			
			
			
			
			
		02-26-2013 07:36 AM
02-26-2013 07:36 AM
02-26-2013 11:34 AM
 
					
				
				
			
		
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.