We are working on kony 6.0.3 and which uses kony middleware 6.0.3

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.

Hi Team,

We are working on kony 6.0.3 and which uses kony middleware 6.0.3.

In windows we have IBM WAS and we have followed the kony documentation in order to run the application and which is working fine,but the same configuration in MAC is not working which uses IBM liberty version 18.0.0.3 and it throws an error which is

1. {service: "getConfiguration", opstatus: 8018,…}

1. errmsg: "Unable to instantiate Object com.kony.cb.banking.services.GetConfiguration for the given Java service getConfiguration"

2. httpStatusCode: -1

3. opstatus: 8018

4. service: "getConfiguration"

Please Provide me the solution for this in order to proceed further.

Regards

Hi,

Error 8018:

DESCRIPTION: Unable to invoke the pre / post processors or the Java services

To REPRODUCE THE ERROR:

Please Remove the application jar from the application server libraries.

Resolution:

Check if the application jar is present. Also, check if there is no class conflict in the logs.

Thank you