[VPN Plugin] Transfer Login keeps Loading with Non-English language setting
book
Article ID: CTX472808
calendar_today
Updated On:
Description
In Citrix Gateway VPN environment, you may observe the following issue when "Transfer Login":
- After clicking "Transfer" on Client VPN plugin, the button keeps spinning (loading) and stuck.
Logs investigation show the following clues:
- Problem can only be observed in Non-English language setting (Plugin > Configuration > Language).
- nstrace shows no response from NetScaler Gateway vServer for "POST /cgi/tlogin"
Environment
The above mentioned sample code is provided to you as is with no representations, warranties or conditions of any kind. You may use, modify and distribute it at your own risk. CITRIX DISCLAIMS ALL WARRANTIES WHATSOEVER, EXPRESS, IMPLIED, WRITTEN, ORAL OR STATUTORY, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NONINFRINGEMENT. Without limiting the generality of the foregoing, you acknowledge and agree that (a) the sample code may exhibit errors, design flaws or other problems, possibly resulting in loss of data or damage to property; (b) it may not be possible to make the sample code fully functional; and (c) Citrix may, without notice or liability to you, cease to make available the current version and/or any future versions of the sample code. In no event should the code be used to support ultra-hazardous activities, including but not limited to life support or blasting activities. NEITHER CITRIX NOR ITS AFFILIATES OR AGENTS WILL BE LIABLE, UNDER BREACH OF CONTRACT OR ANY OTHER THEORY OF LIABILITY, FOR ANY DAMAGES WHATSOEVER ARISING FROM USE OF THE SAMPLE CODE, INCLUDING WITHOUT LIMITATION DIRECT, SPECIAL, INCIDENTAL, PUNITIVE, CONSEQUENTIAL OR OTHER DAMAGES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Although the copyright in the code belongs to Citrix, any distribution of the sample code should include only your own standard copyright attribution, and not that of Citrix. You agree to indemnify and defend Citrix against any and all claims arising from your use, modification or distribution of the sample code.
Resolution
Firstly, if you're running in a version without the fix, please upgrade your NetScaler (ADC) to the latest build.
If issue is not resolved after upgrading, please try the following workaround to replace the according file forcedly again (Please do this with Citrix Technical Support's help).
1. Login to Citrix NetScaler CLI's shell. Edit file: /var/netscaler/gui/vpn/pluginlist.xml and modify the last build number +1. For example, with below version number 22.2.1.103, change it to 22.2.1.104.
<plugin
name="Netscaler Gateway RfWeb GUI" type="RFWEB-GUI"
version="22.2.1.103" path="/logon/logonPoint/"
/>
2. Run the following commands after saving pluginlist.xml file.
rm -rf /netscaler/ns_gui
ln -s /var/netscaler/gui /netscaler/ns_gui
3. Reboot to clear static cache.
Problem Cause
This issue actually has been fixed in the Citrix NetScaler (ADC) 13.0 Build 47.24:
Release Notes for Build 47.24 of Citrix ADC 13.0 Release
- The Transfer Login page for an existing user does not work in languages other than English.
[From Build 47.22]
[# NSHELP-19859]
By upgrading NetScaler server, the related client plugin files should be fixed too with a forced auto upgrade. However, you may observe the issue again in a fixed version. That's possibly due to a file replacement failure on Client side due to cache.
Issue/Introduction
[GW plugin] Transfer button is not working for non-English languege
Was this article helpful?
thumb_up
Yes
thumb_down
No