cancel
Showing results for 
Search instead for 
Did you mean: 

Question about messages ./alf_start.sh and ./alf_stop.sh

chelvetique
Champ in-the-making
Champ in-the-making
Hello,

I have a question about the command ./alf_start.sh and ./alf_stop.sh

When i start the service ./alf_start.sh i see that (Ok, it works).

Using CATALINA_BASE:   /opt/Alfresco/tomcat
Using CATALINA_HOME:   /opt/Alfresco/tomcat
Using CATALINA_TMPDIR: /opt/Alfresco/tomcat/temp
Using JRE_HOME:       /opt/Alfresco/java
Starting OpenOffice service…

But when i stop the service ./alf_stop.sh i see that, what is the last line ? An error ? Do y have to comment or decomment the script "alfresco.sh" ?

Using CATALINA_BASE:   /opt/Alfresco/tomcat
Using CATALINA_HOME:   /opt/Alfresco/tomcat
Using CATALINA_TMPDIR: /opt/Alfresco/tomcat/temp
Using JRE_HOME:       /opt/Alfresco/java
CompilerOracle: exclude org/apache/lucene/index/IndexReader$1 doBody
CompilerOracle: exclude org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger mergeIndexes
CompilerOracle: exclude org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger mergeDeletions


Thank you.

CHelvetique.
3 REPLIES 3

chelvetique
Champ in-the-making
Champ in-the-making
UP

Sorry, to ask again.

Anyone have an idea ?

Thank you.

steve
Champ in-the-making
Champ in-the-making
Hi,

These are not errors.
We have found that certain classes don't compile properly with some versions  of Java so we exclude them using the JAVA_OPTS below:

set JAVA_OPTS=%JAVA_OPTS% -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

Hope this helps,

Steve

chelvetique
Champ in-the-making
Champ in-the-making
Thank you very much.

I just wanted to be sure that Alresco was working correctly.

Now i can going on.

Bye.