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.

Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException in 2.5.0-SNAPSHOT

See original GitHub issue

Please take the time to search the repository, if your question has already been asked or answered.

  • What version of the library are you using? Is it the latest version? The latest released version is [ ![Download]
We are using 3.0.0

bug report

We are using spring boot version is 2.5.0-SNAPSHOT, https://repo.spring.io/snapshot as plugin repository It was OK a few days ago, This problem occurred when I recompiled today

org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
	at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:181) ~[spring-context-5.3.6.jar:5.3.6]
	at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54) ~[spring-context-5.3.6.jar:5.3.6]
	at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356) ~[spring-context-5.3.6.jar:5.3.6]
	at java.lang.Iterable.forEach(Iterable.java:75) ~[na:1.8.0_77]
	at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155) ~[spring-context-5.3.6.jar:5.3.6]
	at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123) ~[spring-context-5.3.6.jar:5.3.6]
	at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935) ~[spring-context-5.3.6.jar:5.3.6]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586) ~[spring-context-5.3.6.jar:5.3.6]
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) ~[spring-boot-2.5.0-20210413.204210-414.jar:2.5.0-SNAPSHOT]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:772) [spring-boot-2.5.0-20210413.204210-414.jar:2.5.0-SNAPSHOT]
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:441) [spring-boot-2.5.0-20210413.204210-414.jar:2.5.0-SNAPSHOT]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:339) [spring-boot-2.5.0-20210413.204210-414.jar:2.5.0-SNAPSHOT]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) [spring-boot-2.5.0-20210413.204210-414.jar:2.5.0-SNAPSHOT]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1339) [spring-boot-2.5.0-20210413.204210-414.jar:2.5.0-SNAPSHOT]
	at com.example.demo.DemoApplication.main(DemoApplication.java:12) [classes/:na]
Caused by: java.lang.NullPointerException: null

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:29

github_iconTop GitHub Comments

19reactions
stale[bot]commented, Jul 28, 2021

This issue has been automatically closed because it has not had recent activity. Please re-open a new issue if this is still an issue.

17reactions
wmkamermancommented, Jan 3, 2022

I recommend switching to Springdoc

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to start bean 'documentationPluginsBootstrapper' in ...
This issue is caused by Spring Fox 3.0.0 not supporting new PathPattern Based ... Switching back spring boot version from 2.6.0 to 2.5.2...
Read more >
Failed to start bean 'documentationPluginsBootstrapper'
Spring and Swagger application Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException.
Read more >
Failed to start bean 'documentationPluginsBootstrapper'
Learn how to setup Swagger UI version 3 with a simple Spring Boot ... 'documentationPluginsBootstrapper'; nested exception is java.lang.
Read more >
failed to start bean 'documentationpluginsbootstrapper ...
Spring and Swagger application Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException. Favicon for github.
Read more >
Failed to start bean 'documentationPluginsBootstrapper'
... Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException How to fix the error?
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