com.ibm.wbit.comptest.common.utils.TestException: Could not find module
Posted by Albin Joseph | Posted in Websphere Process Server / Integration Developer | Posted on 29-11-2009
0
Today I was trying to test a business process using the Integration Test client. First I right clicked on my module in the assembly diagram and clicked on Test Component to test my module. It showed me a message, its publishing the module and it gave me an error in my test client. The error was
com.ibm.wbit.comptest.common.utils.TestException: Could not find module XXX at com.ibm.wbit.comptest.controller.util.GeneralUtils.getModuleFor(Unknown Source) at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.getModule(Unknown Source) at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.managedRun(Unknown Source) at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.run(Unknown Source) at com.ibm.wbit.comptest.controller.invocation.impl.BaseInvocationHandler.invoke(Unknown Source) ..........................
I was not sure what the issue was. My module was there and it was showing as published. After few minutes search I got the solution. If your module is little big, first make sure that you have published your module and then start the test client. I think the test client does not have patience to wait for the module to be published and that was causing the problem

