Any clue, why i can not see galaxy on local host error when i run the shell script is socket.error: [Errno 98] Address already in use and browser when i access local host shows following error XML Parsing Error: syntax error Location: http://localhost:8080/ Line Number 1, Column 1:Bad Request ^ Abhay CABIMER www.cabimer.es
Abhay, the error message suggests that another process on your system is using whatever port you've configured Galaxy to use. Somethings's running on 8080 but it looks badly broken - another or an old experimental Galaxy process that needs to be killed? Whatever, the paste process serving Galaxy can't start unless it can bind the port specified in the configuration file at universe_wsgi.ini and something else is using it right now. On Sun, Sep 12, 2010 at 5:12 PM, Abhay Krishna <abhay.krishna@gmail.com> wrote:
Any clue, why i can not see galaxy on local host
error when i run the shell script is socket.error: [Errno 98] Address already in use and browser when i access local host shows following error
XML Parsing Error: syntax error Location: http://localhost:8080/ Line Number 1, Column 1:Bad Request ^
Abhay CABIMER www.cabimer.es
_______________________________________________ galaxy-user mailing list galaxy-user@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-user
-- Ross Lazarus MBBS MPH Associate Professor, Harvard Medical School Director of Bioinformatics, Channing Laboratory 181 Longwood Ave., Boston MA 02115, USA. Tel: +1 617 505 4850
The error suggests you have something else running on port 8080. Try editing universe_wsgi.ini and changing port to something else. E.g.: # The port on which to listen. port = 8881 Then you would access Galaxy at http://localhost:8881 On Sep 12, 2010, at 5:12 PM, Abhay Krishna wrote:
Any clue, why i can not see galaxy on local host
error when i run the shell script is socket.error: [Errno 98] Address already in use and browser when i access local host shows following error
XML Parsing Error: syntax error Location: http://localhost:8080/ Line Number 1, Column 1:Bad Request ^
Abhay CABIMER www.cabimer.es
_______________________________________________ galaxy-user mailing list galaxy-user@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-user
-- jt James Taylor Assistant Professor Department of Biology Department of Mathematics & Computer Science Emory University
participants (3)
-
Abhay Krishna
-
James Taylor
-
Ross