Skip to main content
0 votes
1 answer
34 views

I have a Java desktop application project (Java 21, Gradle 8.5 with Groovy DSL, Log4j v2.22.1, Eclipse 2025-09, Eclipse Buildship 3.1.10). Log4j shall NOT use classpath scanning for custom appenders ...
Natasha's user avatar
  • 916
0 votes
0 answers
55 views

We have a mule application and we are trying to load test the application with 8K records. It's a simple application that gets the request, sends its to GCP to fetch a value and then provide that ...
Hrithik Naha's user avatar
0 votes
1 answer
70 views

I have a Jersey servlet project, where I organize the depencies with maven. It runs in Tomcat. Update of slf4j-api Now I am trying to use <artifactId>slf4j-api</artifactId><version>2....
BairDev's user avatar
  • 3,283
-1 votes
1 answer
61 views

We have 2 servers that are not directly connected to the internet and need accessing via VPN. They mainly hold SharePoint 2013 and there is an important process running on this that we would like to ...
David G's user avatar
0 votes
0 answers
45 views

Working on a legacy code base that literally no one left at the company has done anything more than put band-aids on in my time there. For various reasons we are finally being forced to upgrade log4j ...
Mike Abraham's user avatar
1 vote
0 answers
24 views

I would like to have the exception logged in a format that tools understand. This can be achieved by <Console name="Console" follow="true"> <JSONLayout eventEol=...
Dean Andrews's user avatar
0 votes
0 answers
80 views

I am trying to create an installer for my Java 17 / Spring Boot 2.7.17 / Maven application. I have managed to make it work for some time, the installer worked as expected and my app was being launched ...
Michel's user avatar
  • 1
0 votes
1 answer
59 views

I am trying to configure logs for hive metastore. I use this config: status = INFO name = HiveLog4j2 packages = org.apache.hadoop.hive.ql.log property.hive.log.level = INFO property.hive.root.logger =...
Cherry's user avatar
  • 34k
0 votes
1 answer
54 views

I have a java web project which includes lo4j2. It is deploy on tomcat instance locally on my PC. I was debugging the java project. When debugger is on the instruction of Certificate class contructor ...
user3637971's user avatar
1 vote
2 answers
202 views

This was my original pom.xml file I started with: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=&...
Srikar Anumolu's user avatar
-1 votes
1 answer
122 views

I'm working with WSO2 Manager, and I've encountered a Remote Code Execution (RCE) vulnerability in Apache Log4j (Log4Shell) that affects multiple ports on the system (9021, 8243, and 8021). During an ...
Prashanth Maduri's user avatar
-1 votes
1 answer
57 views

I'm using Log4j2 and I need my logs to: Include the current date and process idin the active log file name (e.g., logname.529628.27-04-2025.log) create new log based on file size (for example, every ...
gal kar's user avatar
0 votes
2 answers
119 views

I have a Java application that uses Log4j2 for logging. I want to control which appender is used at runtime—but only via a shell script, without modifying the Java source code. My log4j2.xml ...
gal kar's user avatar
0 votes
0 answers
33 views

I have a fresh install of pdi-ce-8.3.0.0-371 on a RedHat LINUX server. The default log4j.xml file resides in the classpath at: ./data-integration/classes/log4j.xml We're using: Java - openjdk version &...
Emmett's user avatar
  • 7
1 vote
1 answer
146 views

I have configured a Tomcat server (currently version 8.5.x) to use log4j2 to send some logging to a syslog-ng server using the following log4j.xml file: <?xml version="1.0" encoding="...
Ed Sabol's user avatar
  • 504

15 30 50 per page
1
2 3 4 5
641