Page 1 of 1

Upgrade to 2013 - Cannot create /home/openemm2013

Posted: Tue Jan 29, 2013 5:57 am
by ohho
When I click the upgrade button, the last error I see is: cannot create /home/openemm2013

I created the folder but now it seems to me openemm is down. How can I restart it or check error log?

Thanks

Re: Upgrade to 2013 - Cannot create /home/openemm2013

Posted: Tue Jan 29, 2013 7:34 am
by maschoff
to restart change to user openemm

su - openemm

and start openemm with

openemm.sh start

Re: Upgrade to 2013 - Cannot create /home/openemm2013

Posted: Tue Jan 29, 2013 7:42 am
by ohho
It seems that update removes the /home/openemm symbolic link. After rebuild the link, I can restart RC2:

Code: Select all

cd /home
mv openemm-2013\ RC2/ openemm-2013_RC2
ln -s openemm-2013_RC2/ openemm
after that:

Code: Select all

su - openemm
openemm.sh stop
openemm.sh start