Search This Blog

Wednesday, December 27, 2017

Cassandra to connect from remote

#comment the below keys
#listen_address

#change to your ip
seeds
rpc_address

#uncomment the below keys and add ur ip
broadcast_address
broadcast_rpc_address

#restart cassandra


note: you should not give any space in front of each keys..


in your command prompt, 

cqlsh 
or
cqlsh 

Thursday, December 21, 2017

Error: The server encountered an error processing the request. See server logs for more details

This issue comes into picture whenever there is any issue at WCF service.
So see more details about the issue, you need to includeexceptiondetailInfaults attribute to true in servicedebug tag.

Go to your web.config


<servicebehaviors>
        <behavior name="myServiceBehavior">
          <servicedebug includeexceptiondetailinfaults="true" />
        </behavior>
</servicebehaviors>

Either you can also add class attribute to the service class.

Hit Counter


View My Stats