Hello Kevin,
add Point 1+2: yes, I did.
add point 3: I used mysql-connector-java-3.1.10-bin.jar
Today I did a fresh installation of alfresco-1.3.0dev and made the following steps:
-> stop jboss
rcjboss stop
-> delete an old and create a new mysql database
mysql -u root -p <db_remove.sql
mysql -u root -p <db_setup.sql
-> delete the data directory
/var/tmp/alf_data
-> delete the content of
/opt/jboss-4.0.2/server/default/work
/opt/jboss-4.0.2/server/default/tmp
-> copy alfresco.war to
/opt/jboss-4.0.2/server/default/deploy
-> change owner of alfresco.war
chown -R jboss.jboss alfresco.war
-> copy mysql-connector-java-3.1.12-bin.jar to
/opt/jboss-4.0.2/server/default/lib
-> and change owner to jboss
chown -R jboss.jboss mysql-connector-java-3.1.12-bin.jar
-> start jboss
rcjboss start
First ERROR in the server.log after jboss startup
————————————————-
2006-06-01 18:24:25,820 INFO [org.jboss.web.tomcat.tc5.TomcatDeployer] deploy, ctxPath=/alfresco, warUrl=file:/opt/jboss-4.0.2/server/default/tmp/deploy/tmp4015alfresco.war/
2006-06-01 18:24:27,117 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/alfresco]] Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupServletContextListener
–
Then I tried to deploy alfresco 1.2.1 and I did the same steps like above.
deployment ERROR of alfresco-1.2.1
———————————-
the first 10476 bytes in server.log are hex.[NUL] - previous messsages were truncated - before the first INFO message appears:
2006-06-01 18:40:16,851 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/index-recovery-context.xml]
…
…
2006-06-01 18:40:31,476 INFO [org.springframework.cache.ehcache.EhCacheFactoryBean] Creating new EHCache cache region 'webservice.QuerySessionCache'
2006-06-01 18:40:31,503 ERROR [net.sf.ehcache.store.DiskStore] webservice.QuerySessionCacheCache: Could not create disk store
java.io.FileNotFoundException: /tmp/webservice.QuerySessionCache.data (Permission denied)
Have I anything forgotten or misunderstood ?
It seems that are any permission problems. JBoss is running with user jboss, an another application is running well and prior I had successfully deployed alfresco-1.2.0.
System setup is:
JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)
Java version: 1.5.0_07,Sun Microsystems Inc.
Java VM: Java HotSpot(TM) Server VM 1.5.0_07-b03,Sun Microsystems Inc.
OS-System: Linux 2.6.13-15.10-default,i386
MySQL 4.1.13
Thank you for information.
Best regards, Rudolf.