This looks like just a configuration file problem. What is the value of the various static_ options (like static_dir =) in your universe_wsgi.ini?
On Mon, Apr 15, 2013 at 7:25 PM, Christophe Antoniewski <[email protected]> wrote: > webapp = wrap_in_static( webapp, global_conf, **kwargs ) > File "/home/galaxy/galaxy-dist/lib/galaxy/webapps/galaxy/buildapp.py", > line 327, in wrap_in_static > urlmap["/static"] = Static( conf.get( "static_dir" ), cache_time ) > File > "/home/galaxy/galaxy-dist/lib/galaxy/web/framework/middleware/static.py", > line 16, in __init__ > StaticURLParser.__init__( self, directory ) > File > "/home/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/urlparser.py", > line 430, in __init__ > self.directory = self.normpath(directory) > File > "/home/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/urlparser.py", > line 435, in normpath > return os.path.normcase(os.path.abspath(path)) > File "/usr/lib/python2.7/posixpath.py", line 343, in abspath > if not isabs(path): > File "/usr/lib/python2.7/posixpath.py", line 53, in isabs > return s.startswith('/') > AttributeError: 'NoneType' object has no attribute 'startswith' ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
