Is it possible to enable debug on the installer

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I'm attempting to install Kony Mobile Fabric 8.1.1.0_GA.

Is it possible to enable more verbose DEBUG logging on the installer as we get a failure when attempting to connect to a WAS soap port but there is only INFO logging.

I'm running the linux installer:

./KonyFabricInstaller-8.1.1.0_GA.bin

Just wondering if there are any parameters that can be passed on the command line of via a property file?

Hi,

Run installer by passing -DLAX_DEBUG=true to command line

Ex: ./KonyFabricInstaller-8.1.1.0_GA.bin -DLAX_DEBUG=true.

This option will be helpful only if there is an issue with installer binary.

KonyFabric Installer uses custom java code to establish server connection and by default log level is info.

Can you share installer temporary log files located in /tmp for analysis.

For Ex: lax-3701742645361939614-out.tmp lax-8498680986819734258-err.tmp

Thanks,

Thanks for the info, I tried it, but didn't give me any more info.

Logs attached.

Hi,

From the logs the the installation seems to for https. Can you try running installer having LAX_VM pointing to IBM Java SDK.

Please refer the section 5.10.3.2 Install Kony Fabric on a Remote WebSphere Server with Global Security Enabled from the Kony Fabric Install guide provided below.

http://docs.kony.com/konylibrary/konyfabric/kony_fabric_linux_install_guide/Default.htm#Appser_Pre-installation_Tasks.htm#SSLforWAS%3FTocPath%3DPreinstallation%2520Tasks%7CApplication%2520Servers%2520Preinstallation%2520Tasks%7CWebSphere%7C_____2

Thanks,