Bug 563905 - Problem debugging with Spring Boot
Summary: Problem debugging with Spring Boot
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.15   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-03 17:50 EDT by Alejandro Barrero CLA
Modified: 2020-06-04 09:47 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Barrero CLA 2020-06-03 17:50:01 EDT
I am developing a Spring Boot application and everything has been working fine for some weeks; but suddenly I cannot run the application in the debugger (Boot Workbench) although it works fine for running. The problem occurs with all my applications, it is not related to my code. The problem is that originally I was getting a ClassNotFoundException in class java.net.URLClassLoader (line 382). Unfortunately I don't get a stack trace, I cannot see the name in the  View and I cannot write code in the URLClassLoader class. If anyone could instruct me I would post more information. Latelly it breaks in lass SignatureParser without code. I thought that it was a problem caused by an update to Spring Boot and tried running the original version but to no avail.
I have exhausted my search on the Internet but haven't found a solution.
Comment 1 Sarika Sinha CLA 2020-06-04 01:38:08 EDT
Does not appear to be an Eclipse issue.

Try installing Spring Boot in a fresh application and a new workspace.
Comment 2 Alejandro Barrero CLA 2020-06-04 09:47:10 EDT
Thankyou Sarika, you are a very thoughtful person.