cancel
Showing results for 
Search instead for 
Did you mean: 

Running Alfresco 2.1 on Solaris 10

tsuitor
Champ in-the-making
Champ in-the-making
I'm trying to get the alfresco 2.1 community war working on a Solaris 10
machine under a zone using a mysql database. I didn't have many problems
with alfresco 2.0, but I'm running into problems with 2.1. It appears that it's not
able to find ImageConvert since I'm getting various errors about convert
UnableToOpenConfigureFile delegates.xml.  Later down in the log file, I'm
seeing an error:

convert: MissingAnImageFilename '/opt/alfresco-2.1/tomcat/te

I'm guessing there is a parsing problem somewhere, but I haven't
found anything obvious.

Any suggestions?
3 REPLIES 3

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

We have not yet tested Alfresco using zones or containers.
However, Sun will doing this testing on our behalf, and we'll hopefully soon have feedback from Sun about any special config or setup required to run Alfresco in zones.

I'll update the wiki when we get this information.

Steve

mark2
Champ in-the-making
Champ in-the-making
Hi,

I am trying to get Alfresco running on a Joyent Accelerator which runs on OpenSolaris b43.

I am having some issues… See error below when trying to run alfresco.sh

./alfresco.sh: JAVA_OPTS=-Xms128m -Xmx512m -server: is not an identifier

A quick google brings up this bug report…

http://jira.atlassian.com/browse/JRA-9102

Any news on Sun's testing, or help trying to get around this issue would be muchly appreciated.

Regards

M

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

Following the information in that link you posted, all you have to do is edit the  'alfresco.sh' file and change the line:

export JAVA_OPTS=" $JAVA_OPTS -Xms128m -Xmx256m ….

to:
JAVA_OPTS=" $JAVA_OPTS -Xms128m -Xmx256m …
export JAVA_OPTS

Then it will work.