cancel
Showing results for 
Search instead for 
Did you mean: 

Error in alfresco.bat

cludt
Champ in-the-making
Champ in-the-making
Hi guys,

the %alfresco_install_dir%\bin\alfresco.bat file contains an error in line 12:

Windows paths are separated by ";" not by ":".


@Alfresco-Team:
So, please replace

set PATH=%JAVA_HOME%\bin:@@BITROCK_ALFRESCO_INSTALLDIR@@\bin:%PATH%

by

set PATH=%JAVA_HOME%\bin;@@BITROCK_ALFRESCO_INSTALLDIR@@\bin;%PATH%
2 REPLIES 2

paulhh
Champ in-the-making
Champ in-the-making
Hi

I believe that in 1.3.x installs the path is already separated by ";".  Are you looking at an earlier version? 

Also, the @@BITROCK…@@ statements are usually substituted on a wizard-based install, so I assume that you are seeing this from the SVN code?  This is slightly out of date with the current Bitrock installs.  It will get updated soon.

Cheers
Paul.

cludt
Champ in-the-making
Champ in-the-making
Hi Paul,

you are right, I had a look at the SVN code (updated 9 days ago - I can only update from at home as there is a firewall running here at the company that blocks these requests).

As far as I remember, the 1.3.0 contained this error. If I have a look at the timestamp of the batch file, I see it has been modified after the installation. So, I think, I have replaced the colons, but I am not sure as I also changed the JAVA_OPTS value. I have not yet installed the 1.3.1., maybe it's changed there.

Best regards
  Christian