question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Ignoring Class-Path entry ... as ... does not exists" checks wrong path?

See original GitHub issue

Possible 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:closed
  • Created 6 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
enazarchukcommented, Sep 6, 2017

@wilkinsona Thanks for the prompt reply. Created an issue https://youtrack.jetbrains.com/issue/IDEA-178585

1reaction
wilkinsonacommented, Sep 12, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found