Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
israelberko opened this issue Feb 20, 2023 · 0 comments

Comments

@israelberko
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant