01-13-2022 06:40 PM
Any version of UCCX 11.x and 12.x when stated goes through authentication ok, keeps loading and stops at 97% at "Initializing user interface" and does not move for about 10 min. Them it loads but is extremely lagging, impossible to do anything really. When opening a script from the repository, it takes about 10 min on every click on "Repository", "default", etc. Any ideas?
Solved! Go to Solution.
02-14-2023 12:06 AM
Solved my own issue after troubleshooting through the MEDT logs. It appeared that the Editor was trying to read Cluster config on RMI port 6999 on a remote server I last connected to for a client work. Resetting back the ClusterData profile.ini to default solved the issue. The location of the profile.ini is in C:\Program Files (x86)\wfavvid_XXXX\ClusterData, where XXXX is the version of the Editor, exmpl. XXXX = 1251 for version 12.5.1. In my case I have 11 different versions so I had to change each one for the Editors that had this issue. The profile.ini file content I used was:
port=1099
clusterProfile=default
ipAddress=
Completed=true
latestUpdateTimeStamp=0
--Regards
01-13-2022 07:00 PM
What type of machine are you running it on?
Are you running it as administrator or another user?
Does it make a difference if you run as a different user?
01-13-2022 07:40 PM
Windows 10. No difference under what user account it is ran.
It doesn't happen all the time. Sometimes it loads normally.
I tied rebooting. I was wondering if anyone knows what exactly it is initializing i.e. if it is reaching out to the server, etc.
01-14-2022 05:51 AM
I would look at uninstalling it and removing any reference of it from your machine and then doing a clean install. I've seen something like that when you go from 10->11.
david
01-14-2022 09:32 AM
I have several versions as I have multiple clients on different platform versions
As it happens intermittently, I was hoping to find out if anyone has any idea what goes under the hood in this particular initialization step.
Thanks for the suggestion!
If a reboot doesn't fix it, reinstall
01-17-2022 06:35 AM
Probably not what you want to hear, but I have a VM per custom type/VPN type. This helps some, but takes a lot more work to keep up to date.
david
01-06-2023 02:51 AM
I have the same problem now. re-install, updated Java etc... Only when I start in Administrator mode the UI pops up but when I click on any item in the GUI it stops. Machine is running windows10 Enterprise 22H2 19045.2364.
Installed on a jumpstation and that is working fine. But not on my local device anymore.
01-06-2023 04:20 AM
You might want to check out this defect and see if their workaround steps resolve your issue.
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCur86817
01-06-2023 04:47 AM
Nope this is not the issue. The installation and start of the program work. Untill the start of the GUI. The programs stops at 97%.
02-14-2023 12:06 AM
Solved my own issue after troubleshooting through the MEDT logs. It appeared that the Editor was trying to read Cluster config on RMI port 6999 on a remote server I last connected to for a client work. Resetting back the ClusterData profile.ini to default solved the issue. The location of the profile.ini is in C:\Program Files (x86)\wfavvid_XXXX\ClusterData, where XXXX is the version of the Editor, exmpl. XXXX = 1251 for version 12.5.1. In my case I have 11 different versions so I had to change each one for the Editors that had this issue. The profile.ini file content I used was:
port=1099
clusterProfile=default
ipAddress=
Completed=true
latestUpdateTimeStamp=0
--Regards
02-14-2023 01:05 AM
02-14-2023 01:14 AM
Glad to be of help!
Thank you for letting me know!
02-14-2023 01:18 AM
When the cluster host is wiped out Cisco uses the local machine IP address and keeps on trying to establish an RMI connection. There is no point in doing that as it slows down the editor. They already know that is the local IP address and should stop the attempts of establishing an RMI connection every 5 seconds or so.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide