Questions tagged [connectivity]

Anything related to connectivity, i.e. the ability of systems to communicate with remote systems using some form of communication channel. Often used for questions on network connectivity.

Anything related to connectivity, i.e. the ability of systems to communicate with remote systems using some form of communication channel. Often used for questions on network connectivity.

720 questions
-1
votes
1 answer

MaxBufferPoolSize

I am using the default value of MAXBUfferPoolSIzeand MaxBufferSize. However, I am recieving an error: "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections…
-1
votes
1 answer

unable to install any npm pakage I try every thing but it didn't resolve i hope you guys resolve it thanks in advance

npm ERR! code ETIMEDOUT npm ERR! syscall connect npm ERR! errno ETIMEDOUT npm ERR! network request to http://registry.npmjs.org/express failed, reason: connect ETIMEDOUT 2606:4700:90c3:80e2:e464:3f2:6810:22:80 npm ERR! network This is a problem…
-1
votes
1 answer

Satellite fails to connect to host after hostname change

I am running a RedHat Satellite 6.12 Server. I have a VM that I am hosting in VMware. After provisioning, I used hostnamectl set-hostname to change the hostname of the machine and in Satellite changed the name to the updated hostname. Satellite can…
-1
votes
1 answer

Are Azure Pipelines designed to support long-running jobs (running for days, potentially weeks)?

I have a long-running Java/Gradle process and an Azure Pipelines job to run it. It's perfectly fine and expected for the process to run for several days, potentially over a week. The Azure Pipelines job is run on a self-hosted agent (to rule out any…
Jura Gorohovsky
  • 9,886
  • 40
  • 46
-1
votes
1 answer

Generate Geometric Random Graphs and check the connectivity

I want to re-generate the graph below which consists of several nodes (say 1000) that's connected the program will do the random graph then check if its connected or not then I want to generate a connectivity graph for all the graphs done before and…
Arwa Moath
  • 59
  • 1
  • 1
  • 5
-1
votes
2 answers

Bluetooth Code Help

On the Android developers website, there is code regarding Android Bluetooth connectivity and such. I am very new to Android, and hence can't even follow a simple tutorial. There is a certain section of code BluetoothAdapter myBluetooth =…
YoKaGe
  • 385
  • 2
  • 7
  • 15
-1
votes
1 answer

Need code to Check for server connectivity using Ansible

Below is how i invoke my ansible play ansible-playbook -v -i /web/admin/playbooks/applist.hosts /web/admin/playbooks/restart.yml -e ENV=dev -e ACTION=start --tags checkserver Below is my playbook: - hosts: "{{ENV}}_*" user: "{{USER}}" …
Ashar
  • 2,942
  • 10
  • 58
  • 122
-1
votes
1 answer

MissingPluginException(No implementation found for method check on channel plugins.flutter.io/connectivity)

I'm having the following error when I'm running my flutter application on WEB, but it works fine on Android. Error: MissingPluginException(No implementation found for method check on channel plugins.flutter.io/connectivity) at…
Daniel Ardison
  • 502
  • 4
  • 18
-1
votes
1 answer

WCF service failing The message could not be dispatched because the service at the endpoint address is unavailable for the protocol of the address

The service is hosted in IIS it works fine but once a week it gives this issue. I checked the code all service calls from client are closed. Also we call these services from Biztalk daily which is net.tcp configured through WCF adapters.
yasin
  • 1
  • 1
-1
votes
1 answer

Monitoring strength of connectivity

I am trying to figure out some ways in which a ZigBee network can be monitored. As is the case in any network, here we have a central coordinator and several slaves joined, however, there seems to be a tendency for the established links to break…
-1
votes
1 answer

Docker error encountered when creating web service

ERROR: Encountered errors while bringing up the project. Docker-compose up -d --build Docker ps ------------- Docker-compose.yml ----------------- version: "3" services: php: build: context: ./docker/php container_name: 'web' …
Lin
  • 1
  • 1
-1
votes
2 answers

How to get Internet speed for API Level below 23?

I am developing an android app where music is being streamed. Now I want to get the internet speed of the device, it may be wifi as well as mobile network speed. I want this to set the quality of the audio file according to the network speed, i.e. I…
MrinmoyMk
  • 551
  • 7
  • 21
-1
votes
1 answer

can not install react native web-view

I try installing "react native web view" but when I run "npm install --save react-native-webview" it takes a lot of time and nothing will happen. And when I try using yarn to install the library I get the following error: There appears to be trouble…
anna
  • 95
  • 3
  • 16
-1
votes
1 answer

Issue with lag out in ATOM : continues to show: 200 zzz...after i upload to website via ftp

I am starting to work with Atom and was uploading my web template to Host Gator via Atom through Remote FTP package and it keeps giving me this code non stop. I was able to successfully upload the folder, but it continues to do this if I reconnect…
Alex
  • 13
  • 4
-1
votes
1 answer

How to link the local database with textboxes

I'm a student of Computer science and I'm working on some C# applications at home for practice. I have created a local database (.mdf) and I'm trying to add some data through text boxes. // I have this code for sending the data to the database which…
Marty SC
  • 13
  • 6