Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the UCLA metabase database down? #136

Open
GoogleCodeExporter opened this issue Apr 8, 2016 · 0 comments
Open

Is the UCLA metabase database down? #136

GoogleCodeExporter opened this issue Apr 8, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

After imputting:
import pygr
from pygr import worldbase
dir(worldbase)

I see:
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\pygr-0.8.2-py2.7-win32.egg\pygr\metabase.py", line 1085, in update
    self, **mdbArgs)
  File "C:\Python27\lib\site-packages\pygr-0.8.2-py2.7-win32.egg\pygr\metabase.py", line 915, in __init__
    storage = XMLRPCMetabase(dbpath, self, **kwargs)
  File "C:\Python27\lib\site-packages\pygr-0.8.2-py2.7-win32.egg\pygr\metabase.py", line 335, in __init__
    self.server = get_connection(url, 'index')
  File "C:\Python27\lib\site-packages\pygr-0.8.2-py2.7-win32.egg\pygr\coordinator.py", line 94, in __call__
    return s[name] # GET THE REQUESTED OBJECT PROXY FROM THE SERVER
  File "C:\Python27\lib\site-packages\pygr-0.8.2-py2.7-win32.egg\pygr\coordinator.py", line 75, in __getitem__
    methodDict = self.server.objectInfo(name)
  File "C:\Python27\lib\xmlrpclib.py", line 1224, in __call__
    return self.__send(self.__name, args)
  File "C:\Python27\lib\xmlrpclib.py", line 1575, in __request
    verbose=self.__verbose
  File "C:\Python27\lib\xmlrpclib.py", line 1264, in request
    return self.single_request(host, handler, request_body, verbose)
  File "C:\Python27\lib\xmlrpclib.py", line 1294, in single_request
    response = h.getresponse(buffering=True)
  File "C:\Python27\lib\httplib.py", line 1027, in getresponse
    response.begin()
error: [Errno 10060] A connection attempt failed because the connected party did
 not properly respond after a period of time, or established connection failed because connected host has failed to respond

WARNING: error accessing metabase http://biodb2.bioinformatics.ucla.edu:5000.  
Continuing...
[]
>>>

Original issue reported on code.google.com by els...@gmail.com on 24 Mar 2012 at 4:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant