[Pharo-project] seaside.gemstone.com down?
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.
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
participants (2)
-
Marcus Denker -
Tobias Pape