pat / ts-delayed-delta

Manage delta indexes via Delayed Job for Thinking Sphinx
http://ts.freelancing-gods.com
MIT License
73 stars 33 forks source link

jruby problem #27

Closed scriptfans closed 11 years ago

scriptfans commented 12 years ago

Hi:

I use it in jruby environment, but when I modify  data, an error occurred:

Sphinx 2.0.4-id64-release (r3135) Copyright (c) 2001-2012, Andrew Aksyonoff Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file 'C:/test_jruby/config/development.sphinx.conf'... indexing index 'Comment_delta'... FATAL: failed to lock C:/test_jruby/db/sphinx/development/Comment_delta.spl: Invalid argum ent, will not index. Try --rotate option.

Can someone help me? thanks!
pat commented 12 years ago

Hi

I'm pretty certain that's not a JRuby issue - at least, not directly. It seems the pid file isn't being read properly, and so Thinking Sphinx isn't picking up that Sphinx is running. Perhaps this is a Windows issue?

Are you still seeing this issue occur?