11-15-2010 08:05 AM
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 :
#
[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]$
11-17-2010 09:10 PM
/home/fb_root/alfresco3/java/bin/java -jarcan be run correctly. But the system still cannot run!
/home/fb_root/alfresco3/bin/alfresco-mmt.jar install
/home/fb_root/alfresco3/amps /home/fb_root/alfresco3/tomcat/webapps/alfresco.war
-directory -nobackup
11-17-2010 09:18 PM
mysql> SELECT anp1.node_id, -> anp1.qname_id,
-> anp1.string_value
-> 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'
-> AND anp2.string_value = 'admin';
+———+———-+———————————-+
| node_id | qname_id | string_value |
+———+———-+———————————-+
| 4 | 10 | 209c6174da490caeb422f3fa5a7ae634 |
+———+———-+———————————-+
1 row in set (0.00 sec)
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.