Closed GoogleCodeExporter closed 8 years ago
This sounds a bit like a previous issue, #262
http://code.google.com/p/google-refine/issues/detail?id=262 .
Could you take a look at that issue and let us know if that solves the problem?
Original comment by iainsproat
on 26 Jul 2011 at 1:22
I have the same problem in the same platform (linux amd64, chromium and openjdk
1.06, ubuntu 11.04).
No proxy, refine says port is in use but that is false (netstat | grep 3333).
Tested with the daily svn version and with the last download.
tiago@gbox:~/Área de Trabalho/desktop/banco/google-refine-read-only$ ./refine
[: 816: /tmp/refine.aVbZfDx: unexpected operator
Something is already running on http://127.0.0.1:44444/ but doesn't seem to be
Google Refine
Original comment by tiagompc...@gmail.com
on 27 Jul 2011 at 8:00
Also google-refine-2.0-r1836.tar.gz works well in the exactly same enviroment.
So, this is really a bug.
Thanks,
Tiago
Original comment by tiagompc...@gmail.com
on 27 Jul 2011 at 10:16
google-refine-2.1-r2136
Same problem in same enviroment
any solution?
Original comment by emilio.i2e@gmail.com
on 23 Aug 2011 at 11:21
I can't reproduce this with a clean download of 2.1
"Something is already running on http://127.0.0.1:44444/ but doesn't seem to be
Google Refine"
"(netstat | grep 3333)"
port 44444 isn't the default 3333 -- can you try this looking for the port
you're apparently trying to run Refine on? netstat | grep 44444
If in doubt about host & port you can run this to see the URL it's attempting
to serve on,
echo "http://${REFINE_HOST}:${REFINE_PORT}/"
Original comment by pa...@paulm.com
on 23 Aug 2011 at 12:11
No info for more than a month. Closed as CantRepro.
Original comment by dfhu...@gmail.com
on 27 Sep 2011 at 9:09
Original issue reported on code.google.com by
Martin.R...@gmail.com
on 26 Jul 2011 at 1:03