unable to connect to openfire server - openfire

I just downloaded the openfire server and installed on my laptop.
Started the server
Server is running perfectly.
But not getting any response when I am tyring to connect to server by this http://kh9144:9876/
what would be the reason ?

Related

How to connect RAILS with Red5 Server

I am trying to develop an Application with Red5 Server.
I did some of the steps:
I set up the Red5 server into our local machine (Ubuntu)
I installed the MangoDB database locally with Rails configuration.
Now My problem is: I am using Jruby(Java Ruby) as server programming. I am not able to connect my Rails to Red5 server. Is there any documentation?

How to resolve : Failed to deploy the application to Worklight server Connection to http://localhost:10080 refused

I am new to IBM Worklight Studio , I installed it and trying to deploy the HelloWorklight app on Worklight Server . The problem is the server isn't starting and the following message is displayed :
[[2017-09-06 13:56:00] Deploying application 'HelloWorklight' with all environments to Worklight Server...
[2017-09-06 13:58:17]Failed to deploy application 'HelloWorklight' to Worklight Server: Connection to http://localhost:10080 refused
][1]
and I get this dialog box
What Should I do to fix this problem to run my project ?
"Connection to http://localhost:10080 refused" .
This seems to suggest there is some firewall or antivirus blocking your local connections. Verify if there are any such restrictions and remove it if required.

Troubleshoot Connecting to the SQL Server Database Engine

I'm trying to connect to SQL Server from my .NET application.
I tried it on my pc and one other pc with already installed sql server.
I needed to test my app and I started virtual machines (windows 7 and 8.1).
I am constantly getting error:
"A network-related or instance-specific error occurred while
establishing a connection to SQL Server. The server was not found or
was not accessible. Verify that the instance name is correct and that
SQL Server is configured to allow remote connections. (provider: Named
Pipes Provider, error: 40 - Could not open a connection to SQL
Server)"
I tried everything that i found on internet that might help.
Nothing works for me.
Im using VirtualBox for virtual machines.
Is there might problem with that or even problem is because I'm trying to do it on VM. How can I resolve this?
Check this is this helps go to run -> sql server configuration manager then check sql server service are running and then client protocol enabled

Not able to connect to SQL Server

I've installed SQL Server 2008 R2 in my system but i'm not able to connect to the same from my colleague's machine which is on the same network.
Firewall is off on both systems.
Edited:
I've installed SQL Server 2008 R2 in my system the same installation is present in my colleague's system. While trying to connect to my machine from his machine using SQL Server Management studio it was showing an error as follows..
(I've used the server name for SQL management studio of my system for login)
The server was not found or was not accessible
I found a solution to this problem after posting the question but not sure if this is the correct way.
The SQL Server Browser service was stopped when i tried to connect initially. Now when i start this service from Sql server configuration Manager i'm able to connect to my machine from his machine.
1-Install SQL Server (Management Studio) on both machines
2-On your machine, run SQL Server
3-Make sure the server name is your colleague's machine IP address
4-enjoy!

How to find why application cannot connect to SQL Server 2008

Windows application is set to connect to the SQL Server using SQL Server authentication.
When I RDP to the box where the application resides and start the application, it successfully connects to the SQL Server.
When a customer runs the application on his desktop (he is on the network with the application box) and starts the application, connection fails (error. Server does not exist or access denied).
The customer can ping the SQL Server IP in his command prompt.
Yet, when I look at the error log on the SQL server I don't see the logs of his failure to connect.
What could be blocking his access to the SQL Server?
You may have to enable the TCP/IP protocol in SQL Server Configuration Manager - it's disabled by default.