Questions tagged [failed-to-connect]
35 questions
0
votes
0 answers
Cannot conect to server PostgreSQL
I am new to PostgreSQL. I have been designing my schema in pgAdmin 4.7 and everything worked fine until I got this type of message for which I cannot find a solution. Any ideas?
connection failed message
I tried to reboot but the problem persists
0
votes
2 answers
How to fix "Failed to compile. ./node_modules/plyr/dist/plyr.min.js 1947:29"
Failed to compile.
./node_modules/plyr/dist/plyr.min.js 1947:29
Module parse failed: Unexpected token (1947:29)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the…

Baiju
- 61
- 2
0
votes
0 answers
Why can't I make a connection with AzureDataSudio?
I am running SQL Server Linux container images with Docker on Debian Linux version 11.
I have connected successfully as 'root@sql1' from the command line with username 'SA':
I have downloaded AzureDataStudio, but can't make a connection:
Note…

Bryce Marshall
- 35
- 4
0
votes
1 answer
Connecting GitHub in IntelliJ
I am trying to connect GitHub in my IntelliJ. I attempted it in two ways, first with my username and password, I got this message,
"You are being redirected to the authorized application. If your browser does not redirect you back, please click here…

user637300
- 3
- 2
0
votes
0 answers
Why is apache2 failed?
Whenever I check the status for XAMPP with
sudo /opt/lampp/lampp status
I get that everything is running at the moment.
But when I use this command:
sudo service apache2 status
Get this output:
apache2.service - The Apache HTTP Server
Loaded:…

whoisagp
- 23
- 7
0
votes
1 answer
PHP8 + Oracle OCI8 => Fatal error: Uncaught Error: Call to undefined function oci_connect()
I have to upgrade an old running and functional app that uses PHP 5.3 32bit, Apache2.2 32bit, Oracle client 11.2 32bit running on Windows 64bit (Win10 for dev, and server for prod).
The new stack is Apache2.4 32bit, PHP8 32bit and the exact same…

Sun Wukong
- 154
- 10
0
votes
2 answers
Android studio 4.1.1 Failed to connect port
I'm using Android studio 4.1.1 on a windows machine with gradle 6.5, NDK version=21.3.6528147 and SDK platform tools 30.0.5
When I try to connect a debugger I get "Failed to connect port" message with exit code 0. (maybe has something to do with…

Niki
- 33
- 4
0
votes
2 answers
FireBase android: User Registration is not working
I have created one Login Registration app in android and using Firebase for storing the data. So, after giving email and password, when I'm clicking on the Register button, it's showing Registration Failed Notification. What should I do?
The codes…

Shankhadeep
- 9
- 6
0
votes
2 answers
How to detect UNREACHABLE HOSTS in Ansible
Below is my playbook
- name: Play 1.5 - Check each target
hosts: all_hosts
ignore_unreachable: yes
ignore_errors: yes
gather_facts: true
tasks:
- raw: "echo {{ inventory_hostname }} is UNREACHABLE"
delegate_to: localhost
…

Ashar
- 2,942
- 10
- 58
- 122
0
votes
1 answer
How do I resolve unable to connect to mysql using WorkBench (Your connection attempt failed) issue
This is a new install from scratch - target config is a LAMP server. Ubuntu 20.04.1 LTS is installed. Apache2 installed. Mysql installed. Have not done PHP yet - wanted to get mysql working before I complicate things further.
New server is at IP…

RustyL
- 11
- 3
0
votes
0 answers
Query Redshift cluster on AWS receiving error "Failed to connect to query service."
I created a redshift cluster and populated some sample tables inside. All works fine. I switched to another cluster (empty) and tried to switch back to the first one.
I was asked to enter the password which I am sure it is correct because I just…

mingyyy
- 1
- 1
0
votes
0 answers
SQL Server agent do not starts
I have an issue on one of customer servers , SQL server agent is not being started , what I have found inside of SQL agent log is following :
LogDate ErrorLevel Text
2020-02-22 22:46:48.000 3 [100] Microsoft SQLServerAgent version 11.0.7462.6…

Alexandr
- 25
- 7
0
votes
1 answer
When I run my Asp.net MVC application over IIS Express It works fine but when i switch it to Local IIS it gives me this error
When I run my Asp.net MVC application over IIS Express It works fine but when i switch it to Local IIS it gives me this error
System.Data.Entity.Core.EntityException:
'The underlying provider failed on Open.'
enter image description here
enter image…

Nirav
- 41
- 6
0
votes
1 answer
Reference.set failed: First argument contains undefined in property. firebase ionic
I started with Firebase about 4 days ago. Though I have not being consistent. I want to create a user in the db, though the user was created successfully. After the user creation, it is suppose to return the profile picture page, it fails at this…

ken4ward
- 2,246
- 5
- 49
- 89
0
votes
0 answers
Failing to Connect To MongoDB from Company Network
What basic steps can I take to begin debugging a failing connection to a remote MongoDB?
When behind my company's network, I fail to connect to remotely hosted MongoDBs. When on my personal network at home, I can connect without issue.
I don't know…

mike
- 1
- 2