Skip to content

The -nc flag throws an exception #16

@kmancusi

Description

@kmancusi

When I try to run the ImageTester (v3.2.2) and include the -nc flag, I am getting an exception thrown:

Exception in thread "main" java.lang.NoClassDefFoundError: com/applitools/connectivity/api/HttpClientImpl
--
  | at com.applitools.eyes.fluent.EnabledBatchClose.<init>(EnabledBatchClose.java:20)
  | at com.applitools.eyes.fluent.BatchClose.setBatchId(BatchClose.java:46)
  | at com.applitools.imagetester.lib.Config.closeBatches(Config.java:137)
  | at com.applitools.imagetester.ImageTester.main(ImageTester.java:145)
  | Caused by: java.lang.ClassNotFoundException: com.applitools.connectivity.api.HttpClientImpl
  | at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:636)
  | at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182)
  | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
  | ... 4 more

My command is as follows:
java -jar ImageTester_3.2.2.jar -kd0e6L1M3TbGBeLPlGhw4nJK9cDpG5l773hSQX104RfZqQ110 -fbaselines -a 'PJN-PDFs' -fb 'pjn-redundancy-testing-poc' -nc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions