Hi, I'm new to seaside, and I'm trying to integrate it with Magma.
I'm following the instructions here: http://wiki.squeak.org/squeak/6019 The installation of the seaside magma helper however always fails with: Syntax Error: 'Nothing more expected -><' when it tries to install the dependency: 'Logging version 3.11' When I checked the debugging to see what it was actually doing... it seemed to me that the SqueekMap package server is down, or responding badly. This is the response from the server: DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> Argument expected -><html><head> <title>502 Proxy Error</title> </head><body> <h1>Proxy Error</h1> <p>The proxy server received an invalid response from an upstream server.<br /> The proxy server could not handle the request <em><a href="/accountbyid/4f504af8-92c9-4c5a-9a17-ec2e0d374620/files/InstallerInstallLogging.st">GET /accountbyid/4f504af8-92c9-4c5a-9a17-ec2e0d374620/files/InstallerInstallLogging.st</a></em>.<p> Reason: <strong>Error reading from remote server</strong></p></p> </body></html> ---- Does anyone have an alternative way to install Magma/Seaside integration? Or am I doing something wrong? -- ------- K. Sackey Cloud Nine _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
SqueakMap experiencing downtimes time to time.
A good 'fix' of your problem is to write 'squeakmap is down' at squeak-dev mail list or just wait until it will be restarted. :) On 23/03/2008, Kum Sackey <[hidden email]> wrote: > Hi, I'm new to seaside, and I'm trying to integrate it with Magma. > > I'm following the instructions here: > http://wiki.squeak.org/squeak/6019 > > The installation of the seaside magma helper however always > fails with: > > Syntax Error: 'Nothing more expected -><' > when it tries to install the dependency: 'Logging version 3.11' > > When I checked the debugging to see what it was actually doing... it seemed > to me that the SqueekMap package server is down, or responding badly. > > This is the response from the server: > > DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > Argument expected -><html><head> > <title>502 Proxy Error</title> > </head><body> > <h1>Proxy Error</h1> > <p>The proxy server received an invalid > response from an upstream server.<br /> > The proxy server could not handle the request <em><a > href="/accountbyid/4f504af8-92c9-4c5a-9a17-ec2e0d374620/files/InstallerInstallLogging.st">GET /accountbyid/4f504af8-92c9-4c5a-9a17-ec2e0d374620/files/InstallerInstallLogging.st</a></em>.<p> > Reason: <strong>Error reading from remote server</strong></p></p> > </body></html> > > > ---- > > Does anyone have an alternative way to install Magma/Seaside integration? Or > am I doing something wrong? > > > > -- > ------- > K. Sackey > Cloud Nine > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |