Hi,
I would appreciate your help on an issue during Bonita Wildfly 7.6.3 installation.
I get the following error when execute start-bonita.bat:
Initializing and configuring Bonita WildFly bundle
(Platform Setup 7.6.3)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (file:/C:/BonitaBPM/setup/lib/spring-core-4.3.7.RELEASE.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte,int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] configuration for Database vendor: sqlserver
Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
I tried the workaround described at https://documentation.bonitasoft.com/bonita/7.6/wildfly-bundle that says: “In the <WILDFLY_HOME>/server/modules/com/sqlserver/main/module.xml file, add …module name=“javax.xml.bind.api”… in the list of dependencies”
However, when I go to that path I realize that ‘com’ folder does not exist under ‘/server/modules/’
This is the environment information:
Operating system: Windows Server 2016
Java version: jdk1.8.0_152
DB Server: SQLServer 2017
Bonita: WildFly buncle (Platform Setup 7.6.3) It was downloaded from ‘Production’ Tab.
Database was customized according to https://documentation.bonitasoft.com/bonita/7.5/database-configuration
Database driver that was downloaded is : sqljdbc_6.0/enu/jre8/sqljdbc42
Configured database.properties with the DB information.
Does anyone knows how could this be fixed?
Thanks in advance,
Shirley