ericmckean / google-refine

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

google-refine-2.5-rc2-r2379 failed to start if using refine.ini #496

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clean install of google-refine-2.5-rc2-r2379
2. Specify port in refine.ini
3. ./refine

What is the expected output? What do you see instead?

Refine failed to start and shows:

[: 826: /tmp/refine.4ynaYfE: unexpected operator
/ but doesn't seem to be Google Refine. Maybe a proxy issue?

What version of Google Refine are you using?

google-refine-2.5-rc2-r2379 

What operating system and browser are you using?

Linux dev01 2.6.32-34-server #77-Ubuntu SMP Tue Sep 13 20:54:38 UTC 2011 x86_64 
GNU/Linux

Original issue reported on code.google.com by guang...@structuredcommons.com on 29 Nov 2011 at 6:03

GoogleCodeExporter commented 9 years ago
It seems something wrong with load_configs.

Original comment by guang...@structuredcommons.com on 29 Nov 2011 at 6:08

GoogleCodeExporter commented 9 years ago
I can confirm this bug.
What is the expected output? What do you see instead?

$ ./refine
[: 826: /tmp/refine.An5ligw: unexpected operator

What version of Google Refine are you using?

from svn r2398 and google-refi-2.1-r2136.tar.gz

What operating system and browser are you using?

Linux server 2.6.32-36-server #79-Ubuntu SMP Tue Nov 8 22:44:38 UTC 2011 x86_64 
GNU/Linux

Original comment by tatadel...@gmail.com on 6 Dec 2011 at 3:17

GoogleCodeExporter commented 9 years ago
Yes, this definitely seems to be broken.  I suspect that it was the change for 
issue 410 that is the culprit.

As a workaround you can specify the port on the command line using:

  ./refine -p <port>

A slightly more permanent workaround is to change the line endings on the 
refine.ini file useing the command:

  fromdos refine.ini

Original comment by tfmorris on 27 Dec 2011 at 11:41

GoogleCodeExporter commented 9 years ago
Fixed in r2438.  If anyone doesn't have the fromdos utility and needs to fix 
this by hand, you can just delete the distributed refine.ini file and recreate 
it with any Linux text editor.

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

GoogleCodeExporter commented 9 years ago

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