Questions tagged [java]
Programming language and runtime environment that allows compiled Java programs to run unchanged on most hardware and software platforms
1,857 questions
0
votes
0
answers
36
views
Why is Headwind MDM's Guice Injector failing to read role.orgadmin.id from config.properties on Debian 13?
Environment:
OS: Debian 13 (Trixie)
Java: OpenJDK 11.0.24
Database: PostgreSQL 17 (Manual login verified)
Server: Tomcat 9.0.98 (Manual install in /opt/tomcat)
The Issue: Tomcat starts, but the ...
1
vote
1
answer
33
views
How to obtain a core dump from JNI library
I wrote a C library used into a Java program via JNI Swig. It's called by a Tomcat service. Sometimes the server crashes and the problem seems to be in the lib. The catalina.out log file has a single ...
0
votes
0
answers
212
views
Java certificate failures with Rundeck and LDAPS
I am attempting to connect a Rundeck container (Server A) to an OpenLDAP container (Server B) via LDAPS.
While standard CLI tools work perfectly (LDAPTLS_REQCERT=never ldapsearch -H ldaps://ldap-...
0
votes
1
answer
81
views
Shibboleth PEM files and Tomcat
This is a Shibboleth question regarding PEM files and Tomcat.
I noticed within the Shibboleth Windows installation, there are some PEM files within the ...\shibboleth-sp\etc\shibboleth dir.
Do I need ...
0
votes
1
answer
104
views
installing a JAVA windows using procrun triggers automatic elevation, why?
I try to use procrun to install a Java app as a Windows-Service ( using Windows 11).
Running my setup from within an already elevated context, it works as expected.
However, starting it as normal user,...
0
votes
0
answers
77
views
Rundeck Community Will not Connect to Postgres
I am running into a problem with rundeck community version 5.16.0 where I start the service and after about a minute the service stops itself.
It looks like an error when trying to connect to the ...
2
votes
1
answer
171
views
Java truststore missing on Void Linux server
I'm upgrading Jenkins on my void-linux server, which involves updating the JRE. I installed openjdk21-jre with xbps, deinstalled the old one (openjdk14-jre) and installed Jenkins 2.528.
It started ...
0
votes
1
answer
215
views
jstack: error while loading shared libraries: libjli.so
I copied a jstack executable from one linux machine to another because I'm not allowed to install programs on a revenue generating server.
When run it produces the error:
jstack: error while loading ...
0
votes
0
answers
27
views
Editing maximumPoolSize causes JNDI binding failure, only on two out of many sites
I'm experiencing a puzzling issue where manually editing a Jetty XML config breaks JNDI binding for a HikariCP datasource. However, deploying the same file via script works fine. This happens only on ...
0
votes
1
answer
84
views
From VPS to VirtualBox only by ssh & root
my provider don't support Emergency Linux Boot
I can only use ssh and root access to the server
DD is complicated/risky to use because of file sizes, as it will try to image the entire disk, it will ...
0
votes
1
answer
538
views
How can I determine whether Java is using huge pages?
This article instructs how to set up huge pages for Java in Linux.
I went through the following steps:
Added lines echo 4294967295 > /proc/sys/kernel/shmmax and echo 1536 > /proc/sys/vm/...
0
votes
0
answers
228
views
Containers connection not working with Keycloak - Java app within Docker
I am having some problems trying to connect my keycloak - java app using docker, first I face the problem of having referenced in my properties the keycloak container (http keycloak:8080/auth) and my ...
0
votes
0
answers
58
views
RHEL + systemctl service shows significantly more memory usage than the PID of a process
we have 342 RHEL 8.6 machines and all machines are with the same situation when systemctl service took much more memory then the PID itself
systemctl status presto.service
● presto.service - Perforce ...
0
votes
1
answer
168
views
I can't download anything from HTTPS in Java in my new Debian installation!
I can't download anything from HTTPS in a Java application in my new Debian server, while it works fine on the old server. They are both running bullseye with Java version
openjdk 17.0.14 2025-01-21
...
0
votes
0
answers
398
views
Apache Tomcat 6.0.53 is starting, but access to http://localhost:8080/ is not possible
In an acquired RESTful Spring Boot Web application with some restrictions that runs properly with IntelliJ IDEA v2022.02.05, I am asked to start the project without it. So, I started it in the command ...