Hi guys,
I am installing a GMS and got stuck on a issue:
I go to Service Templates, try to create one and I see none.
I go to Services and again, while trying to create one I see none at the ComboBox.
Logs show me that they were loaded
10:52:58.333 Dbg 09900 [pool-9-thread-1] Importing service templates...
10:52:58.595 Dbg 09900 [pool-9-thread-1] JSON file (Resources/Strings/messages.json) is not a template file. Template name specified doesn't match the id in the template file or template type is not specified.
10:52:58.608 Dbg 09900 [pool-9-thread-1] Service Template (callback) definition found in callback.json
10:52:58.624 Dbg 09900 [pool-9-thread-1] Service Template (capacity) definition found in capacity.json
10:52:58.625 Dbg 09900 [pool-9-thread-1] Service Template (get) definition found in get.json
10:52:58.625 Dbg 09900 [pool-9-thread-1] Service Template (match-interaction) definition found in match-interaction.json
10:52:58.626 Dbg 09900 [pool-9-thread-1] Service Template (office-hours) definition found in office-hours.json
10:52:58.627 Dbg 09900 [pool-9-thread-1] Service Template (request-access) definition found in request-access.json
10:52:58.628 Dbg 09900 [pool-9-thread-1] Service Template (request-chat) definition found in request-chat.json
10:52:58.628 Dbg 09900 [pool-9-thread-1] Service Template (request-interaction) definition found in request-interaction.json
10:52:58.628 Dbg 09900 [pool-9-thread-1] Service Template (urs-stat) definition found in urs-stat.json
10:52:58.629 Dbg 09900 [pool-9-thread-1] Done importing service templates.
None.
If I import the templates again over the Web, nothing happens.
If I try to create a service, no templates are shown, therfore can’t create anything.
Like it is described in GMS API reference guide - Digital Channels API,
create new section chat.{serviceName} in GMS application parameters and run widgets with URL
“http://{GMS_server_name}:{port}/genesys/2/chat/{serviceName}”.
I do not think so GMS can be started without Cassandra, but might I am wrong and there is such new feature like that. According to my experience with chats (v1 and v2), if the Cassandra was not running, GMS terminates unexpectly - whether the Cassandra data is not consistency, there should be discrepancies like duplicated messages, etc.