Good morning. I’m trying to run the web service test example in Katalon 6.0.5 and when I do the system seems to hang when trying to hand off execution control to a web service. Specifically I’m running from Test Suites > Data-driven test > Create a new issue. When I try to run the test case individually outside of the test suite I have the same issue. If I just try to run one of the rest calls on their own it seems to work fine. Below is the event log from the execution. Is there something that I need to configure in order to have this properly run? Any assistance would be appreciated.
Warning: NLS unused message: ACTIVATED_PROP_NAME in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATE_INFO_INVALID in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATION_CODE_INVALID in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATION_COLLECT_FAIL_MESSAGE in: com.kms.katalon.constants.messages
Warning: NLS unused message: DIA_TITLE_FUNCTIONS_INTRODUCTION in: com.kms.katalon.constants.messages
Warning: NLS unused message: ERR_CONSOLE_MODE in: com.kms.katalon.constants.messages
Warning: NLS unused message: REQUEST_CODE_PROP_NAME in: com.kms.katalon.constants.messages
Exception in thread “Thread-6” java.lang.NullPointerException
at java.util.HashMap.merge(HashMap.java:1225)
at java.util.stream.Collectors.lambda$toMap$58(Collectors.java:1320)
at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1696)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at com.kms.katalon.composer.project.sample.SampleRemoteProjectProvider.getThumbnailFiles(SampleRemoteProjectProvider.java:62)
at com.kms.katalon.composer.parts.WelcomeRightPart.lambda$7(WelcomeRightPart.java:635)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinTask.doInvoke(ForkJoinTask.java:401)
at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:734)
at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
at com.kms.katalon.composer.parts.WelcomeRightPart.lambda$5(WelcomeRightPart.java:634)
at java.lang.Thread.run(Thread.java:748)
09:33:06.725 [Worker-2] DEBUG org.eclipse.jgit.util.FS - readpipe [git, --version],/usr/bin
09:33:06.756 [Worker-2] DEBUG org.eclipse.jgit.util.FS - readpipe may return ‘git version 2.17.2 (Apple Git-113)’
09:33:06.756 [Worker-2] DEBUG org.eclipse.jgit.util.FS - remaining output:
09:33:06.757 [Worker-2] DEBUG org.eclipse.jgit.util.FS - readpipe [git, config, --system, --edit],/usr/bin
09:33:06.778 [Worker-2] DEBUG org.eclipse.jgit.util.FS - readpipe may return ‘/private/etc/gitconfig’
09:33:06.778 [Worker-2] DEBUG org.eclipse.jgit.util.FS - remaining output:
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further details.