Yes sir I followed it, i always run this script node app.js | node_modules/.bin/bunyan & in Hilary folder. when i try to check this link http://admin.sakaioae.jupinno.com/api/me it said, the server is in the process of restarting. Unlike before when Nick as me to do this, this is not what I'm seeing in the browser.
On Thu, Mar 20, 2014 at 3:00 AM, <oae-dev-requ...@collab.sakaiproject.org>wrote: > Send oae-dev mailing list submissions to > oae-dev@collab.sakaiproject.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://collab.sakaiproject.org/mailman/listinfo/oae-dev > or, via email, send a message with subject or body 'help' to > oae-dev-requ...@collab.sakaiproject.org > > You can reach the person managing the list at > oae-dev-ow...@collab.sakaiproject.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of oae-dev digest..." > > > Today's Topics: > > 1. Re: Fwd: SAKAI OAE SET UP (Stephen Thomas) > 2. Re: SAKAI OAE SET UP (Michael Anthony Balmes) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 19 Mar 2014 11:46:07 -0400 > From: Stephen Thomas <stephen.tho...@et.gatech.edu> > Subject: Re: [oae-dev] Fwd: SAKAI OAE SET UP > To: "Michael Anthony S. Balmes, MCP" <mikebal...@jupinno.com> > Cc: OAE Development <oae-dev@collab.sakaiproject.org> > Message-ID: <93e99c14-c834-4d40-82ad-851cb9f6b...@et.gatech.edu> > Content-Type: text/plain; charset="windows-1252" > > Hi Michael, > > The log file for Hilary is normally sent to standard output when you start > the application. If you?ve followed the steps in the Hilary README.md, > that?s in the section on ?Starting the Server? which has the example command > > node app.js | node_modules/.bin/bunyan > > Depending on exactly how you?re executing the command, you may have piped > standard output to a file. > > Stephen > > > >> From: Michael Anthony Balmes <souskemic...@gmail.com> > >> Subject: Re: [oae-dev] SAKAI OAE SET UP > >> Date: 19 March 2014 15:35:52 GMT > >> 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. 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 > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://collab.sakaiproject.org/pipermail/oae-dev/attachments/20140319/62645563/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Thu, 20 Mar 2014 00:03:33 +0800 > From: Michael Anthony Balmes <souskemic...@gmail.com> > Subject: Re: [oae-dev] SAKAI OAE SET UP > To: oae-dev@collab.sakaiproject.org > Message-ID: > < > calqxh5syxe8isjek17wwb+b-ode4tbb+znjp3izynq6bfny...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > ---------- 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 > > > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://collab.sakaiproject.org/pipermail/oae-dev/attachments/20140320/d8515cd0/attachment-0001.html > > ------------------------------ > > _______________________________________________ > oae-dev mailing list > oae-dev@collab.sakaiproject.org > http://collab.sakaiproject.org/mailman/listinfo/oae-dev > > > End of oae-dev Digest, Vol 31, Issue 36 > *************************************** >
_______________________________________________ oae-dev mailing list oae-dev@collab.sakaiproject.org http://collab.sakaiproject.org/mailman/listinfo/oae-dev