cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco does not start

kampfi
Champ in-the-making
Champ in-the-making
Hey Guys
I'm having a Problem using Alfresco (community) on a debian system
I installed it and followed the readme but when I try to start it it only gives this error:

./alfresco.sh: line 8: export: `-XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBody -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeIndexes -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeDeletions': not a valid identifier
Using CATALINA_BASE:   /opt/alfresco/tomcat
Using CATALINA_HOME:   /opt/alfresco/tomcat
Using CATALINA_TMPDIR: /opt/alfresco/tomcat/temp
Using JRE_HOME:       /home/test/jre1.5.0_10/
Using JAVA_OPTS:       -Xms128m -Xmx512m -server-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/opt/alfresco/tomcat/conf/logging.properties
I have absolutely no idea what this means and how I could solve it.

Thanks for your help Smiley Happy
Patrick
1 REPLY 1

artimis
Champ in-the-making
Champ in-the-making
I have the same problem in the FC5. I solve it with combining the two string.

you can substitue the below code for the two string.
you have to modify the alfresco.sh file.
export JAVA_OPTS='-Xms128m -Xmx512m -server -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128m -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBody -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeIndexes -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeDeletions'

I have installed alfresco with jboss and oracle 10g. Good luck to you.