Clients continue to reload after restarting rocket server - rocket.chat

I am running 0.37.1 docker images with an nginx proxy in the front. Running on RH7 instance.
Whenever I restart the Rocket chat server the clients on my mac and Android phone both have issues.
The mac client will continually refresh. I have to remove the server and add it again to stop the refresh.
For the android client I get the notification of the new version and select to update but then it does not download the changed files and is stuck on the downloading files screen.
Has anyone see these issues before?

We are decommissioning the Rocket server so we will not be using it much longer so I don't anticipate updating it again.
Thanks for all the answers and suggestions

Related

The server is stopped

I downloaded the latest version of Appium from the GitHub. I have installed it on two Windows PCs,
On first one it works fine.
But on the second one, just by clicking "Start server v1.7.2" a window appear showing "The server is stopped".
What is wrong with the configuration?
I found the solution for above error.
It was due to firewall modified by an antivirus, it disables all open ports on this PC.
There can be around three solutions:
Format the PC will help us to get open ports, but it is not a recommended solution.
Uninstalling Antivirus can open blocked ports, by recovering firewall to its original state.
If the 2nd solution does not help then Uninstalling Antivirus and create a new User Account on PC, helps me to run Server successfully.

Where integration bots are stored?

Where does OSX Server store integration bots? Or is it my local Xcode who stores them? Server screwed my setup again, but this time I'm no longer able to see my bots.
Just want to express my deep frustration with Xcode CI:
OSX Server (or whatever it's called) is one of a kind piece of software, giving me incredible headaches lately with its' laginness, bugginess and poor performance. I think over the past week I experienced all possible errors Server has to offer:
"internal error updating bot" (please try again later);
"error reading service configuration" (or similar wording) - requires Xcode reset; continue to occur randomly again and again with no reasons;
"Xcode version is not supported" - only reboot seems to convince server to use Xcode which was already used previously
Randomly, fail integrations because "device is not connected", given that I test desktop application for OSX...
Finally, after yet another episode of screwing my setup, I no longer can see my bots on the server - they vanished. well done Server.
The bots and integrations are stored on the server.
The directory should look something like /Users/<xcode_server_tester_user_name>/Library/Caches/XCSBuilder/Bots
(OSX-Server 5.3 (16S4123), XCode 8.3.2 (8E2002))
I hate to say this but I found restarting the machine is a good way to resolve frustration No. 1 and 2.
device is not connected error often happens right after OS, OSX-Server or XCode is upgraded.
Usually reselecting devices from the XCode UI works for me.
Although sometimes it may require repeating multiple times and waiting for a long time for the device list to load.
On your OSX Server machine, deleting the simulator and re-adding it via Xcode->Devices sometimes helps too.
Another way is to delete all simulators from the linked Xcode on OSX Server machine and only keep the ones you want to test your project on. Config the bot to use All iOS Devices and Simulators.
Even though Xcode Server now runs as a specific user, the configuration files are kept in /Library/Developer/XcodeServer. You can also hit the Xcode Server API to get information about your bots.
In a Couchbase db.
I don't know how to access the contents though.
Enter this in Safari on your server
http://localhost:10355/_utils/

Pritunl Client: Unable to communicate with helper service, try restarting

Can't run Pritunl client anymore. It just keeps showing the same error on my Mac.
Error: Unable to communicate with helper service, try restarting
OS X: El Capitan 10.11.6
Tried restarting and re-installing the app.
The app used to work, not sure when it stopped working as I update most updates which come up in app store.
Has anyone experienced this before? Any suggestions on the solution are appreciated.
After some researching I couldn't find anything useful to resolve the issue but I was sure there was a process which was conflicting with functionality of this client. I decided to Quit applications through Activity Monitor one by one. I quitted two or three known to me applications before stumbling upon a service which didn't take up much memory or CPU resources, called helpd. After quitting that application Pritunl Client started without any issues.
What worked for me:
echo "127.0.0.1 localhost" >> /etc/hosts
and then restart
(I had cleaned /etc/hosts previously and it became a problem)

Xcode 5 continuous integration: The Xcode Service is not enabled on the server

I've just installed Xcode 5 and OS X Server and trying to set up continuous integration. I followed these steps but when I try to add server in Xcode I get the following error:
"The Xcode Service is not enabled on the server '...'. Contact the administrator for assistance."
The Xcode service appears to be up and running, it shows as "Available" in the Server app and is accessible through HTTP.
Is there any way this can be troubleshooted?
I had the same problem. It looks like there are network name resolving issues there. Try using server's IP address instead of its name. It worked for me.
Unfortunately, Server.app is strange and it does not directly report issues with embedded webserver. Therefore, if you are running some other Webserver (or something else on 80 / 443), whole Xcode CI will not start properly and Xcode will report this issue.
For me, shutting down Apache and restarting the Xcode Server part solved the issue, yet as I need Apache running on my computer, I'm not going to use CI in it's current state. :-(
Possibly, I have to find out how to change default port for Xcode CI.

Windows service blocking TCP traffic

I have a strange issue. Have a windows service running on Windows Server 2008 that receives files over TCP and saves to disk. Initially service was running as Local System account. It worked ok for 7 days and stopped receiving. From the sender side connection succeeds but send fails. The service blocks forever on receive and connection times out.
I changed the user account to "Network Service" and it started working again for 7 days and stopped. I then changed it to run as administrator. It ran for 4 days and stopped again. Now whatever I try it does not work. Rebuilt the code re-installed the service but same issue.
Does anybody ever face such an issue? is it a virus or something? Is windows blocking it? any suggestions will be greatly appreciated.
Note: If I run it as a windows form application it just works fine. Also disabled the firewall but it did not help. While debugging the code I never see any issues. Because it works as a forms app and also worked perfectly as a service for 15-20 days now.
I figured out the problem. When the issue started happening I ran the Filemon utility and figured that the service was failing to access a temp file created using GetTempFileName().
This seems to be a known issue with Windows server 2008R2 and happens randomly.
Here is a solution/Hotfix from Microsoft: http://support.microsoft.com/kb/982613

Resources