---------- Forwarded message ----------
From: Michael Anthony Balmes <souskemic...@gmail.com>
Date: Wed, Mar 19, 2014 at 11:35 PM
Subject: Re: [oae-dev] SAKAI OAE SET UP
To: Nicolaas Matthijs <nicolaas.matth...@caret.cam.ac.uk>


where can i see the log of oae?


On Wed, Mar 19, 2014 at 9:59 PM, Nicolaas Matthijs <
nicolaas.matth...@caret.cam.ac.uk> wrote:

> Hi Michael,
>
> It looks like nginx has now been configured correctly, as all static file
> are being served successfully. However, all app server requests are failing
> with a 502 error code, which means that Hilary has not started up
> successfully.
>
> Can you share your Hilary log?
>
> Thanks,
> Nicolaas
>
>
> On 19 Mar 2014, at 06:13, Michael Anthony Balmes <souskemic...@gmail.com>
> wrote:
>
>
> hi guys,
> here is the server, *admin.sakaioae.jupinno.com
> <http://admin.sakaioae.jupinno.com/>.* i set up my sakai oae admin tenant
> following Hilary instruction but i get this pure white screen then after
> few seconds i'll be redirected to 404 not found..here is my print screen
> together with my nginx that can be found in my path,
> /opt/3akai-ux/nginx/nginx.conf..before i tried to delete the / in the
> alias..
> eg
>
> before:
>
>
>
> location /shared/ {
>         *    alias <%= nginxConf.UX_HOME %>/shared/;*
>
>
>             autoindex off;
>
>             expires max;
>         }
>
>
> before:(working but the css does not applied and error 404 after login)
>
> location /shared/ {
> *            alias /opt/3akai-ux/target/optimized/shared;*
>
>             autoindex off;
>             expires max;
>
>
>         }
>
> now: (not working)
>
>
>
> location /shared/ {
>             *alias /opt/3akai-ux/target/optimized/shared/;*
>
>
>             autoindex off;
>
>             expires max;
>         }
>
>
> and do i get the right user and group that i declare in my nginx?nginx
> nginx. i just patterned it to marist tutorial. hope to hear from you very
> soon. coz I totally busted to this problem.
>
> <nginx.conf.txt><nginx.JPG><admin.sakaioae.jupinno.JPG>
> _______________________________________________
>
> oae-dev mailing list
> oae-dev@collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>
>
>
_______________________________________________
oae-dev mailing list
oae-dev@collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to