Hi,
I have an issue whereby after adding report addon i cant start the development server citing the following error:
SEVERE: Parse error in application web.xml file at [file:/C:/Users/KechKibet/Desktop/NextGen/miliki-backoffice-core/deploy/tomcat/conf/web.xml]
org.xml.sax.SAXNotSupportedException: not supported setting property http://xml.org/sax/properties/lexical-handler
Here is my dependencies:
appComponent(“com.haulmont.cuba:cuba-global:$cubaVersion”)
appComponent(‘com.haulmont.addon.helium:helium-global:0.3.1’)
appComponent(‘com.haulmont.addon.bproc:bproc-global:1.2.0’)
appComponent(‘com.haulmont.addon.restapi:restapi-global:7.2.3’)
appComponent(“com.haulmont.charts:charts-global:$cubaVersion”)
appComponent(“com.haulmont.reports:reports-global:$cubaVersion”)
am running cuba version:
ext.cubaVersion = ‘7.2.13’
I have noted that this error occurs only when reproting adding is installed, all the other plugin work toghether smoothly.
Kindly assist.