Kony Fabric Integration Services Hotfix 8.2.1.6
Fixed Issues
- Fixed an issue with autocommit in service monitoring.
- Fixed timeout and deadlock issues while saving data of uploadCache and service monitoring to the database by placing proper commit.
Upgrade Instructions:
- For Cloud: Raise a cloud upgrade request.
- For On-Premises:
Follow these steps:- Download Kony Fabric 8.2.1.6 Integration Server artifacts from
http://download.kony.com/onpremise/mobilefabric/server/8.2.1.6/mf-integrationserver-8.2.1.6.zip - Extract the mf-integrationserver-8.2.1.6.zip, you will find the following war files in the
middleware
folder:- admin.war
- services.war
- middleware.war
- apps.war
- Take a backup of the existing war files and replace them with the downloaded war files in your Web (or) Application Server (other than the Tomcat Application Server).
For Tomcat Application Server, follow these additional steps:
- Extract the following library list from the existing
admin.war
orservices.war
(fromadmin.war/WEB-INF/lib
orservices.war/WEB-INF/lib
)- activeio-core-3.1.4.jar
- activemq-broker-5.9.0.jar
- activemq-client-5.9.0.jar
- geronimo-j2ee-management_1.1_spec-1.0.1.jar
- geronimo-jms_1.1_spec-1.1.1.jar
- hawtbuf-1.9.jar
- Copy the extracted jars files to the downloaded
admin.war
andservices.war
folders (toadmin.war/WEB-INF/lib
andservices.war/WEB-INF/lib
paths). - Deploy the patch build artifacts to the Tomcat Server.
- Extract the following library list from the existing
- Due to an update in the
deviceDetectionLogic
file for SPA apps, in casemiddleware_home
is configured with -D parameter, replace thedeviceDetectionLogic.xml
file fromapps.war
to themiddleware_home
at the following path:apps.war\WEB-INF\middleware\middleware-bootconfig\tc\deviceDetectionLogic.xml
to<<middleware_home>>\middleware\middleware-bootconfig\tc\deviceDetectionLogic.xml
- Restart the server.
- Download Kony Fabric 8.2.1.6 Integration Server artifacts from