cancel
Showing results for 
Search instead for 
Did you mean: 

Installing Alfresco on FC4

trying2alfresco
Champ in-the-making
Champ in-the-making
Hey,

I am trying to install Alfresco on FC4. I have already installed all the necessary prerequisites. (JDK, MySQL, PHP) Then I went through the installation process which went fine. Then I started Alfresco with the following command ./alf_start.sh the output that I receive is
/usr/local/alfresco-1.2.1/bin/alfrescoctl.sh : mysql  started
A mysqld process already exists
[root@localhost alfresco-1.2.1]# Using CATALINA_BASE:   /usr/local/alfresco-1.2.1/tomcat
Using CATALINA_HOME:   /usr/local/alfresco-1.2.1/tomcat
Using CATALINA_TMPDIR: /usr/local/alfresco-1.2.1/tomcat/temp
Using JRE_HOME:       /usr/local/alfresco-1.2.1/java
Using JAVA_OPTS:       -Xms128m -Xmx512m -server -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/usr/local/alfresco-1.2.1/tomcat/conf/logging.properties
Starting OpenOffice service…
It does not go any further from there.  I also checked http://localhost:8080/alfresco to see if it was working. But I got the following error message.
HTTP Status 404 - /alfresco/

type Status report

message /alfresco/

description The requested resource (/alfresco/) is not available.
Apache Tomcat/5.5.12

I am guessing that the problem is with the the configuration of openoffice but I am not sure what exactly to do so ideas would be appreciated.

Thanks for all your help.
24 REPLIES 24

trying2alfresco
Champ in-the-making
Champ in-the-making
when i run myscript.sh i get the following.

/usr/local/alfresco-1.2.1/mysql/scripts/myscript.sh: line 2: scripts/mysql_install_db: No such file or directory
useradd: user mysql exists
chown: cannot access `data': No such file or directory
chgrp: changing group of `./.Trash/tomcat5/common/lib/[jta].jar': No such file or directory
/usr/local/alfresco-1.2.1/mysql/../bin/alfrescoctl.sh : mysql  started
A mysqld process already exists
/usr/local/alfresco-1.2.1/mysql/scripts/myscript.sh: line 13: bin/mysql: No such file or directory
/usr/local/alfresco-1.2.1/mysql/scripts/myscript.sh: line 14: bin/mysql: No such file or directory
/usr/local/alfresco-1.2.1/mysql/scripts/myscript.sh: line 15: bin/mysql: No such file or directory
/usr/local/alfresco-1.2.1/mysql/scripts/myscript.sh: line 16: bin/mysql: No such file or directory
/usr/local/alfresco-1.2.1/mysql/../bin/alfrescoctl.sh : mysql not running

steve
Champ in-the-making
Champ in-the-making
Ok.

I should have read your first post properly…

It seems that you have installed everything needed to run Alfresco, then downloaded and are trying to use the 'alfresco-1.2.1-linux-community.bin' distribution. This distribution contains everything needed to run Alfresco, including its own MySQL and Tomcat…
Because you have these previously installed, and running by the looks of your posts, you are getting conflicts.

I would suggest you stop all your previously installed Tomcat and MySQL instances before you start the Alfresco bundle.

Steve

trying2alfresco
Champ in-the-making
Champ in-the-making
ok i have uninstalled tomcat and mysql so what do i do next. I still get the same error when i run myscript.sh. Also tried running mysql_install_db and i get the following error

/usr/local/alfresco-1.2.1/mysql/scripts/mysql_install_db
/usr/local/alfresco-1.2.1/mysql/scripts/mysql_install_db: line 85: my_print_defaults: command not found
Could not find help file 'fill_help_tables.sql' in ./support-files or inside ..

trying2alfresco
Champ in-the-making
Champ in-the-making
I finally got alfresco working. I just uninstalled an reinstalled it and everything seems to be working now. Thanks everybody for all there help.

steve
Champ in-the-making
Champ in-the-making
Glad you got it working!

Steve