Hello,
I was trying to edit the port bindings on an instance I have, but it appears to throw the following error in console:
POST http://x.x.x.x:8080/API/ADSModule/GetInstanceNetworkInfo 500 (InternalServerError)
Tailing the log on the server reveals the following:
[19:26:56] [Logger:admin Warning] : Error handling request:[POST:/API/ADSModule/GetInstanceNetworkInfo] - [NullReferenceException]: System.NullReferenceException: Object reference not set to an instance of an object at InstanceManagerPlugin.AMPInstanceBase.b__149_1 (ModuleShared.ProvisionSettingInfo a) [0x00016] in :0 at (wrapper delegate-invoke) System.Func`2[ModuleShared.ProvisionSettingInfo,InstanceManagerPlugin.PortUsage].invoke_TResult_T(ModuleShared.ProvisionSettingInfo) at System.Linq.Enumerable+WhereSelectListIterator`2[TSource,TResult].MoveNext () [0x00045] in <216e17eb4fe74dabb013a9140bcd66d2>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList (Newtonsoft.Json.JsonWriter writer, System.Collections.IEnumerable values, Newtonsoft.Json.Serialization.JsonArrayContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000e1] in :0 at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000d4] in 216e17eb4fe74dabb013a9140bcd66d2>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x0008d] in :0 at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x000b0] in :0 at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x00079] in :0 at Newtonsoft.Json.JsonSerializer.SerializeInternal (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x0023a] in :0 at Newtonsoft.Json.JsonSerializer.Serialize (Newtonsoft.Json.JsonWriter jsonWriter, System.Object value, System.Type objectType) [0x00000] in :0 at Newtonsoft.Json.JsonConvert.SerializeObjectInternal (System.Object value, System.Type type, Newtonsoft.Json.JsonSerializer jsonSerializer) [0x00028] in :0 at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x00007] in :0 at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in :0 at GSMyAdmin.ExtensionMethods.SerializeToJSON (System.Object source) [0x0000f] in <13add9ca3cdf42df97e380e1fc845398>:0 at GSMyAdmin.WebServer.APIService.HandleRequest (m.Http.IHttpRequest request) [0x00331] in <13add9ca3cdf42df97e380e1fc845398>:0 at m.Http.Handlers.Handler+<>c__DisplayClass6_0. b__0 (m.Http.IHttpRequest req) [0x00000] in <6ba0f115d4834d51b3526e12d15cee09>:0 at m.Http.Routing.RateLimitedEndpoint+<>c__DisplayClass4_0. 13add9ca3cdf42df97e380e1fc845398>13add9ca3cdf42df97e380e1fc845398>b__0 (m.Http.IHttpRequest request) [0x00019] in <6ba0f115d4834d51b3526e12d15cee09>:0 at m.Http.Router.HandleRequest (m.Http.Backend.HttpRequest httpReq, System.DateTime requestArrivedOn) [0x000cd] in <6ba0f115d4834d51b3526e12d15cee09>:0 6ba0f115d4834d51b3526e12d15cee09>6ba0f115d4834d51b3526e12d15cee09> 6ba0f115d4834d51b3526e12d15cee09>
Is there any more information I could provide? Searching this forum doesn't seem to have any results on fixes.