Git Product home page Git Product logo

Comments (4)

double-headed-eagle avatar double-headed-eagle commented on May 22, 2024 3

在bin/util.sh中存在free_memory函数中的如下代码进行修改
将if [ "$distributor" == "CentOS" ]; then
free=free -m | grep '\-\/\+' | awk '{print $4}'
改为if [ "$distributor" == "CentOS" ]; then
free=`free -m | grep '^Mem' | awk '{print $4}'

from incubator-hugegraph.

Linary avatar Linary commented on May 22, 2024 1

@tl890216 感谢你的反馈,这个确实是一个BUG,我们已经修复。见提交

from incubator-hugegraph.

tl890216 avatar tl890216 commented on May 22, 2024

@double-headed-eagle 谢谢,看了代码后发现是lsb_release没有安装。不过又出现新的问题了:
Exception in thread "main" java.lang.NoSuchMethodError: javax.ws.rs.core.Application.getProperties()Ljava/util/Map;
at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:331)
at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:311)
at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:337)
at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:119)
at com.baidu.hugegraph.server.RestServer.start(RestServer.java:59)
at com.baidu.hugegraph.server.RestServer.start(RestServer.java:76)
at com.baidu.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:54)
at com.baidu.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:51)

from incubator-hugegraph.

Linary avatar Linary commented on May 22, 2024

@tl890216 如果问题已经解决,烦请close这个issue

from incubator-hugegraph.

Related Issues (20)

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.