"Ignoring Class-Path entry ... as ... does not exists" checks wrong path?
See original GitHub issuePossible duplicate of #9802
After upgrading Spring Boot, I get a ton of these messages:
Ignoring Class-Path entry file:/C:/Program%20Files/Java/jdk1.8.0_131/jre/lib/charsets.jar found in C:\Users\MyUser\AppData\Local\Temp\classpath113224.jar as C:\Users\MyUser\AppData\Local\Temp\file:\C:\Program%20Files\Java\jdk1.8.0_131\jre\lib\charsets.jar does not exist
Ignoring Class-Path entry file:/C:/Users/MyUser/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-actuator/1.5.6.RELEASE/2a0e4f39d58078159c2929c039e7c7813b325871/spring-boot-actuator-1.5.6.RELEASE.jar found in C:\Users\MyUser\AppData\Local\Temp\classpath113224.jar as C:\Users\MyUser\AppData\Local\Temp\file:\C:\Users\MyUser\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-actuator\1.5.6.RELEASE\2a0e4f39d58078159c2929c039e7c7813b325871\spring-boot-actuator-1.5.6.RELEASE.jar does not exist
Now if you look closely, you’ll see that the “… does not exist” part lists an invalid path:
...\Temp\file:\C:\Users\MyUser\...
So either the checked file or the log output is definitely wrong 😃
Issue Analytics
- State:
- Created 6 years ago
- Comments:19 (10 by maintainers)
Top Results From Across the Web
How to set eclipse to ignore the "Classpath Dependency ...
I understand what eclipse is trying to say to me, but that is wrong, the library exists at the server and it is...
Read more >PATH and CLASSPATH (The Java™ Tutorials > Essential ...
In the section System Variables, find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist,...
Read more >Failure to resolve manifest class path elements: Warning ... - IBM
The problem is caused by a mismatch between a manifest class path and the actual contents of the enclosing application. More specifically, ...
Read more >Karate | Test Automation Made Simple.
Karate is the only open-source tool to combine API test-automation, mocks, performance-testing and even UI automation into a single, unified framework.
Read more >Path variables | IntelliJ IDEA Documentation - JetBrains
Ignore path variables ... Whenever you open or update a project, IntelliJ IDEA checks for unresolved path variables. If the IDE detects any,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@wilkinsona Thanks for the prompt reply. Created an issue https://youtrack.jetbrains.com/issue/IDEA-178585
That sounds like a rather broad high-risk change. I’ve opened https://github.com/spring-projects/spring-boot/issues/10268 to change Boot’s behaviour.