Error: Context initialization failed on 3.2 / Ubuntu 9.10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2010 05:58 AM
Hi,
I've been having some trouble getting Alfresco to run on my Ubuntu 9.10
I aslo have to say that I'm a beginner on linux so this might explain that. Anyway, after following a very well explained guide here (http://blog.mycroes.nl/2010/02/installing-alfresco-on-ubuntu-jaunty.html), I still can't run alfresco.
I've installed everything separately, jdk, tomcat6, alfresco, and configured as it is described in the tutorial.
Now, the first time I ran alfresco (localhost:8080/alfresco), I could see that tables where created in the sql; no problem here. But the page was blank afterwards.
So, I used the tomcat manager to start the alfresco app, which wasn't running it seems: it just keeps loading the page but alfresco won't run, and here is why => my alfresco .log indicates folloying error:
So, I know I have open office and imagemagick errors here, I'm looking to solve them too but first I have to get rid of this infamous ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
So, I would appreciate any input on the matter since I'm quite lost at the moment
Regards
I've been having some trouble getting Alfresco to run on my Ubuntu 9.10
I aslo have to say that I'm a beginner on linux so this might explain that. Anyway, after following a very well explained guide here (http://blog.mycroes.nl/2010/02/installing-alfresco-on-ubuntu-jaunty.html), I still can't run alfresco.
I've installed everything separately, jdk, tomcat6, alfresco, and configured as it is described in the tutorial.
Now, the first time I ran alfresco (localhost:8080/alfresco), I could see that tables where created in the sql; no problem here. But the page was blank afterwards.
So, I used the tomcat manager to start the alfresco app, which wasn't running it seems: it just keeps loading the page but alfresco won't run, and here is why => my alfresco .log indicates folloying error:
10:06:55,916 INFO [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]10:06:55,918 INFO [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]10:06:55,918 INFO [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/var/lib/tomcat6/shared/classes/alfresco-global.properties]10:06:55,979 INFO [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]10:07:11,643 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.10:07:12,249 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.10:07:12,519 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]10:07:12,530 INFO [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]10:07:12,534 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete10:07:14,028 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]10:07:14,041 INFO [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]10:07:14,261 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransformerWorker not available: 02190000 Failed to perform ImageMagick transformation:Execution result: os: Linux command: [./ImageMagick/bin/convert, /tmp/tomcat6-temp/Alfresco/ImageMagickContentTransformerWorker_init_source_7988473427986509951.gif[0], /tmp/tomcat6-temp/Alfresco/ImageMagickContentTransformerWorker_init_target_5748055185426661977.png] succeeded: false exit code: 1 out: err: Cannot run program "./ImageMagick/bin/convert": java.io.IOException: error=2, No such file or directory10:07:14,285 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker] 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 directory10:07:14,866 ERROR [org.springframework.web.context.ContextLoader] Context initialization failedorg.alfresco.error.AlfrescoRuntimeException: 02190001 Bootstrap failed at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:367) at org.alfresco.repo.importer.ImporterBootstrap.onBootstrap(ImporterBootstrap.java:724) at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62) at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77) at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246) at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:617) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49) at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:69) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637) at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1258) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
So, I know I have open office and imagemagick errors here, I'm looking to solve them too but first I have to get rid of this infamous ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
So, I would appreciate any input on the matter since I'm quite lost at the moment

Regards
Labels:
- Labels:
-
Archive
11 REPLIES 11

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010 03:19 AM
Anyway thanks for the help, but for now seeing that another post also brought up the same problem without any solution, I'm giving up on Alfresco (for now at least); I have much more other things to do first


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2010 07:48 AM
Hi,
I had a similar problem (OpenOffice couldn't start). I've been using JDK 1.6.0_07 - updated it to 1.6.0_18 and it is working flawlessly
I had a similar problem (OpenOffice couldn't start). I've been using JDK 1.6.0_07 - updated it to 1.6.0_18 and it is working flawlessly

