seaside.gemstone.com down?

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

seaside.gemstone.com down?

Marcus Denker-4
Hi,

I tried to load the glamour based tools:

Gofer new squeaksource: 'glamoroust'; package: 'ConfigurationOfGlamoroust'; load.
(Smalltalk at: #ConfigurationOfGlamoroust) perform: #loadDefault.

And got this error:

NameLookupFailure: Could not resolve the server named: seaside.gemstone.com

(GoferRepositoryError)


So now even that the stuff I want to load has nothing to do with seaside.gemstone.com, I can
not load it.
 
We should really try to make our tools more resilient to failures of servers...


        Marcus


--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


Reply | Threaded
Open this post in threaded view
|

Re: seaside.gemstone.com down?

Tobias Pape
Am 2011-02-27 um 13:16 schrieb Marcus Denker:

> Hi,
>
> I tried to load the glamour based tools:
>
> Gofer new squeaksource: 'glamoroust'; package: 'ConfigurationOfGlamoroust'; load.
> (Smalltalk at: #ConfigurationOfGlamoroust) perform: #loadDefault.
>
> And got this error:
>
> NameLookupFailure: Could not resolve the server named: seaside.gemstone.com


hmm,
$ host seaside.gemstone.com
seaside.gemstone.com has address 66.192.188.209

works fine for me, probably a DNS failure elsewhere?

So Long,
        -Tobias


Reply | Threaded
Open this post in threaded view
|

Re: seaside.gemstone.com down?

Marcus Denker-4
In reply to this post by Marcus Denker-4

On Feb 27, 2011, at 1:35 PM, Tobias Pape wrote:

> Am 2011-02-27 um 13:16 schrieb Marcus Denker:
>> Hi,
>>
>> I tried to load the glamour based tools:
>>
>> Gofer new squeaksource: 'glamoroust'; package: 'ConfigurationOfGlamoroust'; load.
>> (Smalltalk at: #ConfigurationOfGlamoroust) perform: #loadDefault.
>>
>> And got this error:
>>
>> NameLookupFailure: Could not resolve the server named: seaside.gemstone.com
>
>
> hmm,
> $ host seaside.gemstone.com
> seaside.gemstone.com has address 66.192.188.209
>
> works fine for me, probably a DNS failure elsewhere?
>

Marcus-MacBook-Pro:~ denker$ host seaside.gemstone.com
Host seaside.gemstone.com not found: 2(SERVFAIL)

strange.

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.