0

我在重新索引或重新启动heroku上的飞行狮身人面像时遇到错误

Running `flying-sphinx start` attached to terminal... up, run.8515/app/.bundle/gems/ruby/1.8/gems/json-1.7.5/lib/json/common.rb:155:in `parse': 757: unexpected token at
'<!DOCTYPE html> (Faraday::Error::ParsingError)
<html>
  <head>
  <title>We're sorry, but something went wrong (500)</title>
  <style type="text/css">
  body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
  div.dialog {
  width: 25em;
  padding: 0 4em;
  margin: 4em auto 0 auto;
  border: 1px solid #ccc;
  border-right-color: #999;
  border-bottom-color: #999;
 }
 h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
 </style>
  </head>

<body>
<!-- This file lives in public/500.html -->
 <div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
<p>We've been notified about this issue and we'll take a look at it shortly.</p>
</div>
</body>

我已经使用命令 heroku run flying-sphinx restart 重新启动了思考狮身人面像

4

1 回答 1

0

看起来您已经运行了一个搜索守护程序。你需要先用思考狮身人面像杀死它,然后重试你的飞行狮身人面像重新索引或重新启动。

这是一个答案,它将向您展示如何:部署后思考 Sphinx - ThinkingSphinx::SphinxError (unknown local index 'user_core' in search request):

于 2013-11-07T17:34:17.700 回答