is http://seaside.gemstone.com/ss down ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

is http://seaside.gemstone.com/ss down ?

stes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


Hi,

As an experiment I'm trying to load Metacello/Seaside in Squeak 4.6.
(using the VM squeak 4.19.2)

The first problem is that when following the instructions from
https://github.com/Metacello/metacello#squeak-older-than-squeak52

I get a connection timeout, perhaps the URL has changed ?

In Squeak 4.6 update: #15117 the following message

Installer-Core:Installer -> class methods -> repositories

is implemented as:

gemsource
        ^ self monticello http: 'http://seaside.gemstone.com/ss'

When I try it with Squeak 6.0alpha latest update: #20077 it uses the URL

http://seaside.gemtalksystems.com/ss/metacello

So when I change in 4.6 the gemsource method to:

Installer-Core:Installer -> class methods -> repositories

gemsource

        ^ self monticello http: 'http://seaside.gemtalksystems.com/ss'

it seems to give better results.

In fact with that URL (I have no idea whether it is correct) I get lots
of messages ending with:

Loaded -> Metacello-FileTree-dkh.29 --- http://seaside.gemtalksystems.com/ss/metacello --- cache
Loaded -> Metacello-GitHub-dkh.29 --- http://smalltalkhub.com/mc/dkh/metacello/main --- cache
Evaluated -> 1.0-beta.32.3 [ConfigurationOfMetacello] >> metacelloPrimeRegistry
...finished 1.0-beta.32.3


If I try it in a web browser (not in Squeak), then
the URL http://seaside.gemstone.com/ss also seems to hang,
so this is perhaps just the wrong URL or some redirection not working anymore.

David Stes

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJfvneKAAoJEAwpOKXMq1Ma8BAH/0AhBa96kv38W5nN6Scs7UwH
ltHr++D2Mr70c/BpsjMjzx0QfUSDotHwFMZLZOF2D9gv3xKsjcV62aWUHDlhWq0z
yItN5otEbqvNCAvznxwu6RBFYyGEHLev1WuK1wqXXNJX9VCBq+dnh+TGp9nIeBQY
W71G7qIlCUaY4lZ2C/FZUaBWCKhQxH4vK+UK3WvxPdDCZv33nJL87ull/GSc+CKm
DFGxlT8D3nrLGHt3FyR79lOML7uW9SSmrFxD5KnapYI2c3bERGlHNB3+I7nRBx1P
Jff0KgmiL7YiBud0G/cgiaD/PP06cskPJtFRc3397Vv2uG7+X/R9uVGrfwbSPro=
=ahUy
-----END PGP SIGNATURE-----

Reply | Threaded
Open this post in threaded view
|

Re: is http://seaside.gemstone.com/ss down ?

stes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


The answer to this question is in the Git changelogs of "metacello";
it can be found with git log in the Metacello git sources:

date '29 July 2014' time '2:06:

12.123 pm' author 'tfel' ancestors ((name 'ConfigurationOfMetacello-dkh.796' mes
sage 'Convert repository urls from seaside.gemstone.com to seaside.gemtalksystem
s.com'

So the Squeak4.6 image could also convert the URL in the gemsource
method from seaside.gemstone.com to seaside.gemtalksystems.com ...

In the Squeak4.6 image the old URL is still being used.

On the other hand perhaps it's better to keep it as it was, as this
is the consequence of an incompatible change at the gemstome side.

David Stes



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJfw8I+AAoJEAwpOKXMq1MaO/UIAJeiTmsZGk/XwzX6mlfxNN9I
aNSblMYw8tK2ncUNPTZ6/AcG5aPIt+BSe5vc0cATDwKPevNOJ9OIesHo59rFv5Vg
vfPq/hLCXAZpBWc8TjeyWUHRO4ctrI5dllP5JUc+1R+93w6dI+NL+98JBWmVP4An
afTWlD8Wh9t9uQfokduNd4jAUbW39nrnGgt6R1xy9xg3EgRUdrpUApu/wzpjLQOv
1igeIrOD/hzVhn+JFHnLQPWjI6wHmAalCzIS0UUPS6FDooEttSwY9dDHbCPMud1X
ZxDkX8D8PKXtJqsvo32uRAGc7ZfJcmErTSMkSihk0JzUQ99c3SfPTcdzXQX1rWU=
=Mpsm
-----END PGP SIGNATURE-----