Error communicating with server in horde cpanel - cpanel

Anybody can help me to solve,
'error communicating with server'
when I refresh the inbox message using Horde in cpanel? Was it because the live chat that I installed few hours before or was there something else that cause the problem ?
Thanks.

It's not related with your chat software. Try to restart dovecot services on your server and check cPanel error logs if you are facing same issues.

Related

Disable Nbug raising exception if it can not send report

Developing WPF application and using Redmine issue tracker to send reports to.
If Redmine issue tracker is hosted on server where there is not installed valid SSL certificate, NBug crashes because it can not send reports to server...
What if user does not have internet?
I do not want for NBug to crash application because it can not do what it wants to do.
Is there a setting for NBug that if can not send error reports, just allow application gracefully to continue running?
Enable release mode as per documentation:
NBug.Settings.ReleaseMode = true;
This catches all internal exceptions and logs them instead of throwing them.

The maximum number of connections for this site has been exceeded

When trying to publish my site using a web deploy I am getting following error:
Error 1 Web deployment task failed. (The maximum number of connections for this site has been exceeded.
Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXCEEDED_MAX_SITE_CONNECTIONS.)
My website is hosted over a shared host. I already raised this issue to the hosting provider and asked them to restart "Web Management Services" in reply of which they said that they have "restarted publishing service on server". But this error is still not resolved.
What else should I do? Is there something I should check on my side or is it totally a server/hosting provider’s issue?
Error was caused by a 10054 socket error (basically host dropped connection). you publishing a lot of files and it appears that host had a connection time out.. watching publish and if you see the first socket error cancel the publish so that it doesn't hit the max site connections error. Then start publishing again and it picks right up where it left off.
You either have a ton of traffic on this site or the hoster is oversubscribing the box. An IIS restart may fix it temporarily.

Windows service started with domain admin account butwhen other domain account logon is shows that the service didn't start

I've recently stumble across this problem but cannot fins a reason for this and a workaround.
I've logged on with my domain admin account on a server (Windows Server 2008 R2) and started a service that were set to start manually. After wards when another user with a domain account logged on and had a look at the service as were experiencing problems it showed that the service were in the stopped state although in my session which were still open it showed that it started.
He started the service and everything work after that.
Can anyone shed some light on this for me? And on what to do rectify this or have a workaround for this?
Appreciate you comments and suggestions.
Your service does not to answer correctly to the SCM with SERVICE_CONTROL_INTERROGATE and it span another process with the StartServiceCtrlDispatcher(DispatchTable).
We can't do anything there unless you patch your application or contact your software vendor.

Windows Server PHP mail being blocked by Comcast/AOL

I have a windows server running an application which sends mail via PHP. Some of the people who should be recieving the emails are complaining they are not getting them. I think they are using Comcast or AOL. What can I do to my SMTP settings and/or DNS to allow these to go through?
Investigate SPF (Sender Protection Framework) to increase the authenticity of your emails.

VB.NET Chat Server Error

I recently got into this article. It makes a chat server and people can connect to it like an AIM. The problem how would I disconnect from the server from the client. Because if I close the client application when its connected to the server it will crash the server as well. Please let me know if anyone has any solutions...
Thanks
Wherever in your code the crash is occurring, you need to set a try/catch block to catch a Connection Closed exception.