J
jrl
I was referred to this newsgroup by the MSDN concierge. I was trying to
complete the installation steps that come with the SDK for
AzureSample/StorageClient as listed in the readme. All the steps were
completing successfully, except for the last step, where I run
StorageClientAPIsample.exe
The program runs normally, and then generates the following output:
Queue samples finished successfully.
Show how to create tables and queries using the SampleDataServiceContext
class..
..
DataServiceRequestException: System.Net.WebException: Unable to connect to
the r
emote server ---> System.Net.Sockets.SocketException: No connection could be
mad
e because the target machine actively refused it 127.0.0.1:10002
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddre
ss socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
Sock
et s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState
state,
IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetRequestStream()
at
System.Data.Services.Client.DataServiceContext.SaveAsyncResult.BeginNextCh
ange(Boolean replaceOnUpdate)
Please check if the table storage service is running at
http://127.0.0.1:10002/
Detailed information on how to run the development table storage tool
locally ca
n be found in the readme file that comes with this sample.
Also make sure that you started the table service with the right parameters,
tha
t is, exactly as described in the readme file for this sample.
Table creation, delete and list samples...
DataServiceRequestException: System.Net.WebException: Unable to connect to
the r
emote server ---> System.Net.Sockets.SocketException: No connection could be
mad
e because the target machine actively refused it 127.0.0.1:10002
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddre
ss socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
Sock
et s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState
state,
IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetRequestStream()
at
System.Data.Services.Client.DataServiceContext.SaveAsyncResult.BeginNextCh
ange(Boolean replaceOnUpdate)
Please check if the table storage service is running at
http://127.0.0.1:10002/
Detailed information on how to run the development table storage tool
locally ca
n be found in the readme file that comes with this sample.
Also make sure that you started the table service with the right parameters,
tha
t is, exactly as described in the readme file for this sample.
Press <ENTER>
I wondered if my firewall was interfering so I opened ports 10000 to 10003
for bidirectional traffic. This did not correct the problem.
Can you identify the cause of the problem, or how to correct this?
Thanks,
complete the installation steps that come with the SDK for
AzureSample/StorageClient as listed in the readme. All the steps were
completing successfully, except for the last step, where I run
StorageClientAPIsample.exe
The program runs normally, and then generates the following output:
Queue samples finished successfully.
Show how to create tables and queries using the SampleDataServiceContext
class..
..
DataServiceRequestException: System.Net.WebException: Unable to connect to
the r
emote server ---> System.Net.Sockets.SocketException: No connection could be
mad
e because the target machine actively refused it 127.0.0.1:10002
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddre
ss socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
Sock
et s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState
state,
IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetRequestStream()
at
System.Data.Services.Client.DataServiceContext.SaveAsyncResult.BeginNextCh
ange(Boolean replaceOnUpdate)
Please check if the table storage service is running at
http://127.0.0.1:10002/
Detailed information on how to run the development table storage tool
locally ca
n be found in the readme file that comes with this sample.
Also make sure that you started the table service with the right parameters,
tha
t is, exactly as described in the readme file for this sample.
Table creation, delete and list samples...
DataServiceRequestException: System.Net.WebException: Unable to connect to
the r
emote server ---> System.Net.Sockets.SocketException: No connection could be
mad
e because the target machine actively refused it 127.0.0.1:10002
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddre
ss socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
Sock
et s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState
state,
IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetRequestStream()
at
System.Data.Services.Client.DataServiceContext.SaveAsyncResult.BeginNextCh
ange(Boolean replaceOnUpdate)
Please check if the table storage service is running at
http://127.0.0.1:10002/
Detailed information on how to run the development table storage tool
locally ca
n be found in the readme file that comes with this sample.
Also make sure that you started the table service with the right parameters,
tha
t is, exactly as described in the readme file for this sample.
Press <ENTER>
I wondered if my firewall was interfering so I opened ports 10000 to 10003
for bidirectional traffic. This did not correct the problem.
Can you identify the cause of the problem, or how to correct this?
Thanks,