Giter VIP home page Giter VIP logo

Comments (6)

happypeter avatar happypeter commented on June 7, 2024

现在的现象是这个服务根本起不来

peter@AY140626154842267bcfZ:~/apps/ppweb$ sudo service elasticsearch restart
 * Stopping Elasticsearch Server                                                                                                                                             [ OK ]
 * Starting Elasticsearch Server                                                                                                                                             [ OK ]
peter@AY140626154842267bcfZ:~/apps/ppweb$ ps aux|grep  ela
peter     8252  0.0  5.2 218632 53592 ?        Sl   08:16   0:06 resque-scheduler-3.0.0[development]: Processing Delayed Items
peter    15627  0.0  0.0   9388   928 pts/2    S+   16:13   0:00 grep --color=auto ela

同样地操作,在本地机器上是可以看到 es 的进程的。

from esdemo.

billie66 avatar billie66 commented on June 7, 2024

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-service.html

from esdemo.

billie66 avatar billie66 commented on June 7, 2024

http://www.vpsee.com/2014/05/install-and-play-with-elasticsearch/

from esdemo.

billie66 avatar billie66 commented on June 7, 2024

openjdk-7-jdk
openjdk-7-jre
openjdk-7-jre-headless

from esdemo.

happypeter avatar happypeter commented on June 7, 2024

服务起不来的问题解决了,把 openjdk-6-jdk 换成 7 就行了。

from esdemo.

happypeter avatar happypeter commented on June 7, 2024

现在

peter@AY140626154842267bcfZ:~$ curl -XGET 'http://localhost:9200'

可以看到输出了

{
  "status" : 200,
  "name" : "Susan Storm",
  "version" : {
    "number" : "1.2.1",
    "build_hash" : "6c95b759f9e7ef0f8e17f77d850da43ce8a4b364",
    "build_timestamp" : "2014-06-03T15:02:52Z",
    "build_snapshot" : false,
    "lucene_version" : "4.8"
  },
  "tagline" : "You Know, for Search"
}

from esdemo.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.