cancel
Showing results for 
Search instead for 
Did you mean: 

Error while installing Alfresco on Dreamhost

jilingshu
Champ in-the-making
Champ in-the-making
hi there,
I use your installer package to install Alfresco on my Dreamhost PS. But I got these error:

Setup is now ready to begin installing Alfresco Community on your computer.

Do you want to continue? [Y/n]: Y

—————————————————————————-
Please wait while Setup installs Alfresco Community on your computer.

Installing
0% ______________ 50% ______________ 100%
########################################Warning: Problem running post-install step. Installation may not complete
correctly
Error running /home/fb_root/alfresco-3.4.b/java/bin/java -jar
/home/fb_root/alfresco-3.4.b/bin/alfresco-mmt.jar install
/home/fb_root/alfresco-3.4.b/amps
/home/fb_root/alfresco-3.4.b/tomcat/webapps/alfresco.war -directory -nobackup :
child process exited abnormally
Press [Enter] to continue :
#

I tried to run the command manually and got these:

[ps37575]$ /home/fb_root/alfresco-3.4.b/java/bin/java -jar /home/fb_root/alfresco-3.4.b/bin/alfresco-mmt.jar install /home/fb_root/alfresco-3.4.b/amps /home/fb_root/alfresco-3.4.b/tomcat/webapps/alfresco.war -directory -nobackup
Exception in thread "main" java.lang.reflect.InvocationTargetException
        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 com.simontuffs.onejar.Boot.run(Boot.java:287)
        at com.simontuffs.onejar.Boot.main(Boot.java:137)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 10150000 The following module properties need to be defined: [module.id, module.version, module.title, module.description]
        at org.alfresco.repo.module.ModuleDetailsImpl.<init>(ModuleDetailsImpl.java:185)
        at org.alfresco.repo.module.tool.ModuleDetailsHelper.createModuleDetailsFromPropertiesStream(ModuleDetailsHelper.java:52)
        at org.alfresco.repo.module.tool.ModuleDetailsHelper.createModuleDetailsFromPropertyLocation(ModuleDetailsHelper.java:75)
        at org.alfresco.repo.module.tool.ModuleDetailsHelper.createModuleDetailsFromWarAndId(ModuleDetailsHelper.java:96)
        at org.alfresco.repo.module.tool.ModuleManagementTool.installModule(ModuleManagementTool.java:265)
        at org.alfresco.repo.module.tool.ModuleManagementTool.installModules(ModuleManagementTool.java:165)
        at org.alfresco.repo.module.tool.ModuleManagementTool.installModules(ModuleManagementTool.java:148)
        at org.alfresco.repo.module.tool.ModuleManagementTool.main(ModuleManagementTool.java:779)
        … 6 more
[ps37575]$

Could you tell me why this happened? How can I solve this problem? thx
21 REPLIES 21

mikeh
Star Contributor
Star Contributor
Please post the startup log as you did before.

Also see this post about Share authentication: http://forums.alfresco.com/en/viewtopic.php?t=23538

Thanks,
Mike

jilingshu
Champ in-the-making
Champ in-the-making
hi,
I installed alfresco and then removed that file and then ran
./alfresch.sh start
The log file content is shown as below
[ps37575]$ ./alfresco.sh start
101116 17:21:33 mysqld_safe Logging to '/home/fb_root/alfresco3/mysql/data/mysqld.log'.
101116 17:21:33 mysqld_safe Starting mysqld.bin daemon with databases from /home/fb_root/alfresco3/mysql/data
/home/fb_root/alfresco3/mysql/scripts/ctl.sh : mysql  started at port 3306
Using CATALINA_BASE:   /home/fb_root/alfresco3/tomcat
Using CATALINA_HOME:   /home/fb_root/alfresco3/tomcat
Using CATALINA_TMPDIR: /home/fb_root/alfresco3/tomcat/temp
Using JRE_HOME:        /home/fb_root/alfresco3/java
Using CLASSPATH:       /home/fb_root/alfresco3/tomcat/bin/bootstrap.jar
/home/fb_root/alfresco3/tomcat/scripts/ctl.sh : tomcat started
[ps37575]$ ls
README.txt      alfresco.ico  amps        common    mysql       tomcat
README_wcm.txt  alfresco.log  amps_share  java      openoffice  uninstall
alf_data        alfresco.sh   bin         licenses  scripts     virtual-tomcat
[ps37575]$ cat alfresco.log
17:22:05,474 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
17:22:05,476 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
17:22:05,476 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/home/fb_root/alfresco3/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/test/alfresco-global.properties]
17:22:05,476 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco-global.properties]
17:22:05,563 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:22:05,702 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:22:05,776 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:22:05,842 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:22:05,842 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:22:21,319 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
17:22:21,321 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
17:22:31,246 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
17:22:31,635 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-4975671853807979937.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoCreate-RepoTables.sql).
17:22:31,862 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-1818720656639426267.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoCreate-LockTables.sql).
17:22:31,903 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-4913861865378624683.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoCreate-ContentTables.sql).
17:22:31,917 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-2971664384889409579.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoCreate-PropertyValueTables.sql).
17:22:31,956 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-5874490774696084152.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoCreate-AuditTables.sql).
17:22:31,964 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-3392503389999953348.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoCreate-AvmTables.sql).
17:22:32,119 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-4320230522890255889.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoCreate-ActivityTables.sql).
17:22:32,131 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-2943990887481878720.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoCreate-UsageTables.sql).
17:22:32,193 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-6889356274271297115.sql (Generated).
17:22:32,707 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-1842792231256926152.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-JBPM-Extra.sql).
17:22:32,709 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] All executed statements:  /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-All_Statements-4114408526701484199.sql.
17:22:33,523 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Normalized schema dumped to file /home/fb_root/alfresco3/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-5308248556082740002.xml.
17:22:33,539 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
17:22:33,552 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:22:33,552 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:22:33,553 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:22:33,553 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:22:33,553 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:22:33,566 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
17:22:33,703 WARN  [org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap] StoreRef 'workspace://SpacesStore' does not exist
17:22:35,449 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
17:22:35,467 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:22:35,468 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:22:35,470 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:22:35,470 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:22:35,470 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:22:35,912 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransformerWorker not available: 10160000 Failed to perform ImageMagick transformation:
Execution result:
   os:         Linux
   command:    [/home/fb_root/alfresco3/common/bin/convert, /home/fb_root/alfresco3/tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_init_source_6056609497490568759.gif[0], /home/fb_root/alfresco3/tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_init_target_4996804292990940710.png]
   succeeded:  false
   exit code:  1
   out:
   err:        .convert.bin: no decode delegate for this image format `/home/fb_root/alfresco3/tomcat/temp/Alfresco/ImageMagickContentTransformerWorker_init_source_6056609497490568759.gif' @ constitute.c/ReadImage/526.
.convert.bin: missing an image filename `/home
17:22:36,125 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
17:22:36,126 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
17:22:36,142 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:22:36,142 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:22:36,142 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:22:36,142 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:22:36,142 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:22:36,520 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
17:22:36,531 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
[ps37575]$

I found that when I removed that file, the alfresco and share are both accessible. But I still cannot login. Some log is listed below:
17:23:00,725 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:23:00,725 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:23:00,725 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:23:00,787 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, outbound] complete
17:23:00,787 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, inbound]
17:23:00,798 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:23:00,799 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:23:00,799 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:23:00,799 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:23:00,799 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:23:00,835 WARN  [org.springframework.beans.GenericTypeAwarePropertyDescriptor] Invalid JavaBean property 'blockedSenders' being accessed! Ambiguous write methods found next to actually used [public void org.alfresco.email.server.EmailServer.setBlockedSenders(java.util.List)]: [public void org.alfresco.email.server.EmailServer.setBlockedSenders(java.lang.String)]
17:23:00,836 WARN  [org.springframework.beans.GenericTypeAwarePropertyDescriptor] Invalid JavaBean property 'allowedSenders' being accessed! Ambiguous write methods found next to actually used [public void org.alfresco.email.server.EmailServer.setAllowedSenders(java.util.List)]: [public void org.alfresco.email.server.EmailServer.setAllowedSenders(java.lang.String)]
17:23:00,937 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, inbound] complete
17:23:00,937 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'googledocs' subsystem, ID: [googledocs, default]
17:23:00,970 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:23:00,970 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:23:00,971 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:23:00,971 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:23:00,971 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:23:01,218 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'googledocs' subsystem, ID: [googledocs, default] complete
17:23:01,225 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] Enabled - calculate missing user usages …
17:23:01,253 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] Found 0 users to recalculate
17:23:01,253 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] … calculated missing usages for 0 users
17:23:01,253 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
17:23:01,313 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:23:01,314 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:23:01,314 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:23:01,314 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:23:01,314 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:23:01,395 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete
17:23:01,553 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_18-b07; maximum heap size 682.688MB
17:23:01,553 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.4.0 (b 3262) schema 4111 - Originally installed version 3.4.0 (b 3262) schema 4111
17:23:01,562 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Replication' subsystem, ID: [Replication, default]
17:23:01,650 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:23:01,651 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:23:01,651 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:23:01,651 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:23:01,651 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:23:01,691 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Replication' subsystem, ID: [Replication, default] complete
17:23:01,765 INFO  [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.
17:23:04,007 INFO  [org.alfresco.module.vti.VtiServer] Vti server started successfully on port: 7070
17:23:12,429 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 372 Web Scripts (+0 failed), 613 URLs
17:23:12,429 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)
17:23:12,429 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)
17:23:12,432 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 8090.401ms)
17:23:12,432 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
17:23:12,434 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
17:23:12,561 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [wcm_deployment_receiver, default]
17:23:12,582 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
17:23:12,582 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:23:12,584 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
17:23:12,584 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
17:23:12,584 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/home/fb_root/alfresco3/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
17:23:12,663 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [wcm_deployment_receiver, default] complete
17:23:23,055 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 257 Web Scripts (+0 failed), 265 URLs
17:23:23,057 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
17:23:23,057 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
17:23:23,225 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1609.6471ms)
17:23:23,304 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
17:23:23,385 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
17:23:23,549 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
17:23:23,553 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
17:23:23,652 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
17:23:23,656 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
17:23:43,742 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 10160001 Login failed
org.springframework.extensions.webscripts.WebScriptException: 10160001 Login failed
        at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:75)
        at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:73)
        at org.springframework.extensions.webscripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:235)
        at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)
        at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:377)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:377)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:436)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:466)
        at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:263)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:333)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:189)
        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.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:852)
        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:619)
[ps37575]$

mikeh
Star Contributor
Star Contributor
Can you login to the /alfresco webapp using admin/admin ? If so and you've changed the port from 8080 you'll need to see this post to tell Share where the /alfresco app is.

Thanks,
Mike

jilingshu
Champ in-the-making
Champ in-the-making
hi,
I cannot login into alfresco with neither admin/admin nor the password I setted in the installer.

BTW: I modified nothing, I just use your installer to install the system.
The installer even cannot be done.

mikeh
Star Contributor
Star Contributor
So when you browse to http://server:8080/alfresco you should see the "guest view". Click the "Login (guest)" link in the top-right and you'll see a login dialog. Are you saying username:admin, password:admin doesn't work on that dialog? What's the exact error?

Thanks,
Mike

jilingshu
Champ in-the-making
Champ in-the-making
yes, its not work.
The message is
Unable to login - unknown username/password.

But I pretty sure the username and password are both right. I tried both admin/admin and the password I setted via installer.

mikeh
Star Contributor
Star Contributor

jilingshu
Champ in-the-making
Champ in-the-making
hmm, there is only the admin user in the system and there is no other users.
I believe maybe you misunderstood my problem. Now I would like to restate it.
I downloaded the installer named alfresco-community-3.4.b-installer-linux-x64.bin from your website to my host. Then I ran this file and tried to install Alfresco. But it told me an error in last step like this:
[ps37575]$ ./alfresco-community-3.4.b-installer-linux-x64.bin
—————————————————————————-
Welcome to the Alfresco Community Setup Wizard.

—————————————————————————-
Select the components you want to install; clear the components you do not want
to install. Click Next when you are ready to continue.

MySQL : Y (Cannot be edited)

Java : Y (Cannot be edited)

Alfresco : Y (Cannot be edited)

SharePoint [Y/n] :Y

Records Management [Y/n] :Y

Web Quick Start [Y/n] :Y

Web Project Management (AVM) [Y/n] :Y

Quickr Connector Support [Y/n] :Y

OpenOffice [Y/n] :Y

Is the selection above correct? [Y/n]: Y

—————————————————————————-
Installation Type

[1] Easy - Installs servers with the default configuration
[2] Advanced - Configures server ports and service properties
Please choose an option [1] :

—————————————————————————-
Installation Folder

Please choose a folder to install Alfresco Community

Select a folder [/home/fb_root/alfresco-3.4.b]: /home/fb_root/alfresco3

—————————————————————————-
Database Installation

Please select which database configuration you wish to use. If you select an existing database you should configure the Alfresco application before running the Alfresco server.

[1] I wish to use the bundled MySQL database
[2] I wish to use an existing database
Please choose an option [1] :

—————————————————————————-
MySQL Credentials

Please enter your database password

MySQL Server root Password :
Verify password :
—————————————————————————-
Please give a password to use for the Alfresco administrator account.

Admin Password: :
Repeat Password: :
—————————————————————————-
Setup is now ready to begin installing Alfresco Community on your computer.

Do you want to continue? [Y/n]: Y

—————————————————————————-
Please wait while Setup installs Alfresco Community on your computer.

Installing
0% ______________ 50% ______________ 100%
########################################Warning: Problem running post-install step. Installation may not complete
correctly
Error running /home/fb_root/alfresco3/java/bin/java -jar
/home/fb_root/alfresco3/bin/alfresco-mmt.jar install
/home/fb_root/alfresco3/amps /home/fb_root/alfresco3/tomcat/webapps/alfresco.war
-directory -nobackup : child process exited abnormally
Press [Enter] to continue :

#

—————————————————————————-
Setup has finished installing Alfresco Community on your computer.

View Readme file? [Y/n]: n

[ps37575]$
Then I can ran Alfresco via
[ps37575]$ ./alfresco.sh start
At that time, I cannot access http://ps37575.dreamhostps.com:8080/alfresco because it told me HTTP 404. But I can access http://ps37575.dreamhostps.com:8080/share. But I cannot login. It told me:
The remote server may be unavailable or your authentication details have not been recognized.

If I stop alfresco and followed your instructions to remove the file named
./tomcat/shared/classes/alfresco/extension/custom-lotus-ws-context.xml
and start alfresco, both http://ps37575.dreamhostps.com:8080/alfresco and http://ps37575.dreamhostps.com:8080/share are accessible. But I still cannot login it with any username/password.

So I believe this problem is absolutely no business  to the username or password. The entire Alfresco, at least the authorization system, did not work! The installer even has not completed!

mikeh
Star Contributor
Star Contributor
You don't need another user, there are instructions for resetting the password to a known value via a sql script. I suspect either the password was entered incorrectly in the installer or there's a problem in how the installer sets the admin password.

Ignore Share for now - you need to get the /alfresco web app authenticating first.

Thanks,
Mike

jilingshu
Champ in-the-making
Champ in-the-making
The database is empty. I believe this is caused by the abortion of installer.
mysql> show databases;
+——————–+
| Database           |
+——————–+
| information_schema |
| alfresco           |
| mysql              |
| test               |
+——————–+
4 rows in set (0.00 sec)

mysql> use alfresco;
Database changed

mysql> show tables;
Empty set (0.00 sec)

mysql> UPDATE alf_node_properties
    -> SET string_value = '209c6174da490caeb422f3fa5a7ae634'
    -> WHERE qname = '{http://www.alfresco.org/model/user/1.0}password'
    -> AND node_id in (
    ->    SELECT node_id
    ->    FROM alf_node_properties
    ->    WHERE qname = '{http://www.alfresco.org/model/user/1.0}username'
    ->    AND string_value = 'admin'
    -> );
ERROR 1146 (42S02): Table 'alfresco.alf_node_properties' doesn't exist
mysql>