Page 4 of 4

Re: So after two days

Posted: Thu Sep 27, 2012 6:54 pm
by bigfoot65
I saw that and thanks. We are diagnosing now.

Re: So after two days

Posted: Tue Oct 02, 2012 2:16 am
by othey
Any luck on tracking down the problem?

Re: So after two days

Posted: Tue Oct 02, 2012 6:04 am
by bigfoot65
Still being worked. There is a temporary solution if you need to create a web app manually.

Change the permissions of the /var/hda/web-apps folder to 777:

Code: Select all

sudo chmod 777 /var/hda/web-apps
Next create the web app. The ownership of the new folder will be something like nobody:nogroup. Change it to your first admin user:

Code: Select all

sudo chown -R firstadminuser:users /var/hda/web-apps/appname
Once you do that, it should work fine. We hope to resolve this soon, but for now this should work.

Re: So after two days

Posted: Wed Oct 03, 2012 9:48 pm
by othey
Thanks Bigfoot :)