Closed DirkMahler closed 5 years ago
Hi I think I just ran into this problem (see console output below). Any chance to get this fixed in near future, or any further hint where to fix this? I am still new to JQA and just want to do some basic analysis using the CLI (providing a custom lib-directory and an asciidoc file containing the rules)..
Best regards, Andreas
2019-03-04 15:51:43.726 [main] INFO PluginConfigurationReaderImpl - Loaded jQAssistant plugins [Asciidoc Report, CDI, Common, Core Analysis, Core Report, EJB3, GraphML, JAX-RS, JPA 2, JSON, JUnit, Jav a, Java 8, Java EE 6, Maven 2 Repository, Maven 3, OSGi, RDBMS, Spring, TestNG, Tycho, XML, YAML]. 2019-03-04 15:51:44.167 [main] INFO StoreFactory - Connecting to store at 'file:/D:/internaltools/JQAssistant/trunk/jqassistant/store/' 2019-03-04 15:51:50.139 [main] INFO EmbeddedGraphStore - Initializing embedded Neo4j server 3.x 2019-03-04 15:51:50.157 [main] INFO AbstractAnalyzeTask - Will warn on violations starting form severity 'MINOR' 2019-03-04 15:51:50.157 [main] INFO AbstractAnalyzeTask - Will fail on violations starting from severity 'MAJOR'. 2019-03-04 15:51:50.157 [main] INFO AbstractAnalyzeTask - Executing analysis. 2019-03-04 15:51:50.166 [main] INFO AbstractAnalyzeTask - Reading rules from directory D:\internaltools\JQAssistant\trunk\rules 2019-03-04 15:51:53.278 [main] INFO AbstractAnalyzeTask - Executing group 'xyz-rules:All' 2019-03-04 15:51:53.319 [main] INFO AbstractAnalyzeTask - Validating constraint 'xyz-rules:DummyConstraint' with severity: 'MINOR (from BLOCKER)'. 2019-03-04 15:51:54.049 [main] INFO AsciidocReportPlugin - Found index document 'D:\internaltools\JQAssistant\trunk\rules\index.adoc'. 2019-03-04 15:51:54.050 [main] INFO AsciidocReportPlugin - Calling for the Asciidoctor... 2019-03-04 15:51:54.760 [main] INFO AsciidocReportPlugin - Writing to report directory D:\internaltools\JQAssistant\trunk\jqassistant\report\asciidoc 2019-03-04 15:51:54.760 [main] INFO AsciidocReportPlugin - -> D:\internaltools\JQAssistant\trunk\rules\index.adoc Exception in thread "main" org.jruby.exceptions.RaiseException: (NameError) cannot load Java class org.jqassistant.contrib.plugin.asciidocreport.IncludeProcessor at org.jruby.javasupport.JavaClass.for_name(org/jruby/javasupport/JavaClass.java:286) at org.jruby.javasupport.JavaUtilities.get_proxy_class(org/jruby/javasupport/JavaUtilities.java:34) at RUBY.block in java_import(uri:classloader:/jruby/java/core_ext/object.rb:49) at org.jruby.RubyArray.map(org/jruby/RubyArray.java:2487) at RUBY.java_import(uri:classloader:/jruby/java/core_ext/object.rb:36) at RUBY.
( Githubissues. Githubissues is a development platform for aggregating issues.
Asciidoctor/JRuby cannot load the IncludeProcessor as the wrong classloader is used, should be the PluginClassloader.