hi there…
I installed a new version of alfresco (Alfresco-Labs-3Stable-Linux-x86-Install). Configured all like i did before.
when I run alfresco I get the log:
12:22:12,296 INFO [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
12:22:15,119 INFO [org.alfresco.web.scripts.DeclarativeRegistry] Registered 67 Web Scripts (+0 failed), 71 URLs
12:22:15,121 INFO [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 426.31293ms)
12:22:16,761 INFO [org.alfresco.web.scripts.DeclarativeRegistry] Registered 101 Web Scripts (+0 failed), 105 URLs
12:22:16,761 INFO [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 1620.1321ms)
12:22:16,824 INFO [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
12:22:36,162 INFO [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
12:22:40,690 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer] Failed to start a runtime executable content transformer:
Execution result:
os: Linux
command: [./bin/pdf2swf, -V]
succeeded: false
exit code: 1
out:
err: Cannot run program "./bin/pdf2swf": java.io.IOException: error=2, No such file or directory
12:22:48,470 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
12:22:49,107 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
12:22:50,189 ERROR [org.alfresco.util.exec.RuntimeExecBootstrapBean] Bootstrap command failed:
Execution result:
os: Linux
command: [/usr, -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager, -env:UserInstallation=file:////usr/local/alfresco3/alf_data/oouser, -nologo, -headless, -nofirststartwizard, -nocrashrep, -norestore]
succeeded: false
exit code: 2
out:
err: Cannot run program "/usr": java.io.IOException: error=13, Permission denied
12:22:51,861 INFO [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /usr/local/alfresco3/alf_data
12:22:52,042 INFO [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
12:22:52,371 INFO [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
12:22:52,375 INFO [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).
And stop here…
the next messagen should be something like:
[org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_10-b33; maximum heap size 1006.875MB
I installed a new jdk (jdk-6u13-linux-i586.bin) and did not resolved the problem…
Any of you know what is going on here?
thanks