Giter Site home page Giter Site logo

Fluent: NullReferenceException in VirtualMachineScaleSetImpl.LoadCurrentPrimaryLoadBalancersIfAvailable about azure-libraries-for-net HOT 3 OPEN

azure avatar azure commented on July 18, 2024
Fluent: NullReferenceException in VirtualMachineScaleSetImpl.LoadCurrentPrimaryLoadBalancersIfAvailable

from azure-libraries-for-net.

Comments (3)

hovsepm avatar hovsepm commented on July 18, 2024

From @TimLovellSmith on September 5, 2017 19:33

I am not sure what exactly is null. I do wonder if perhaps GetById using NetworkManager is returning null...

from azure-libraries-for-net.

hovsepm avatar hovsepm commented on July 18, 2024

From @TimLovellSmith on September 14, 2017 19:56

Confirmed that this issue still exists in 1.2.0 too.

from azure-libraries-for-net.

anuchandy avatar anuchandy commented on July 18, 2024

Came to know from Tim that the internal Load balancer and VMSS are in different subscriptions.

-- VMSS Create --
The application retrieved the LB using an Azure client configured with subscription1. Application is using another instance of Azure client configured with subscription2 to
create the VMSS. The retrieved fully blown LB is provided during VMSS defintion flow. VMSS creation successfully completed.

-- VMSS Update --
Later user is trying to update the VMSS (using second AzureClient), this time we try to retrieve the load balancer associated with the VMSS. Since LB is in a different subscription
LB GET return null, trying to operate on this NULL cause NPE.

We need to see whether we can avoid GETing LB and perform the logics without having fully blown LB object.

from azure-libraries-for-net.

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.