cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade 3.0.0 to 3.2.0, version 3.1 needed?

stegbth
Champ in-the-making
Champ in-the-making
hi,

i am running version 3.0.0complete on a Debian Linux Server.
Today i tried to Upgrade to 3.2.0. i saw there are some upgrade pathes available.
http://wiki.alfresco.com/wiki/General_Upgrade_Process#The_Upgrade_Process

But there is currently no information about 3.2.

So i tried,
But alway's when starting up the new version it say:

00:15:27,678 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema 2019 - Installed version 3.0
.0 (Stable 1526) schema 1002

so how do i upgrade the schema, as also, cause afterwards it happen to crash the complete server, when i try to add new content?
as normaly the schema Upgrade should be done automatically:
http://wiki.alfresco.com/wiki/Schema_Upgrade_Scripts#Schema_Dump_Utility_.283.1.1_and_later.29


greetings
thomas
13 REPLIES 13

stegbth
Champ in-the-making
Champ in-the-making
good morning,

i checked alfresco.log once more, i found there an error:

06:51:53,465 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
06:51:54,265 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 06070005 Login failed
org.alfresco.web.scripts.WebScriptException: 06070005 Login failed
        at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:81)
        at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:79)
        at org.alfresco.web.scripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:223)
        at org.alfresco.web.scripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:70)
        at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:357)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:407)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:424)
        at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:253)
        at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:262)
        at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:139)
        at org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptServlet.java:122)
        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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        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:286)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)

as this come's after startup, where nobody logged in, i assume this is a responce from a database login (or an upgrade try?)
as my mysql run's on an different host, could this be the cause?

I found an additional properties file
/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/repository.properties

there i modified
db.name=alfresco32
db.url=jdbc:mysql://192.168.110.86/${db.name}
db.username=alfresco
db.password=xxxxx

as it was before
db.name=alfresco
db.url=jdbc:mysql:///${db.name}
db.username=alfresco
db.password=alfresco

but there is no change?

unfortunatly i am unable to find out, what script it wants to execute?

any ideas?

greetings
thomas

mrogers
Star Contributor
Star Contributor
Your upgrade looks fine.

You will probably have an error earlier than the web script problem which is the cause of your problem.

One thing to watch would be your configuration settings which have changed for 3.2.      You may need to do some tweaking to your configuration in shared/classes/alfresco

stegbth
Champ in-the-making
Champ in-the-making
hi mrogers,

thanx for your answer.
to be clear
Version 3.2.0 uses the same database schema as 3.0.0?

i checked alfreco.log with less and search.
it complains about missing convert and pdf2swf
afterward's the [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 06070005 Login failed comes up.
no other error. by the way: there is no failed login from browser! this comes up from starting!

i did the upgrade the following way
stopped alfresco
mv /opt/Alfresco /opt/Alfresco.300
installed Alfresco with gui and gave it a different database schema (alfresco32 instead of alfresco3)
started alfresco and tried login
stopped alfresco
moved out alf_data
dropdb alfresco32; createdb alfresco
mysqldump alfresco3| mysql alfresco32
cp /opt/Alfresco.300/alf_data /opt/Alfresco/ -pr

when starting up Alfresco it shows up the above error and i it crashes many time's when accessing it via webbrowser (firefox 3.5)

greetings
thomas

mikef
Champ in-the-making
Champ in-the-making
Can you provide more information - please restart the server with a clean log file, then post the full log output generated?

stegbth
Champ in-the-making
Champ in-the-making
i modified the startup line in /opt/Alfresco/alfresco.sh to
export JAVA_OPTS='-Xms128m -Xmx2048m -XX:MaxPermSize=256m -server'

as i got Memery Error's before,
There was now login from my Webbrowser in the meantime.

Use 3.0.0 and 3.2.0 the same database Schema?

thanx
thomas

    16:11:10,925 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
    16:11:10,927 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
    16:11:10,927 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/opt/Alfresco/tomcat/shared/classes/alfresco-global.properties]
    16:11:11,008 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
    16:11:37,968 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
    16:11:39,152 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
    16:11:42,748 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]
    16:11:42,830 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
    16:11:42,964 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransformerWorker not available: 06070000 Failed t
    o perform ImageMagick transformation:
    Execution result:
       os:         Linux
       command:    [/usr/local/bin/convert, /opt/Alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_init_source_2370727578339444225.gif[0], /opt/Alfresco/tomcat/temp
    /Alfresco/ImageMagickContentTransformerWorker_init_target_292096662026333942.png]
       succeeded:  false
       exit code:  1
       out:       
       err:        Cannot run program "/usr/local/bin/convert": java.io.IOException: error=2, No such file or directory
    16:11:43,784 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker] Failed to start a runtime executable content transformer:
    Execution result:
       os:         Linux
       command:    [/opt/Alfresco/bin/pdf2swf, -V]
       succeeded:  false
       exit code:  1
       out:       
       err:        Cannot run program "/opt/Alfresco/bin/pdf2swf": java.io.IOException: error=2, No such file or directory
    16:11:44,240 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] complete
    16:11:44,405 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/Alfresco/alf_data
    16:11:44,540 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
    16:11:44,918 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
    16:11:44,922 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).
    16:11:44,935 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [default]
    16:11:45,005 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
    16:11:45,221 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
    16:11:45,239 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
    16:11:45,796 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [managed, alfrescoNtlm1] complete
    16:11:51,457 ERROR [org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
    16:11:51,457 ERROR [org.alfresco.fileserver] (This may be due to firewall settings or incorrect <broadcast> setting)
    16:11:51,492 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [default] complete
    16:11:51,492 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
    16:11:51,518 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
    16:11:51,629 INFO  [org.alfresco.repo.imap.AlfrescoImapServer] IMAP service started on hostSmiley Tongueort 192.168.110.89:143.
    16:11:51,629 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
    16:11:51,632 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [default]
    16:11:51,641 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
    16:11:51,686 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [default] complete
    16:11:51,712 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_14-b08; maximum heap size 1979.750MB
    16:11:51,713 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema 2019 - Installed version 3.0.0 (Stable
    1526) schema 1002
    16:12:06,806 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [default]
    16:12:06,822 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
    16:12:06,892 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [default] complete
    16:12:11,934 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
    16:12:13,537 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@7db739ec: display name [Root WebAppl
    icationContext]; startup date [Tue Jul 07 16:12:13 UTC 2009]; root of context hierarchy
    16:12:13,883 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@7db739ec]
    : org.springframework.beans.factory.support.DefaultListableBeanFactory@28ee2be9
    16:12:15,406 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
    16:12:15,418 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 205.969ms)
    16:12:15,657 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 42 Web Scripts (+0 failed), 44 URLs
    16:12:15,670 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 247.97299ms)
    16:12:15,744 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
    16:15:21,889 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 06070005 Login failed
    org.alfresco.web.scripts.WebScriptException: 06070005 Login failed
            at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:81)
            at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:79)
            at org.alfresco.web.scripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:223)
            at org.alfresco.web.scripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:70)
            at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:357)
            at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
            at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:407)
            at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:424)
            at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:253)
            at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:262)
            at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:139)
            at org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptServlet.java:122)
            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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
            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:286)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
            at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
            at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
            at java.lang.Thread.run(Thread.java:619)

mrogers
Star Contributor
Star Contributor
You have the following errors, have you investigated them?

16:11:51,457 ERROR [org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
16:11:51,457 ERROR [org.alfresco.fileserver] (This may be due to firewall settings or incorrect <broadcast> setting)

Have you configured any authentication subsystems?

stegbth
Champ in-the-making
Champ in-the-making
hi mrogers,

i have this already seen, but didn't check this currently further.
as access via cifs from Ubuntu Linux and Windows works fine.

what i still doesn't understand:
use Alfresco 3.0 and Alfresco 3.2 the same database schema? or why doesn't it get upgraded?

and what is the login failed error? this must be something from alfresco itself, cause this error come's up even when starting the service and do NOT login. so could this be the "upgrade-try" from alfresco-schema 3.0 to schema 3.2?

greetings
thmas

paolo
Champ in-the-making
Champ in-the-making
I have the same error on a fresh Alfresco 3.2 Community version installation:

06:51:54,265 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 06070005 Login failed

This appear during the start up  after the message:

INFO: Starting Coyote HTTP/1.1 on http-8080
Jul 15, 2009 10:52:35 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 281479 ms

What I've noticed is that error message doesn't appear every times but just randomly.

Paolo

efestione
Champ in-the-making
Champ in-the-making
Hi everyone,
I would report the same problem. I have just done an upgrade to Community Version 3.2.

11:39:47,871 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
11:39:47,871 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
11:39:47,871 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/E:/Alfresco32/tomcat/shared/classes/alfresco-global.properties]
11:39:47,981 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:40:52,433 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
11:40:52,433 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
11:40:52,433 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/E:/Alfresco32/tomcat/shared/classes/alfresco-global.properties]
11:40:52,526 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:41:10,917 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
11:41:15,010 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
11:41:19,401 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]
11:41:19,416 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:41:21,338 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] complete
11:41:21,510 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: E:\Alfresco32\alf_data
11:41:21,557 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
11:41:21,823 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
11:41:21,823 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 1 module(s).
11:41:21,932 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org.alfresco.module.vti' version 1.2.
11:41:21,979 WARN  [org.alfresco.repo.module.ModuleServiceImpl] A previously-installed module 'org.alfresco.module.RecordsManagement' (version 1.3) is not present in your distribution.
11:41:22,010 WARN  [org.alfresco.repo.module.ModuleServiceImpl] A previously-installed module 'calais' (version 1.1) is not present in your distribution.
11:41:22,026 WARN  [org.alfresco.repo.module.ModuleServiceImpl] A previously-installed module 'com.optaros.alfresco.docasu' (version 1.6.2) is not present in your distribution.
11:41:22,057 WARN  [org.alfresco.repo.module.ModuleServiceImpl] A previously-installed module 'JibeCore' (version 2.1.1) is not present in your distribution.
11:41:22,073 WARN  [org.alfresco.repo.module.ModuleServiceImpl] A previously-installed module 'RepoModule' (version 2.1.1) is not present in your distribution.
11:41:22,088 WARN  [org.alfresco.repo.module.ModuleServiceImpl] A previously-installed module 'thumbnails' (version 1.0) is not present in your distribution.
11:41:22,245 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [default]
11:41:22,276 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:41:22,510 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
11:41:22,526 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:41:22,823 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [managed, alfrescoNtlm1] complete
11:41:22,901 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [default] complete
11:41:22,901 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
11:41:22,916 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:41:22,963 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
11:41:22,979 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [default]
11:41:22,995 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:41:23,010 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [default] complete
11:41:23,354 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_13-b03; maximum heap size 1356,813MB
11:41:23,354 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema 2019 - Installed version 3.0.0 (c 1342) schema 1000
11:41:23,635 INFO  [org.alfresco.module.vti.VtiServer] Vti server started successfully on port: 7070
11:41:39,947 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [default]
11:41:39,963 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:41:40,041 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [default] complete
11:41:41,479 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@1e38dc: display name [Root WebApplicationContext]; startup date [Wed Jul 15 11:41:41 CEST 2009]; root of context hierarchy
11:41:41,760 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@1e38dc]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1f10215
11:41:42,807 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
11:41:42,822 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 238.66045ms)
11:41:42,947 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 42 Web Scripts (+0 failed), 44 URLs
11:41:42,963 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 139.62288ms)
11:41:43,010 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
11:41:45,760 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
11:44:49,334 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
11:44:49,991 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 06150004 Login failed
org.alfresco.web.scripts.WebScriptException: 06150004 Login failed
   at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:81)
   at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:79)
   at org.alfresco.web.scripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:223)
   at org.alfresco.web.scripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:70)
   at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:357)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:407)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:424)
   at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:253)
   at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:262)
   at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:139)
   at org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptServlet.java:122)
   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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
   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:286)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)

Regards
Alessandro