praneethgb / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

cannot start refine #425

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
*****
If you don't know how to do something in Google Refine, please ask on the
mailing list. Also use the mailing list for discussions and comments.

http://groups.google.com/group/google-refine/

Only file an issue here if you discover a bug or want to request a new
feature.

Thank you.
*****

What steps will reproduce the problem?
1. download tar.gz of
2. extract
3. run script refine

What is the expected output? What do you see instead?
Instead of starting the web server some error in script causes it to claim that 
somethin's running on the port 3333 even though there's nothing there. Print 
looks like this:
rehan@rehan-ThinkCentre-A70:~/software$ ./google-refine-2.1/refine 
[: 816: /tmp/refine.rSCqZsz: unexpected operator
Something is already running on http://127.0.0.1:3333/ but doesn't seem to be 
Google Refine
As expected refine didn't start which I checked in browser.

What version of Google Refine are you using?
2.1 revision 2136
What operating system and browser are you using?
Ubuntu 11.04 64bit, Chromium

Is this problem specific to the type of browser you're using or it happens
in all the browsers you tried?

Please provide any additional information below.

Original issue reported on code.google.com by Martin.R...@gmail.com on 26 Jul 2011 at 1:03

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
No info for more than a month. Closed as CantRepro.

Original comment by dfhu...@gmail.com on 27 Sep 2011 at 9:09