Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
visionx:faq [2019/01/08 09:17]
admin
visionx:faq [2020/02/16 21:13]
admin
Line 37: Line 37:
  
 == Which Vaadin UI version is included == == Which Vaadin UI version is included ==
-We use the latest Vaadin UI based on Vaadin 8.1.6. The system requirements for Vaadin 8.1.6 can be found [[https://​vaadin.com/​download/​release/​8.1/​8.1.6/​release-notes.html#​supportedversions|here]].+We use the latest ​[[https://​sourceforge.net/​projects/​jvx/​files/​vaadin%20UI/​|Vaadin UI]] based on Vaadin 8.1.6. The system requirements for Vaadin 8.1.6 can be found [[https://​vaadin.com/​download/​release/​8.1/​8.1.6/​release-notes.html#​supportedversions|here]]. 
 + 
 +== Trial license is valid but VisionX shows Trial period expired == 
 + 
 +The problem might be that you are behind a proxy and VisionX isn't able to establish an Internet connection. 
 + 
 +If you're behind a proxy, simply configure your proxy in the license wizard at the end or if you forgot to configure your proxy, uninstall and install VisionX trial again. If you have technical skills, it's also possible to change the config.xml in: <​install_folder>/​rad/​server manually: 
 + 
 +<file xml> 
 +<!-- http proxy settings --> 
 +<​http>​ 
 +  <proxy enabled="​false">​ 
 +    <​host/>​ 
 +    <​port>​3128</​port>​ 
 +    <​username/>​ 
 +    <​password/>​ 
 +  </​proxy>​ 
 +</​http>​ 
 +</​file> ​
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information