cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with migration from 2.1.0 to 3.2r2 under centos 5.4

dperez
Champ in-the-making
Champ in-the-making
Hi,

I have some issues trying to upgrade my alfresco version.

I modified the database and import all the directory and finally alfersco startup :

264 08:52:54,791 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (r2 2440) schema 3300 - Originally installed version 2.1.0 (482) schema 64

Now i've a warning in alfresco.log , alfresco works fine… but i'm scare because i don't understand the error message and i try to find info in google and here but i don't fine nothing about this.

This is the warning , is repeated every five minutes :

12:18:42,109 WARN  [org.alfresco.repo.usage.UserUsageTrackingComponent] Initial usage for user has not yet been calculated: user
12:23:42,109 WARN  [org.alfresco.repo.usage.UserUsageTrackingComponent] Initial usage for user has not yet been calculated: user
12:28:42,109 WARN  [org.alfresco.repo.usage.UserUsageTrackingComponent] Initial usage for user has not yet been calculated: user
12:33:42,109 WARN  [org.alfresco.repo.usage.UserUsageTrackingComponent] Initial usage for user has not yet been calculated: user
12:38:42,109 WARN  [org.alfresco.repo.usage.UserUsageTrackingComponent] Initial usage for user has not yet been calculated: user
12:43:42,109 WARN  [org.alfresco.repo.usage.UserUsageTrackingComponent] Initial usage for user has not yet been calculated: user
12:48:42,109 WARN  [org.alfresco.repo.usage.UserUsageTrackingComponent] Initial usage for user has not yet been calculated: user

Anyone know how solve this or is possible desactivate?

Thanks.
1 REPLY 1

dperez
Champ in-the-making
Champ in-the-making
Hi everybody!

I resolve the issue disabling in log4j.properties this line:

# User usage tracking
#log4j.logger.org.alfresco.repo.usage=info

Thx!!!