cancel
Showing results for 
Search instead for 
Did you mean: 

Can't see Alfresco, just apache welcome

bianconiglio
Champ in-the-making
Champ in-the-making
Hi, when I startup tomcat from eclipse after building successfully Alfresco, I get in the eclipse console:


10.03.2009 10:02:10 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
10.03.2009 10:02:10 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
10.03.2009 10:02:10 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 723 ms
10.03.2009 10:02:10 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
10.03.2009 10:02:10 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
10.03.2009 10:02:10 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
10.03.2009 10:02:17 org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
10.03.2009 10:02:19 org.apache.catalina.core.ApplicationContext log
INFO: Set web app root system property: 'webapp.root' = [/usr/local/tomcat/webapps/alfresco/]
10.03.2009 10:02:19 org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
10:02:37,082  ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to perform ImageMagick transformation:
Execution result:
   os:         Mac OS X
   command:    [./ImageMagick/bin/convert, /usr/local/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_source_3052.gif, /usr/local/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_target_3053.png]
   succeeded:  false
   exit code:  1
   out:       
   err:        ./ImageMagick/bin/convert: not found
10:02:39,422  INFO  [config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
10:02:41,439  DEBUG [alfresco.repo.deploy] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@88ea53, name=log4j:logger=org.alfresco.repo.deploy
10:02:41,440  DEBUG [repo.transaction.RetryingTransactionHelper] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@88ea53, name=log4j:logger=org.alfresco.repo.transaction.RetryingTransactionHelper
10:02:45,704  ERROR [content.transform.RuntimeExecutableContentTransformer] Failed to start a runtime executable content transformer:
Execution result:
   os:         Mac OS X
   command:    [./bin/pdf2swf, -V]
   succeeded:  false
   exit code:  1
   out:       
   err:        ./bin/pdf2swf: not found
10:02:59,740  INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
10:03:00,507  INFO  [domain.schema.SchemaBootstrap] No changes were made to the schema.
10:03:03,134 User:System WARN  [repo.admin.ConfigurationChecker] The Alfresco 'dir.root' property is set to a relative path './alf_data'.  'dir.root' should be overridden to point to a specific folder.
10:03:03,135 User:System INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: ./alf_data
10:03:03,202 User:System INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
10:03:03,497 User:System INFO  [admin.patch.PatchExecuter] No patches were required.
10:03:03,504 User:System INFO  [repo.module.ModuleServiceImpl] Found 0 module(s).
10:03:04,552 User:System WARN  [alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
10:03:04,596 User:System INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_16-b06-284; maximum heap size 1016,125MB
10:03:04,597 User:System INFO  [service.descriptor.DescriptorService] Alfresco started (Labs): Current version 3.0.0 (Stable r13140) schema 2000 - Installed version 3.0.0 (Stable r13140) schema 2000
10.03.2009 10:03:18 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive share.war
10.03.2009 10:03:21 org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
10:03:26,742  INFO  [web.site.FrameworkHelper] Successfully Initialized Web Framework
10.03.2009 10:03:27 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
10.03.2009 10:03:27 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
10.03.2009 10:03:27 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
10.03.2009 10:03:27 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
10.03.2009 10:03:27 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/44  config=null
10.03.2009 10:03:27 org.apache.catalina.startup.Catalina start
INFO: Server startup in 77058 ms

Even if I'm still working on setting the parameters for imagemagick and pdf2swf, to me it looks like the WAR gets deployed and everything should work but when I point my browser to 127.0.0.1:8080 I see tomcat's welcome page and not Alfresco's. What's wrong?
2 REPLIES 2

mikeh
Star Contributor
Star Contributor

bianconiglio
Champ in-the-making
Champ in-the-making
oh Jesus, how dumb am I?

Thanks!