[Bug 1036] New: java.net.BindException: Address already in use
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1036 Summary: java.net.BindException: Address already in use Product: Swift Version: trunk Platform: PC OS/Version: Mac OS Status: NEW Severity: normal Priority: P2 Component: General AssignedTo: [email protected] ReportedBy: [email protected] In trunk on Midway, I see this when using automatic coasters. RunID: 20130712-1736-tqh8zy86 Progress: time: Fri, 12 Jul 2013 17:36:12 +0000 java.lang.RuntimeException: java.net.BindException: Address already in use at org.globus.cog.abstraction.coaster.service.LocalTCPService.start(LocalTCPService.java:123) at org.globus.cog.abstraction.coaster.service.CoasterService.initializeLocalService(CoasterService.java:114) at org.globus.cog.abstraction.coaster.service.CoasterService.<init>(CoasterService.java:99) at org.globus.cog.abstraction.coaster.service.CoasterService.main(CoasterService.java:389) at org.globus.cog.abstraction.impl.execution.coaster.ServiceManager$1.run(ServiceManager.java:202) at java.lang.Thread.run(Thread.java:722) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:344) at sun.nio.ch.Net.bind(Net.java:336) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:199) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67) at org.globus.cog.abstraction.coaster.service.LocalTCPService.start(LocalTCPService.java:113) ... 5 more I think this happened some time after the 690 provider staging fixes, where the range of available coaster ports wouldn't be scanned. I believe it was fixed, but possibly didn't make it into trunk. I can get around it by now by changing the value of GLOBUS_TCP_PORT_RANGE to a value someone else isn't using on the system, but thought I should report it. I can tar and post the logs if it's useful. Thanks, David -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1036 Mihael Hategan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Mihael Hategan <[email protected]> 2013-08-11 23:17:02 --- Right. The fix in 0.94, for some reason, wasn't in trunk. Though I did commit a fix based on 0.94 in trunk last night or so. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@mcs.anl.gov