Problem installing local instance of Galaxy
To Galaxy, I installed Galaxy on my local server.. I modified the universe_wsgi.ini file as follows: # The address on which to listen. By default, only listen to localhost (Galaxy # will not be accessible over the network). Use '0.0.0.0' to listen on all # available network interfaces. host = 0.0.0.0 I type the following command at the LINUX prompt to start the service $ sh run.sh ... Starting server in PID 2685 serving on 0.0.0.0:8080 view at http://127.0.0.1:800 When I open FIrefox directly on the server and go to the web address http://localhost:8080 the galaxy screen appears. When I open FIrefox on my PC and go to http://localhost:8080, I get the following error "Unable to connect Firefox can't establish a connection to the server at localhost:8080." Any suggestions would be greatly appreciated. -- Kenneth Watanabe University of Nevada
Hi, Kenneth, "Localhost" is an alias for the local host - your pc is a different host - you need to specify the server's ip - not your PC's ip? Try http://[the unix server's real ip address]:8080 from your pc (or any other machine on the same network) ifconfig from the unix machine's console will normally reveal the ip address you want - it's often the one assigned to eth0 although YMMV On Fri, Aug 17, 2012 at 11:24 AM, Kenneth Watanabe <watana43@unlv.nevada.edu
wrote:
To Galaxy, I installed Galaxy on my local server..
I modified the universe_wsgi.ini file as follows: # The address on which to listen. By default, only listen to localhost (Galaxy # will not be accessible over the network). Use '0.0.0.0' to listen on all # available network interfaces. host = 0.0.0.0
I type the following command at the LINUX prompt to start the service $ sh run.sh ... Starting server in PID 2685 serving on 0.0.0.0:8080 view at http://127.0.0.1:800
When I open FIrefox directly on the server and go to the web address http://localhost:8080 the galaxy screen appears.
When I open FIrefox on my PC and go to http://localhost:8080, I get the following error "Unable to connect Firefox can't establish a connection to the server at localhost:8080."
Any suggestions would be greatly appreciated.
-- Kenneth Watanabe University of Nevada ___________________________________________________________ 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:
-- Ross Lazarus MBBS MPH; Head, Medical Bioinformatics, BakerIDI; Tel: +61 385321444 http://scholar.google.com/citations?hl=en&user=UCUuEM4AAAAJ
Hi Kenneth If you try to connect to "localhost" using your PC, it will search for a (galaxy)server on your PC. Hence, you need to replace <localhost> with the name or IP adress of the server where Galaxy is running Regards, Hans On 08/17/2012 03:24 AM, Kenneth Watanabe wrote:
To Galaxy, I installed Galaxy on my local server..
I modified the universe_wsgi.ini file as follows: # The address on which to listen. By default, only listen to localhost (Galaxy # will not be accessible over the network). Use '0.0.0.0' to listen on all # available network interfaces. host = 0.0.0.0
I type the following command at the LINUX prompt to start the service $ sh run.sh ... Starting server in PID 2685 serving on 0.0.0.0:8080 view at http://127.0.0.1:800
When I open FIrefox directly on the server and go to the web address http://localhost:8080 the galaxy screen appears.
When I open FIrefox on my PC and go to http://localhost:8080, I get the following error "Unable to connect Firefox can't establish a connection to the server at localhost:8080."
Any suggestions would be greatly appreciated.
participants (3)
-
Hans-Rudolf Hotz
-
Kenneth Watanabe
-
Ross