Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

getting exception after coping the jar file to the plugins folder using Command Line Distribution #3

@israelberko

Description

@israelberko

After downloading the jar from the maven central, version 1.10 and jqassistant 1.10
I'm getting this exception

2023-02-20 14:46:04.065 [main] INFO PluginConfigurationReaderImpl - Scanning for jQAssistant plugins...
2023-02-20 14:46:05.600 [main] INFO PluginConfigurationReaderImpl - [APOC, Asciidoc Report, CDI, Common, Core Analysis, Core Report, EJB3, GraphML, GraphQL, JAX-RS, JPA 2, JSON, JUnit, Java, Java EE 6, Maven 2 Repository, Maven 3, OSGi, RDBMS, Spring, TestNG, Tycho, XML, YAML].
Exception in thread "main" com.buschmais.jqassistant.core.plugin.api.PluginRepositoryException: Cannot find or load class apoc.algo.Cliques
        at com.buschmais.jqassistant.core.plugin.impl.AbstractPluginRepository.getType(AbstractPluginRepository.java:53)
        at com.buschmais.jqassistant.core.plugin.impl.StorePluginRepositoryImpl.getTypes(StorePluginRepositoryImpl.java:55)
        at com.buschmais.jqassistant.core.plugin.impl.StorePluginRepositoryImpl.<init>(StorePluginRepositoryImpl.java:30)
        at com.buschmais.jqassistant.core.plugin.impl.PluginRepositoryImpl.initialize(PluginRepositoryImpl.java:36)
        at com.buschmais.jqassistant.commandline.Main.executeTasks(Main.java:201)
        at com.buschmais.jqassistant.commandline.Main.interpretCommandLine(Main.java:195)
        at com.buschmais.jqassistant.commandline.Main.run(Main.java:78)
        at com.buschmais.jqassistant.commandline.Main.main(Main.java:49)
Caused by: java.lang.ClassNotFoundException: apoc.algo.Cliques
        at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at com.buschmais.jqassistant.commandline.PluginClassLoader.loadClass(PluginClassLoader.java:32)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        at com.buschmais.jqassistant.core.plugin.impl.AbstractPluginRepository.getType(AbstractPluginRepository.java:49)
        ... 7 more

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