2024-05-17 10:44:14.305 UTC [main, , ] INFO c.v.vchs.hybridity.api.Application- Existing vrli === [{"host":"https:\/\/#{ENV['LOGINSIGHT_HOST']}:#{ENV['LOGINSIGHT_PORT']}"}]
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Caused by: java.net.URISyntaxException: Illegal character in fragment at index 9: https://#{ENV['LOGINSIGHT_HOST']}:#{ENV['LOGINSIGHT_PORT']}
at java.base/java.net.URI$Parser.fail(Unknown Source)
NOTE: Impacts Telco Cloud Automation (TCA) 3.0 to TCA 3.1.0 upgrade
vrli-upgrade-patch.sh
script at $HOME
bash vrli-upgrade-patch.sh
4. [Only required when doing post-upgrade] We need to restart the platform manager as well, using the following command:
kubectl rollout restart deployment tca-platform-manager -n $NAMESPACE
NOTE: NAMESPACE can be tca-mgr or tca-cp-cn based on the appliance role.