Skip to main content

All Questions

Tagged with
0 votes
0 answers
182 views

Eclipse - FATAL ERROR in native method: processing of -javaagent failed

I'm trying to debug a project but immediately I received this error: java.lang.UnsupportedClassVersionError: org/eclipse/jdt/launching/internal/javaagent/Premain : Unsupported major.minor version 52.0 ...
Chiara Cavani's user avatar
0 votes
0 answers
49 views

Java project does not recognize latest code change in library dependency

I have a java project(Project A) that consumes a library(Project B) dependency as a jar. After making changes to the library project(Project B), rebuilding the classes, and replacing the lib jar file, ...
Jaideep's user avatar
  • 25
1 vote
1 answer
1k views

Web server failed to start. Port 8080 was already in use while re-debugging spring boot application

I am trying to run my Spring boot application in debug mode {Intellij Idea}. When I debug the application for the first time, it works. However, on stopping the process and running the application ...
Atul Gupta's user avatar
2 votes
0 answers
190 views

Eclipse, Hibernate 5.0.7 Locked on debug mode

I have a problem with my web application. This is the context: Eclispe 2021-09 Tomcat 9.0.44 Java 11.0.12 When I start Eclipse and I run the web application in debug all works perfectly, but when I ...
xc93hil's user avatar
  • 105
1 vote
0 answers
360 views

Java remote debug "Read timed out" problem

While attempting to remote debug a Java application using eclipse, I get the following message. Failed to connect to remote VM Read timed out In eclipse the debugger timeout is set to 300000ms and ...
Rohit's user avatar
  • 2,162
0 votes
1 answer
346 views

Debug Activiti process with Eclipse

Currently to test the processes (the processes all contain Java class type tasks), I connect to the Tomcat machine where the activiti-explorer webapp is installed. From Eclipse I connect in remote ...
microinfo's user avatar
  • 107
0 votes
1 answer
68 views

Eclipse Debugging Error: Check Debug Command, Debug

I am debugging using eclipse Version: 2020-09 (4.17.0) Build id: 20200910-1200 on a java application deployed in a tomcat server. I was able to attached, listen to the tomcat instance. Whenever I ...
Victor Harlan Lacson's user avatar
2 votes
2 answers
4k views

Which java class issues warning on catalina.out

I' am currently debugging why a legacy Maven web application compiled in Java 1.8 that we deploy on a Tomcat 8.5 is sending all the time following message: Warning: Could not get ...
Guillem Vicens's user avatar
0 votes
1 answer
842 views

Docker tomcat not finding application logs

I'm planning to deploy my web application in tomcat docker. user tomcat9 OpenJDK-11 this is my Dockerfile FROM tomcat:jdk11-corretto WORKDIR / RUN chmod 777 /usr/local/tomcat/ ADD target/mvn-...
Ramesh Raju Alluri's user avatar
0 votes
0 answers
318 views

How to debug websockets in tomcat 9 with eclipse

Java 10, Tomcat 9.0.1, Eclipse Version: 2018-12 (4.10.0), Build id: 20181214-0600 Breakpoints in @ServerEndpoint ignored. Long time servlet developer with experience debugging servlets running on a ...
Jim's user avatar
  • 21
0 votes
1 answer
656 views

How to debug two applications running in two different Tomcat servers?

I am trying to debug the flow of the application. So in the process, I need to debug two applications running on two different tomcat servers(where a method in one application calls another method of ...
Brooklyn99's user avatar
  • 1,047
0 votes
0 answers
54 views

Creating build file while debugging remote java application in eclipse

I'm trying to debug a remote java application in eclipse which runs on tomcat and receives data from frontend. While debugging it gets me from frontend to the breakpoint in eclipse, but in variables ...
katikat's user avatar
1 vote
0 answers
2k views

How can I do remote debugging with my tomcat server running on an VM in IntelliJ community Edition?

I want to remote debug an application. My tomcat server is running in a Vm. I am trying to connect to it to debug. How can I connect to it? NOTE: I am trying to do this in windows machines. Already ...
vishalK's user avatar
  • 13
0 votes
1 answer
102 views

Eclipse Step Over is not working as expected - Tomcat web app debugging

I am working on Eclipse tomcat web app debugging. Eclipse IDE 2019-03 Step Over (F6) doesn't navigate into another method call implementation. It just simply returns value from the method call ...
Vignesh R's user avatar
  • 609
0 votes
2 answers
200 views

I can't configure Tomcat webapp to be able debugged on Eclipse

I've read a lot of post here and tutorials on internet but I'm not able to connect to my webapp on a Tomcat from my Eclipse to be able to debug my code. Following some post and tutorials, I've ...
MinionAttack's user avatar

15 30 50 per page
1
2 3 4 5
7