SIGSEGV - A fatal error has been detected by the Java Runtime Environment - docker #2986
Replies: 5 comments
-
|
Library ? com.google.ortools.constraintsolver.mainJNI.RoutingModel_solveWithParameters Can you try with 8.1 ? |
Beta Was this translation helpful? Give feedback.
-
|
Actually I am using this third party dependancy build of or-tools, a plugin for my spring application |
Beta Was this translation helpful? Give feedback.
-
I tried with 8.1 also still facing same error, |
Beta Was this translation helpful? Give feedback.
-
|
Which docker base image did you use ? we already test against "few distro": https://github.com/google/or-tools/actions?query=workflow%3A%22Docker+CMake%22 |
Beta Was this translation helpful? Give feedback.
-
I am using Docker( alpine Java) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of OR-tools and what language are you using?
Version: v8.1
Language: Java
Distro : Docker Alpine linux
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
CVRP
What operating system (Linux, Windows, ...) and version?
Inside a docker container in linux host
What did you do?
I just ran the algorithm after integrating it into maven spring application using a REST Api.
this is working completely fine in tomcat server environment but not when i deploy it to a docker container
Here is the log file that I got
Can you help me figure out which library is causing this
Beta Was this translation helpful? Give feedback.
All reactions