Re: [Py4j-users] address in use
Status: Beta
Brought to you by:
barthe
From: Jakub G. <jg...@gm...> - 2011-01-20 12:03:48
|
> Hi Jakub, > > There should be an exception thrown by Java if a GatewayServer is started > on a port already in used. If there is no exception thrown, then it is a > bug. > > If you have time, could you fill a bug report with information about the > current version of Py4J, the OS you are using, and a small snippet to > reproduce the problem: > > https://github.com/bartdag/py4j > > In any case, I'll probably look at this issue tomorrow or Friday. Here goes the issue with suggested fix for python side (since I am more of a python than java developer) and java code snippet to reproduce: https://github.com/bartdag/py4j/issues/issue/77 Thanks, Jakub |