Hello,
I implemented a small application using seaside. I want to deploy it on seaside-hosting. It's the first time I try to do that. To do that I looked at the instruction privided in the seaside book, loooked in google for all related information, but I always end with the same problem:
Bad Gateway, and I am not able to access my application.I uploaded my .image and .changes files normaly and then try to started it. But I want to access menssana.seasidehosting.st (my seasside-hosting account) I end up with this error.
Do you have any idea about usual problems that can cause this Error? Don't hesitate I'm really able to test any of your suggestion :), I already spent the afternoon.
Or if you know also how I find myself where does come from the problem, I would be very happy too :):)
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Mon, Dec 20, 2010 at 4:40 PM, Cyrille Delaunay <[hidden email]> wrote: Hello, I have the same problem http://forum.world.st/Re-Seaside-Hosting-bug-was-Pier-on-SeasideHosting-problem-td3081519.html
and Hilaire too http://forum.world.st/Seasidehosting-not-working-td3094314.html Someone can help ?
Cheers, Laurent
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by cdelaunay
Hello all,
I ran into the same probelm with a Squeak4.1 image. Uploading Squeak4.0.2.exe and SqueakV41.sources to the server gets it running jmck.seasidehosting.st John On Mon, Dec 20, 2010 at 10:40 AM, Cyrille Delaunay <[hidden email]> wrote: Hello, -- http://john-mckeon.us _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by cdelaunay
2010/12/20 Cyrille Delaunay <[hidden email]>:
> Hello, > I implemented a small application using seaside. I want to deploy it on > seaside-hosting. It's the first time I try to do that. > To do that I looked at the instruction privided in the seaside book, loooked > in google for all related information, but I always end with the same > problem: > > Bad Gateway, and I am not able to access my application. > > I uploaded my .image and .changes files normaly and then try to started it. > But I want to access menssana.seasidehosting.st (my seasside-hosting > account) I end up with this error. > Do you have any idea about usual problems that can cause this Error? Don't > hesitate I'm really able to test any of your suggestion :), I already spent > the afternoon. > Or if you know also how I find myself where does come from the problem, I > would be very happy too :):) That's actually covered in the FAQ (Support -> FAQ). It means the image could not be started, the reason why should be in the error log. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by John McKeon
2010/12/20 John McKeon <[hidden email]>:
> Hello all, > I ran into the same probelm with a Squeak4.1 image. Uploading > Squeak4.0.2.exe and SqueakV41.sources to the server gets it running > jmck.seasidehosting.st > John The .sources is likely what helped, the .exe not so much (it's a Linux box). Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
The strange thing is that there is nothing in any log (and so nothing in the error log).
2010/12/20 Philippe Marschall <[hidden email]> 2010/12/20 John McKeon <[hidden email]>: _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 20/12/10 12:01 PM, Cyrille Delaunay wrote:
> The strange thing is that there is nothing in any log (and so nothing in > the error log). Try uploading the corresponding .sources file. There's probably a dialog waiting for you to respond whether or not it's okay to proceed without a .sources file. To see this behaviour, remove (or rename) your sources file on your development machine, and (assuming you don't have another sources file on the search path) you should see the dialog I'm talking about. Since this dialog appears before the startup completes, then the Seaside server has not initialized yet, but there is no image error or stack trace, because it's just waiting for user input. Hope that's the problem. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi,
I've uploaded the PharoV10.sources, still Bad Gateway Error. I also try disable the .sources file lookup in settings, error again. sniff sniff :(
Laurent On Mon, Dec 20, 2010 at 10:00 PM, Yanni Chiu <[hidden email]> wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Laurent
What is the name of your account? I'll have a look... Cheers, Adrian On Dec 21, 2010, at 07:48 , laurent laffont wrote: > Hi, > > I've uploaded the PharoV10.sources, still Bad Gateway Error. I also try > disable the .sources file lookup in settings, error again. > > sniff sniff :( > > Laurent > > On Mon, Dec 20, 2010 at 10:00 PM, Yanni Chiu <[hidden email]> wrote: > >> On 20/12/10 12:01 PM, Cyrille Delaunay wrote: >> >>> The strange thing is that there is nothing in any log (and so nothing in >>> the error log). >>> >> >> Try uploading the corresponding .sources file. There's probably a dialog >> waiting for you to respond whether or not it's okay to proceed without a >> .sources file. >> >> To see this behaviour, remove (or rename) your sources file on your >> development machine, and (assuming you don't have another sources file on >> the search path) you should see the dialog I'm talking about. >> >> Since this dialog appears before the startup completes, then the Seaside >> server has not initialized yet, but there is no image error or stack trace, >> because it's just waiting for user input. >> >> Hope that's the problem. >> >> >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by cdelaunay
Hi,
Adrian told me the service was not correctly running - it's OK now. And I confirm images saved with Cog don't work. If you have the following line in System Out log, that's the problem:
Press CR to quit...This interpreter (vers. 6502) cannot read image file (vers. 6505) On Mon, Dec 20, 2010 at 4:40 PM, Cyrille Delaunay <[hidden email]> wrote: Hello, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I still have the same problem. I'm not using an image saved with cog. There is still nothing in the debug file. Is it possible that the problem has been solved only for your account ?
In case of, mine is menssana.seasidehosting.st
2010/12/22 laurent laffont <[hidden email]> Hi, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
CONTENTS DELETED
The author has deleted this message.
|
On Thu, Dec 30, 2010 at 10:01 AM, Hilaire Fernandes <[hidden email]> wrote: Apparently the problem was fixed for Laurent. No :( Adrian just told me "The service was not correctly running. This may still be a side effect of a server crash that we had recently."
Cheers,
Laurent
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |