03-27-2011 09:10 PM
10:25:56,322 INFO [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
10:25:56,323 INFO [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
10:25:56,323 INFO [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/srv/alfresco/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
10:25:57,973 WARN [alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
10:25:58,000 INFO [management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
10:25:58,003 DEBUG [node.index.FullIndexRecoveryComponent] Performing index recovery for type: FULL
10:25:59,268 INFO [node.index.FullIndexRecoveryComponent] Index recovery started: 46,405 transactions.
10:29:21,745 INFO [node.index.FullIndexRecoveryComponent] 10 % complete.
10:32:32,317 INFO [node.index.FullIndexRecoveryComponent] 20 % complete.
10:35:05,364 INFO [node.index.FullIndexRecoveryComponent] 30 % complete.
03-28-2011 01:43 AM
03-28-2011 06:20 AM
Did it make it to 100% when the transactional cache had its original value? If so, change it back.
What was the transactional message? If it was a WARN, then it is just that, and can be ignored.
And as an advice, rename the old index directory rather than delete. Alfresco will create a new index directory. That way you can restore your old index should anything go wrong. Once you have a new working index, thats the time to delete the old index.
03-28-2011 06:47 AM
03-28-2011 10:16 AM
The version you are using does not include a bug fix for reindexing transactions that contain very large cascade deletes.
03-28-2011 10:52 AM
03-28-2011 06:51 PM
var childList = companyhome.childByNamePath("User Homes").children;
for (var i=0; i<childList.length; i++)
{
var child = childList[i];
logger.log(child.name);
var subchildren = child.children;
logger.log(subchildren.length);
if (subchildren.length==0){
child.remove();
}
}
03-29-2011 06:05 AM
index.tracking.minRecordPurgeAgeDays=0
and wait for the clean up to run.03-29-2011 09:50 PM
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found
HTTP Status 404 -
type Status report
message
description The requested resource () is not available.
Apache Tomcat/6.0.26
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.