Giter Site home page Giter Site logo

Comments (6)

savageautomate avatar savageautomate commented on June 20, 2024 1

@lukehutch ,

Sorry for the delay ...
Now that I have completed Pi4J v1.3 and Pi4J v1.4 and released them, I'm focusing on v2. now.

Have you tried any recent builds? We now publish the Pi4J-2.0-SNAPSHOT JARs to the OSS Maven Repository as well as here: https://github.com/Pi4J/download via automated CI/CD scripts when anything is committed/merged into the main branch.

Are you running 32-bit Raspberry Pi OS or 64-bit Raspberry Pi OS?

Thanks, Robert

from pi4j-v2.

lukehutch avatar lukehutch commented on June 20, 2024

I managed to manually extract libpi4j-pigpio.so from the fat jar and store it in /home/pi, then was able to successfully launch with -Dpi4j.library.path=/home/pi. I still don't know why the automatic extraction doesn't work.

from pi4j-v2.

savageautomate avatar savageautomate commented on June 20, 2024

@lukehutch

How do I enable log4j logging in Pi4j v2? I looked at the code in NativeLibraryLoader, but I can't see the debug messages on the console to determine what is going wrong here. I checked the docs but didn't see a suggestion about how to enable logging.

It uses the SPF4J API. You can include the slf4j-simple JAR file in your project to print the log message to the console.
Next, you will need to enable DEBUG level logging with code like this.

        // configure default lolling level, accept a log level as the fist program argument
        System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", "DEBUG");

In my case, I see log message like these on my RPi4B (32-bit armv7l)

[main] DEBUG com.pi4j.library.pigpio.util.NativeLibraryLoader - Attempting to load library [libpi4j-pigpio.so] using path: [/lib/armhf/libpi4j-pigpio.so]
[main] DEBUG com.pi4j.library.pigpio.util.NativeLibraryLoader - Library [libpi4j-pigpio.so] loaded successfully using embedded resource file: [/lib/armhf/libpi4j-pigpio.so]

from pi4j-v2.

lukehutch avatar lukehutch commented on June 20, 2024

Have you tried any recent builds? We now publish the Pi4J-2.0-SNAPSHOT JARs to the OSS Maven Repository as well as here: https://github.com/Pi4J/download via automated CI/CD scripts when anything is committed/merged into the main branch.

I was using the most recent SNAPSHOT build at the time I left the last comment, yes.

Are you running 32-bit Raspberry Pi OS or 64-bit Raspberry Pi OS?

64-bit Raspbian on a Raspberry Pi 4B.

If you want to see the problem, mvn install this:

https://github.com/lukehutch/Adafruit-OLED-Bonnet-Toolkit

Then mvn package this:

https://github.com/lukehutch/usb-copier

When the resulting fat jar is run on the Pi, it can't find the Pi4J library inside the fat jar, even though it's at the right location. You can see how I had to manually copy the library file out of the jar here, in order to launch the jar:

lukehutch/usb-copier#1

from pi4j-v2.

SeanCheatham avatar SeanCheatham commented on June 20, 2024

I ran into issues loading the native library as well. In my particular case, a different error indicated it was unable to find the libgpio.so library. I followed the installation instructions for that here.

from pi4j-v2.

lukehutch avatar lukehutch commented on June 20, 2024

I found a library that solves this problem:

https://github.com/ibmsoe/jniloader

The static method in JniLoader enables developers to ship native libraries in jar files which are extracted and loaded at runtime, making native loading transparent for the end-user (as long as they are on a platform supported by you).

from pi4j-v2.

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.