question

CarynTran-8668 avatar image
0 Votes"
CarynTran-8668 asked BobJohnson-6874 edited

Substring/RemoteForwarder Error on Cloud Service Classic

Using Azure Cloud Service Classic with WorkerRoles and ran into this error. I'm not sure what exactly is going on.

 Message="System.ArgumentOutOfRangeException: Length cannot be less than zero.
 Parameter name: length
    
 Server stack trace: 
    at System.String.Substring(Int32 startIndex, Int32 length)
    at Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpRemoteEndpointFinder.GetRemoteEndpoint(Socket clientSocket, Stream peekBuffer)
    
 Exception rethrown at [0]: 
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Microsoft.WindowsAzure.Plugins.RemoteForwarder.IRemoteEndpointFinder.GetRemoteEndpoint(Socket clientSocket, Stream peekBuffer)
    at Microsoft.WindowsAzure.Plugins.RemoteForwarder.RemoteForwardingService.ClientConnected(Object sender, ConnectionEventArgs e)
    at Microsoft.WindowsAzure.Plugins.RemoteForwarder.TcpSocketServer.OnClientConnected(ConnectionEventArgs e)"
azure-cloud-services
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers