Git Product home page Git Product logo

Comments (6)

spencergibb avatar spencergibb commented on May 18, 2024

It seems like I've seen this work :-(

from spring-cloud-netflix.

dsyer avatar dsyer commented on May 18, 2024

Yeah me too, but not this week. Something changed.

from spring-cloud-netflix.

spencergibb avatar spencergibb commented on May 18, 2024

Basic authentication was added to samples eureka server, but I don't see where the username and password was added to client configuration except for the samples config server. I can't get the config server to decrypt it's password either btw.

from spring-cloud-netflix.

spencergibb avatar spencergibb commented on May 18, 2024

I added the authentication but I still get these errors even though the service registers with eureka:

java.lang.RuntimeException: Bad status: 405
    at com.netflix.discovery.DiscoveryClient.makeRemoteCall(DiscoveryClient.java:1001)
    at com.netflix.discovery.DiscoveryClient.makeRemoteCall(DiscoveryClient.java:909)
    at com.netflix.discovery.DiscoveryClient.access$300(DiscoveryClient.java:99)
    at com.netflix.discovery.DiscoveryClient$HeartbeatThread.run(DiscoveryClient.java:1405)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

2014-10-16 16:44:14.599 ERROR 90097 --- [scoveryClient-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_SAMPLEFRONTENDSERVICE/sgibb-mbp.local - was unable to send heartbeat!

java.lang.RuntimeException: Bad status: 405
    at com.netflix.discovery.DiscoveryClient.makeRemoteCall(DiscoveryClient.java:1001)
    at com.netflix.discovery.DiscoveryClient.makeRemoteCall(DiscoveryClient.java:909)
    at com.netflix.discovery.DiscoveryClient.access$300(DiscoveryClient.java:99)
    at com.netflix.discovery.DiscoveryClient$HeartbeatThread.run(DiscoveryClient.java:1405)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

from spring-cloud-netflix.

dsyer avatar dsyer commented on May 18, 2024

That 405 looks like a duplicate of #27.

The config server password needs a key store password. Running in Cloud Foundry it should be set by the scripts. Locally you need to set the same environment variable or system property. I wanted to show as much best practice as possible and not put plaintext passwords in config files.

Given that we don't want the password in source code, I guess we can remove the security from the eureka server sample as a temporary workaround, and see if that fixes this issue at least.

from spring-cloud-netflix.

eroaespinosa avatar eroaespinosa commented on May 18, 2024

Same problem

from spring-cloud-netflix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.