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.

Spring-cloud-gateway application not starting up.

See original GitHub issue

hi, I was trying to create a spring-cloud-gateway application but the application is not able to start. springBootVersion = '2.0.2.RELEASE' springCloudServicesVersion = '2.0.0.RC1'

Dependencies: compile('org.springframework.boot:spring-boot-starter-actuator') compile('org.springframework.boot:spring-boot-starter-data-mongodb-reactive') compile('org.springframework.boot:spring-boot-starter-mail') compile('org.springframework.boot:spring-boot-starter-web') compile('io.pivotal.spring.cloud:spring-cloud-services-starter-config-client') compile('org.springframework.cloud:spring-cloud-starter-gateway')

Exception I am getting : stacktrace.txt

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:28 (10 by maintainers)

github_iconTop GitHub Comments

14reactions
spencergibbcommented, May 15, 2018

Gateway is not compatible with org.springframework.boot:spring-boot-starter-web

7reactions
spencergibbcommented, Nov 28, 2018

@WellingtonCosta Finchley is not compatible with boot 2.1.0. Either downgrade to boot 2.0.6 or use Greenwich.M3

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Cloud API Gateway routing not working - Stack Overflow
Spring Cloud API Gateway routing not working · 1. Add : eureka.instance.prefer-ip-address=true to application. · In your Service Configuration, ...
Read more >
Getting Started | Building a Gateway - Spring
This guide walks you through how to use the Spring Cloud Gateway ... Once the application is running, make a request to http://localhost:8080/get...
Read more >
Writing Custom Spring Cloud Gateway Filters - Baeldung
In this tutorial, we'll learn how to write custom Spring Cloud Gateway filters. We introduced this framework in our previous post, ...
Read more >
Spring Cloud Tutorial - Spring Cloud Gateway Hello World ...
So no incoming request never gets blocked when using Spring Cloud Gateway. We will first look at what is API gateway and why...
Read more >
[Java] New Relic with Spring Cloud gateway - Agents
In APM, I can see the JVM related info. So agent is running and sending some JVM data to new relic. Still not...
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