<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Komentarze do wpisu: Thinking Sphinx as Windows service</title>
	<atom:link href="http://www.jedlinski.pl/blog/?feed=rss2&#038;p=42" rel="self" type="application/rss+xml" />
	<link>http://www.jedlinski.pl/blog/?p=42</link>
	<description>programowanie, PHP, e-commerce i ja</description>
	<pubDate>Mon, 06 Sep 2010 09:07:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Przez: bryan</title>
		<link>http://www.jedlinski.pl/blog/?p=42#comment-1333</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Wed, 27 May 2009 19:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jedlinski.pl/blog/?p=42#comment-1333</guid>
		<description>Edit

lib\thinking_sphinx_windows_tasks.rake...

#config = ThinkingSphinx::Configuration.new
  config = ThinkingSphinx::Configuration.instance</description>
		<content:encoded><![CDATA[<p>Edit</p>
<p>lib\thinking_sphinx_windows_tasks.rake&#8230;</p>
<p>#config = ThinkingSphinx::Configuration.new<br />
  config = ThinkingSphinx::Configuration.instance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Mario Flores</title>
		<link>http://www.jedlinski.pl/blog/?p=42#comment-1318</link>
		<dc:creator>Mario Flores</dc:creator>
		<pubDate>Sat, 21 Feb 2009 17:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jedlinski.pl/blog/?p=42#comment-1318</guid>
		<description>I get the same issue as eh:

private method `new? called for ThinkingSphinx::Configuration:Class</description>
		<content:encoded><![CDATA[<p>I get the same issue as eh:</p>
<p>private method `new? called for ThinkingSphinx::Configuration:Class</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: eh</title>
		<link>http://www.jedlinski.pl/blog/?p=42#comment-1300</link>
		<dc:creator>eh</dc:creator>
		<pubDate>Wed, 10 Dec 2008 08:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jedlinski.pl/blog/?p=42#comment-1300</guid>
		<description>C:\usr\src\newflyers&#62;rake thinking_sphinx:service:install --trace
(in C:/usr/src/newflyers)
** Invoke thinking_sphinx:service:install (first_time)
** Invoke thinking_sphinx:app_env (first_time)
** Execute thinking_sphinx:app_env
** Invoke environment (first_time)
** Execute environment
** Execute thinking_sphinx:service:install
rake aborted!
private method `new' called for ThinkingSphinx::Configuration:Class
C:/usr/src/newflyers/lib/tasks/thinking_sphinx_windows/tasks/thinking_sphinx_windows_tasks.rake:21
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain'
c:/util/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:564:in `invoke'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in `invoke_task'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `each'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1991:in `top_level'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1970:in `run'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run'
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31
c:/util/ruby/bin/rake:19:in `load'
c:/util/ruby/bin/rake:19

C:\usr\src\newflyers&#62;</description>
		<content:encoded><![CDATA[<p>C:\usr\src\newflyers&gt;rake thinking_sphinx:service:install &#8211;trace<br />
(in C:/usr/src/newflyers)<br />
** Invoke thinking_sphinx:service:install (first_time)<br />
** Invoke thinking_sphinx:app_env (first_time)<br />
** Execute thinking_sphinx:app_env<br />
** Invoke environment (first_time)<br />
** Execute environment<br />
** Execute thinking_sphinx:service:install<br />
rake aborted!<br />
private method `new&#8217; called for ThinkingSphinx::Configuration:Class<br />
C:/usr/src/newflyers/lib/tasks/thinking_sphinx_windows/tasks/thinking_sphinx_windows_tasks.rake:21<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain&#8217;<br />
c:/util/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:564:in `invoke&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in `invoke_task&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `each&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1991:in `top_level&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1970:in `run&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run&#8217;<br />
c:/util/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31<br />
c:/util/ruby/bin/rake:19:in `load&#8217;<br />
c:/util/ruby/bin/rake:19</p>
<p>C:\usr\src\newflyers&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Hatem</title>
		<link>http://www.jedlinski.pl/blog/?p=42#comment-1297</link>
		<dc:creator>Hatem</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jedlinski.pl/blog/?p=42#comment-1297</guid>
		<description>Very useful. But I got the following error:

rake thinking_sphinx:service:start
NET START searchd
The searchd service is starting.
The searchd service could not be started.

A system error has occurred.

System error 1067 has occurred.

The process terminated unexpectedly.</description>
		<content:encoded><![CDATA[<p>Very useful. But I got the following error:</p>
<p>rake thinking_sphinx:service:start<br />
NET START searchd<br />
The searchd service is starting.<br />
The searchd service could not be started.</p>
<p>A system error has occurred.</p>
<p>System error 1067 has occurred.</p>
<p>The process terminated unexpectedly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
