This page was last edited on April 13, 2017, at 13:01.
Comments or questions about this documentation? Contact us for support!
When the chat interaction is initiated, GMS uses both modes, cometd and polling.
No. Only one GMS node of the cluster handles the cometd connection with a given client application at a time. For example, if the client application requests a cometd/handshake request, it will receive only one response from one GMS node; it will not receive multiple responses from each GMS node of the cluster.
If you start bin/cqlsh and receive the following error:
Traceback (most recent call last):
...
LookupError: unknown encoding:
Change the line in bin/cqlsh from:
self.output_codec = codecs.lookup(encoding)
to:
self.output_codec = codecs.lookup("UTF-8")
See the Cassandra documentation for replacing a dead seed node.
On RHEL Sysems, change the system limits from 1024 to 10240 in /etc/security/limits.d/90-nproc.conf, and then start a new shell for these changes to take effect:
soft nproc 10240
See the Cassandra documentation for recommended settings.
When installing GMS IPs on a 64-bit Linux host, the compatibility packages must be installed on the Linux host. The compatibility packages are available with the OS distribution media.
New node has joined the ring: http://135.39.40.56:8080/genesys
Node has been removed from the ring: http://135.39.40.56:8080/genesys
New node has joined the ring: http://135.39.40.56:8080/genesys
Node has been removed from the ring: http://135.39.40.56:8080/genesys
New node has joined the ring: http://135.39.40.56:8080/genesys
Node has been removed from the ring: http://135.39.40.56:8080/genesys
New node has joined the ring: http://135.39.40.56:8080/genesys
Node has been removed from the ring: http://135.39.40.56:8080/genesys
Synchronize the clock of all GMS nodes. On Windows, use following command:
net time \\<ComputerName> /set /yes
Where \\<ComputerName> specifies the name of a server you want to check or with which you want to synchronize.
Insufficient permissions to perform this operation com.genesyslab.platform.applicationblocks.com.ConfigServerException: Insufficient permissions to perform this operation (ErrorType=CFGNoPermission, ObjectType=CFGApplication, ObjectProperty=CFGDBID)
Make sure that all GMS applications have the user assigned in the Security tab, in Configuration Manager.
Or, in Genesys Administrator, browse the User for Log On Account in the Server Information section of your application.