[Glass] Need to restart GLASS...
Dale Henrichs via Glass
glass at lists.gemtalksystems.com
Tue Sep 16 11:31:18 PDT 2014
On Tue, Sep 16, 2014 at 11:17 AM, Lawrence Kellogg via Glass <
glass at lists.gemtalksystems.com> wrote:
>
> On Sep 16, 2014, at 12:35 PM, Richard Sargent via Glass <
> glass at lists.gemtalksystems.com> wrote:
>
> > Dale wrote
> >> Typically I use `ssh -X` (port forwarding) to connect to the remote
> >> machine
> >> ... then starting squeak on the remote machine will display locally ...
> >
> > And if you connect via Putty, for example, make sure the connection
> enables
> > port forwarding. In Putty, this is found in the Connection/SSH/X11 part
> of
> > the configuration tree.
> >
>
> Ok, some progress, I got the Pharo image to come up through X11. Thanks to
> John McIntosh for suggesting that I needed to set the port forwarding for
> X11Forwarding and AllowTcpForwarding in /etc/ssh/sshd_config on my Amazon
> instance. Not sure why I never ran into this in the past. X11Forwarding was
> yes but AllowTcpForwarding was no.
>
> I’m still stuck though, for some reason the nginx through FastCGI chain is
> not quite working. Do I need to reinitialize my login task?
>
> I tried this:
>
> | application |
> application := (WAAdmin register: self asApplicationAt:
> 'PracticeJournalLoginTask') exceptionHandler:
> WAGemStoneProductionErrorHandler.
> WAAdmin defaultDispatcher defaultName: 'PracticeJournalLoginTask'.
> application preferenceAt: #sessionClass put: PracticeJournalSession
>
>
> but it didn’t make any difference.
I think we need to see some detailed information about what "not working"
means:
-- http error
-- corresponding nginx log
Then we might be able to figure things out a bit more ...
Dale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140916/160eeebf/attachment.html>
More information about the Glass
mailing list