cancel
Showing results for 
Search instead for 
Did you mean: 

Installation error on alfresco.

ash85
Champ in-the-making
Champ in-the-making
OK so i am new to alfresco.

Installing latest version of alfresco on linux .

Started loading alfresco and when it came to installing tomcat part . I got an error
Using CATALINA_BASE:   /opt/alfresco-3.4.a/tomcat
Using CATALINA_HOME:   /opt/alfresco-3.4.a/tomcat
Using CATALINA_TMPDIR: /opt/alfresco-3.4.a/tomcat/temp
Using JRE_HOME:        /develop/alfresco-3.4.a/java
Using CLASSPATH:       /opt/alfresco-3.4.a/tomcat/bin/bootstrap.jar
touch: cannot touch `/opt/alfresco-3.4.a/tomcat/logs/catalina.out': Permission denied
/opt/alfresco-3.4.a/tomcat/bin/catalina.sh: line 332: /opt/alfresco-3.4.a/tomcat/logs/catalina.out: Permission denied

The catalina.out file says –  Error: no `server
' JVM at `/develop/alfresco-3.4.a/java/jre/lib/i386/server
/libjvm.so'.



Please gurus help me . I am stuck !


regardsssss
8 REPLIES 8

ash85
Champ in-the-making
Champ in-the-making
ANyone ?  any of the gurus around ?????????

ssaravanan
Champ in-the-making
Champ in-the-making
I have alfresco3.4a installed on a 64bit linux machine and I find my
libjvm.so file under alfresco3.4a/java/jre/lib/amd64/server/libjvm.so

check the tomcat/scripts/ctl.sh file and check your JRE_HOME=/opt/alfresco-3.4.a/java property

ash85
Champ in-the-making
Champ in-the-making
Hi,

Checked that file , it says.
JRE_HOME=/develop/alfresco-3.4.a/java
CATALINA_PID=/develop/alfresco-3.4.a/tomcat/temp/catalina.pid

And the libjvm.so is under
/opt/alfresco-3.4.a/java/jre/lib/i386/server

To start alfresco i go to /opt/alfresco-3.4a/ 
and then write – alfresco.sh start


101018 13:03:10 mysqld_safe Logging to '/develop/alfresco-3.4.a/mysql/data/mysqld.log'.
101018 13:03:10 mysqld_safe Starting mysqld.bin daemon with databases from /develop/alfresco-3.4.a/mysql/data
/develop/alfresco-3.4.a/mysql/scripts/ctl.sh : mysql  started at port 3305
/develop/alfresco-3.4.a/openoffice/scripts/ctl.sh : openoffice started at port 8100
Using CATALINA_BASE:   /develop/alfresco-3.4.a/tomcat
Using CATALINA_HOME:   /develop/alfresco-3.4.a/tomcat
Using CATALINA_TMPDIR: /develop/alfresco-3.4.a/tomcat/temp
Using JRE_HOME:        /develop/alfresco-3.4.a/java
Using CLASSPATH:       /develop/alfresco-3.4.a/tomcat/bin/bootstrap.jar
PID file (/develop/alfresco-3.4.a/tomcat/temp/catalina.pid) found. Is Tomcat still running? Start aborted.
/develop/alfresco-3.4.a/tomcat/scripts/ctl.sh : tomcat could not be started


Stil cant get tomcat to start.

ssaravanan
Champ in-the-making
Champ in-the-making
delete the file catalina.pid and start alfresco again
rm -r -f /develop/alfresco-3.4.a/tomcat/temp/catalina.pid

ash85
Champ in-the-making
Champ in-the-making
Ok so i deleted that file . Now it shows

root@auchentoshan alfresco-3.4.a]# alfresco.sh start
101018 14:11:42 mysqld_safe Logging to '/opt/alfresco-3.4.a/mysql/data/mysqld.log'.
101018 14:11:42 mysqld_safe Starting mysqld.bin daemon with databases from /opt/alfresco-3.4.a/mysql/data
/opt/alfresco-3.4.a/mysql/scripts/ctl.sh : mysql  started at port 3305
/opt/alfresco-3.4.a/openoffice/scripts/ctl.sh : openoffice started at port 8100
Using CATALINA_BASE:   /opt/alfresco-3.4.a/tomcat
Using CATALINA_HOME:   /opt/alfresco-3.4.a/tomcat
Using CATALINA_TMPDIR: /opt/alfresco-3.4.a/tomcat/temp
Using JRE_HOME:        /opt/alfresco-3.4.a/java
Using CLASSPATH:       /opt/alfresco-3.4.a/tomcat/bin/bootstrap.jar
/opt/alfresco-3.4.a/tomcat/scripts/ctl.sh : tomcat started

BUT WHEN i go to http://127.0.0.1:8080/share

I get problem loading page. Unable to connect. Firefox can't establish a connection to the server at 127.0.0.1:8080.

Though it says the everything is running !

Smiley Sad

ssaravanan
Champ in-the-making
Champ in-the-making
chech the log file
tomcat/logs/catalina.out

ash85
Champ in-the-making
Champ in-the-making
Error: no `server
' JVM at `/opt/alfresco-3.4.a/java/jre/lib/i386/server
/libjvm.so'.


thanks for you help and patience man. really need to get this working Smiley Sad

ssaravanan
Champ in-the-making
Champ in-the-making