Giter Club home page Giter Club logo

Comments (3)

andrakis avatar andrakis commented on June 18, 2024 7

I had the same issue on Lubuntu, and it appears that jsvc, which is reporting that first error message, is looking in slightly the wrong directory.

The fix I found was to run this:

sudo ln -s /usr/lib/jvm/default-java/lib /usr/lib/jvm/default-java/lib/amd64

I found the issue by running the jsvc command that the LogiGSK service uses to start, and added the -debug option. I saw the following telltale sign:

Checking library /usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so
Checking library /usr/lib/jvm/default-java/lib/amd64/server/libjvm.so
Cannot locate library for VM server (skipping)

The file amd64/server/libjvm.so that it cannot find is actually in /usr/lib/jvm/default-java/lib/server/libjvm.so, and the amd64 directory did not exist.

The directory structure seems to have changed slightly, and simply symlinking amd64 to the lib directory fixes the issue for me.

This may affect other architectures, and I would suggest a similar approach be used (launching jsvc with -debug) to determine what path is being searched for, and symlinking that as above.

from logigsk.

JohJohOneThousand avatar JohJohOneThousand commented on June 18, 2024

Good job. Fixed. Thank you :)

from logigsk.

MohamadSaada avatar MohamadSaada commented on June 18, 2024

@andrakis thanks for solving the problem. Great work.

from logigsk.

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.