Code Monkey home page Code Monkey logo

Comments (4)

meilon avatar meilon commented on June 30, 2024

Alpine shouldn't be used anymore (from https://hub.docker.com/_/openjdk):

The OpenJDK port for Alpine is not in a supported release by OpenJDK, since it is not in the mainline code base. It is only available as early access builds of OpenJDK Project Portola. ... What this means is that Alpine based images are only released for early access release versions of OpenJDK. Once a particular release becomes a "General-Availability" release, the Alpine version is dropped from the "Supported Tags"; they are still available to pull, but will no longer be updated.

Also the project switched to Java 11, so images won't work with JRE 8 as a base image!

Might I suggest adoptopenjdk:11-jre-hotspot for Ubuntu and openjdk:11-slim for Debian?

from traccar-docker.

jangrewe avatar jangrewe commented on June 30, 2024

All three image versions don't start:

Jun 02 13:50:10 hades docker[63646]: Error: A JNI error has occurred, please check your installation and try again
Jun 02 13:50:10 hades docker[63646]: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/traccar/Main has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Jun 02 13:50:10 hades docker[63646]:         at java.lang.ClassLoader.defineClass1(Native Method)
Jun 02 13:50:10 hades docker[63646]:         at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
Jun 02 13:50:10 hades docker[63646]:         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
Jun 02 13:50:10 hades docker[63646]:         at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
Jun 02 13:50:10 hades docker[63646]:         at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
Jun 02 13:50:10 hades docker[63646]:         at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
Jun 02 13:50:10 hades docker[63646]:         at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
Jun 02 13:50:10 hades docker[63646]:         at java.security.AccessController.doPrivileged(Native Method)
Jun 02 13:50:10 hades docker[63646]:         at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
Jun 02 13:50:10 hades docker[63646]:         at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
Jun 02 13:50:10 hades docker[63646]:         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
Jun 02 13:50:10 hades docker[63646]:         at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
Jun 02 13:50:10 hades docker[63646]:         at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)

from traccar-docker.

meilon avatar meilon commented on June 30, 2024

As I wrote in my comment, traccar 4.13 runs on Java 11, so using JRE 8 wont work! I' running the Ubuntu image without problems after building it myself with the suggested tag mentioned above

from traccar-docker.

jangrewe avatar jangrewe commented on June 30, 2024

Yes, did read and understand your comment, but wanted to emphasize that this affects not only Alpine.

from traccar-docker.

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.