Task #5997 (closed)
Opened 8 years ago
Closed 6 years ago
hudson selenium fails due to port issues
| Reported by: | jamoore | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Testing and Docs |
| Component: | General | Version: | 4.4.8 |
| Keywords: | n.a. | Cc: | atarkowska, cxallan, wmoore, sbesson, cneves |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Jun 29, 2011 9:17:03 AM com.thoughtworks.selenium.grid.remotecontrol.SelfRegisteringRemoteControlLauncher main SEVERE: Could not contact the Selenium Hub at 'http://hudson.openmicroscopy.org.uk:4444/' : Connection refused. Check that the Hub is running and check its status at http://hudson.openmicroscopy.org.uk:4444//console java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
Change History (6)
comment:1 Changed 8 years ago by jmoore
comment:2 Changed 8 years ago by jmoore
- Milestone changed from OMERO-Beta4.3.1 to OMERO-Beta4.3.2
comment:3 Changed 8 years ago by jmoore
- Milestone changed from OMERO-Beta4.3.2 to Unscheduled
Pushing as #4452
comment:4 Changed 8 years ago by jmoore
- Summary changed from Bug: hudson selenium fails due to port issues to hudson selenium fails due to port issues
Removing "bug" from summary since this is not a user-facing bug which needs to be handled during sprint 6. Added to story #1736
comment:5 Changed 6 years ago by jamoore
- Cc wmoore sbesson cneves added
- Milestone changed from Unscheduled to Testing
- Version set to 4.4.8
Don't know if this is still valid, but moving to "Testing" to be evaluated and hopefully closed over the summer.
comment:6 Changed 6 years ago by jamoore
- Resolution set to duplicate
- Status changed from new to closed
Closing in favor of 4452
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Another (semi-related) issue is looking up "hudson.o.o.uk" on the new master box:
Loading http://hudson.openmicroscopy.org.uk/job/OMERO-trunk/lastSuccessfulBuild/artifact/src/target/trunk.log ... Traceback (most recent call last): File "/tmp/hudson4749506670200045715.py", line 5, in <module> execfile("launcher.py") File "launcher.py", line 85, in <module> File "/usr/lib/python2.6/urllib.py", line 86, in urlopen return opener.open(url) File "/usr/lib/python2.6/urllib.py", line 205, in open return getattr(self, name)(url) File "/usr/lib/python2.6/urllib.py", line 344, in open_http h.endheaders() File "/usr/lib/python2.6/httplib.py", line 904, in endheaders self._send_output() File "/usr/lib/python2.6/httplib.py", line 776, in _send_output self.send(msg) File "/usr/lib/python2.6/httplib.py", line 735, in send self.connect() File "/usr/lib/python2.6/httplib.py", line 716, in connect self.timeout) File "/usr/lib/python2.6/socket.py", line 514, in create_connection raise error, msg IOError: [Errno socket error] [Errno 111] Connection refused