GalaxyFAQ: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(→‎Error: channel 3: open failed: connect failed: Connection refused: Removed the emphemeral port comment. These ports are dynamically selected so shouldn't interfere.)
(turn sub heading to question)
Line 4: Line 4:
== Personal Galaxy ==
== Personal Galaxy ==


=== Error: channel 3: open failed: connect failed: Connection refused ===
=== What does ''channel 3: open failed: connect failed: Connection refused'' mean? ===


This error shows up when attempting an ssh port forwarding from the galaxy server to the localhost. This error occurs due to port conflict on the server side. The port number mentioned during the execution of ''personalize.sh'' might already be taken up ie., a service might already be running at this port. Check the list of ports opened by doing a ''netstat -lpn |grep <port-number>''. If the result is not empty, run the ''personalize.sh'' script again with a higher port number and then ssh port forward with this new port number. On Unix/Linux systems, normal users can open ports starting from 1025 to 65535.
This error shows up when attempting an ssh port forwarding from the galaxy server to the localhost. This error occurs due to port conflict on the server side. The port number mentioned during the execution of ''personalize.sh'' might already be taken up ie., a service might already be running at this port. Check the list of ports opened by doing a ''netstat -lpn |grep <port-number>''. If the result is not empty, run the ''personalize.sh'' script again with a higher port number and then ssh port forward with this new port number. On Unix/Linux systems, normal users can open ports starting from 1025 to 65535.

Revision as of 14:40, 8 June 2012

FAQ for Galaxy

Personal Galaxy

What does channel 3: open failed: connect failed: Connection refused mean?

This error shows up when attempting an ssh port forwarding from the galaxy server to the localhost. This error occurs due to port conflict on the server side. The port number mentioned during the execution of personalize.sh might already be taken up ie., a service might already be running at this port. Check the list of ports opened by doing a netstat -lpn |grep <port-number>. If the result is not empty, run the personalize.sh script again with a higher port number and then ssh port forward with this new port number. On Unix/Linux systems, normal users can open ports starting from 1025 to 65535.

I've set up a Personal Galaxy, now what?

When I hit Execute from Galaxy, does that mean the job is running on the cluster?

Where are the log files (stdout/stderr) for the job executed from Personal Galaxy?