Looks like a MetabaseServer is running on biodb, but no other services
(i.e. no actual data services, just the MetabaseServer index):
>>> import xmlrpclib
>>> server = xmlrpclib.ServerProxy('http://biodb.bioinformatics.ucla.edu:5000
')
>>> server.objectList()
[['index', {'getName': 0, 'getResource': 0, 'get_version': 0, 'dir':
0}]]
My guess is someone started this, then realized they hadn't loaded any
data... but then forgot to kill the empty server. Namshin, Marek, can
you correct this?
-- Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pygr-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---