Kony Fabric Integration Services Hotfix 8.2.1.8
Fixed Issues
- Fixed an issue where an empty response from the backend caused a Null Pointer exception in the check sum calculation.
- Fixed an issue where the health check API would always hit S3 instead of the cache.
- Fixed an issue where the Service Duration Detail Report did not generate if the applicationID (aid) and applicationName (aname) were different.
- Fixed an issue where the session_id did not get populated in the trace logs.
- Fixed an issue where an empty JSON Object in
AWSAPIGateWay
would throw a Null Pointer exception.
Upgrade Instructions:
- For Cloud: Raise a cloud upgrade request.
- For On-Premises:
Follow these steps:- Download Kony Fabric 8.2.1.8 Integration Server artifacts from
http://download.kony.com/onpremise/mobilefabric/server/8.2.1.8/mf-integrationserver-8.2.1.8.zip - Extract the mf-integrationserver-8.2.1.8.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
- Update the middleware plugins in Visualizer.
- Restart the server.
- Download Kony Fabric 8.2.1.8 Integration Server artifacts from