View Issue Details

IDProjectCategoryView StatusLast Update
0005844SymmetricDS ProImprovementpublic2023-05-17 16:04
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.7 
Target Version3.14.8Fixed in Version3.14.8 
Summary0005844: Vaadin warning in logs about vaadin license checking and live reload not being enabled
DescriptionVaadin complains with the following warning message:
Following issues were discovered with deployment configuration:
Server-side and offline new license checking features are enabled while the development mode live reload is not available.
New license checking requires enabled live reload and would fallback to old license checker otherwise.
Check that the application is not running in compatibility mode, live reload is not disabled and dev server is enabled.

We need to define a servlet parameter in web.xml to get rid of this warning message:
        <init-param>
            <param-name>oldLicenseChecker</param-name>
            <param-value>true</param-value>
        </init-param>
Steps To ReproduceStart up SymmetricDS in standalone mode, and look at the logs
Tagsui

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-05-17 16:01 pmarzullo New Issue
2023-05-17 16:01 pmarzullo Status new => assigned
2023-05-17 16:01 pmarzullo Assigned To => pmarzullo
2023-05-17 16:01 pmarzullo Tag Attached: ui
2023-05-17 16:04 pmarzullo Status assigned => resolved
2023-05-17 16:04 pmarzullo Resolution open => fixed
2023-05-17 16:04 pmarzullo Fixed in Version => 3.14.8
2023-07-19 12:58 admin Status resolved => closed