sadfasdf2 / google-refine

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

Google refine don't start on debian squeeze #436

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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 google refine for Linux
2. Extract
3. Change to directory and run ./refine

What is the expected output? What do you see instead?
[: 816: /tmp/refine.cuO1lcV: unexpected operator
Something is already running on http://127.0.0.1:3333/ but doesn't seem to be 
Google Refine

What version of Google Refine are you using?
google-refi-2.1-r2136.tar.gz

What operating system and browser are you using?
Debian Squeeze i386

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

Please provide any additional information below.
netstat | grep 3333
there is nothing running on port 3333

Original issue reported on code.google.com by adrian...@gmail.com on 22 Aug 2011 at 3:54

GoogleCodeExporter commented 9 years ago
Is it possible that your Debian is disallowing anything to bind to port 3333?  
Try another port, e.g.,

./refine -p 80

Original comment by dfhu...@gmail.com on 20 Sep 2011 at 9:24

GoogleCodeExporter commented 9 years ago
The problem is with shell locale settings IMHO. At line 160 the script greps 
for the English "Connection refused" message, but this is what I would get from 
running the same command in my shell (it_IT):

    steko@gibreel:~/Scaricati/google-refine-2.5$ wget -O - http://127.0.0.1:4444/
    --2011-11-15 17:26:11--  http://127.0.0.1:4444/
    Connessione a 127.0.0.1:4444...fallito: Connessione rifiutata.

Running

    $ LC_ALL=C ./refine

works just fine. Probably the same applies for all similar issues (e.g. 425, 
262)

Original comment by ste.steko@gmail.com on 15 Nov 2011 at 3:32

GoogleCodeExporter commented 9 years ago
I just committed a fix for the locale issues. Not sure it fixes the problem 
reported in this issue, but it should fix the problem reported by ste.steko 
above. If not, yell.

Original comment by stefa...@google.com on 16 Nov 2011 at 12:33

GoogleCodeExporter commented 9 years ago
If it's not a locale issue, it's likely to be a proxy issue.  Try adding 

no_proxy="localhost,127.0.0.1"

to your refine.ini file.

Original comment by tfmorris on 27 Jan 2012 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by tfmorris on 18 Sep 2012 at 3:05