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

mvn install fails #6

Closed
bigerl opened this issue Jun 12, 2018 · 4 comments
Closed

mvn install fails #6

bigerl opened this issue Jun 12, 2018 · 4 comments

Comments

@bigerl
Copy link

bigerl commented Jun 12, 2018

I get an error when running maven on the development branch.
System is Ubuntu 18.04 with:

~$ mvn -version
Apache Maven 3.5.2
Maven home: /usr/share/maven
Java version: 10.0.1, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-23-generic", arch: "amd64", family: "unix"

Here is the log:

~/LSQ$ mvn install
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] lsq-parent
[INFO] lsq-vocab-jena
[INFO] lsq-parser
[INFO] lsq-core
[INFO] lsq-cli
[INFO] lsq-debian-cli
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building lsq-parent 1.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ lsq-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ lsq-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ lsq-parent ---
[INFO] Installing /home/usr/Code/ExplainQueries/LSQ/pom.xml to /home/usr/.m2/repository/org/aksw/simba/lsq/lsq-parent/1.0.1-SNAPSHOT/lsq-parent-1.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building lsq-vocab-jena 1.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ lsq-vocab-jena ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/usr/Code/ExplainQueries/LSQ/lsq-vocab-jena/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ lsq-vocab-jena ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/usr/Code/ExplainQueries/LSQ/lsq-vocab-jena/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ lsq-vocab-jena ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/usr/Code/ExplainQueries/LSQ/lsq-vocab-jena/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ lsq-vocab-jena ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ lsq-vocab-jena ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lsq-vocab-jena ---
[INFO] Building jar: /home/usr/Code/ExplainQueries/LSQ/lsq-vocab-jena/target/lsq-vocab-jena-1.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ lsq-vocab-jena ---
[ERROR] MavenReportException: Error while creating archive: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.
org.apache.maven.reporting.MavenReportException: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.
    at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:1885)
    at org.apache.maven.plugin.javadoc.JavadocJar.execute (JavadocJar.java:181)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: java.io.IOException: The environment variable JAVA_HOME is not correctly set.
    at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getJavadocExecutable (AbstractJavadocMojo.java:3553)
    at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:1881)
    at org.apache.maven.plugin.javadoc.JavadocJar.execute (JavadocJar.java:181)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ lsq-vocab-jena ---
[INFO] Building jar: /home/usr/Code/ExplainQueries/LSQ/lsq-vocab-jena/target/lsq-vocab-jena-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ lsq-vocab-jena ---
[INFO] Installing /home/usr/Code/ExplainQueries/LSQ/lsq-vocab-jena/target/lsq-vocab-jena-1.0.1-SNAPSHOT.jar to /home/usr/.m2/repository/org/aksw/simba/lsq/lsq-vocab-jena/1.0.1-SNAPSHOT/lsq-vocab-jena-1.0.1-SNAPSHOT.jar
[INFO] Installing /home/usr/Code/ExplainQueries/LSQ/lsq-vocab-jena/pom.xml to /home/usr/.m2/repository/org/aksw/simba/lsq/lsq-vocab-jena/1.0.1-SNAPSHOT/lsq-vocab-jena-1.0.1-SNAPSHOT.pom
[INFO] Installing /home/usr/Code/ExplainQueries/LSQ/lsq-vocab-jena/target/lsq-vocab-jena-1.0.1-SNAPSHOT-sources.jar to /home/usr/.m2/repository/org/aksw/simba/lsq/lsq-vocab-jena/1.0.1-SNAPSHOT/lsq-vocab-jena-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building lsq-parser 1.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ lsq-parser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ lsq-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/usr/Code/ExplainQueries/LSQ/lsq-parser/target/classes
[INFO] /home/usr/Code/ExplainQueries/LSQ/lsq-parser/src/main/java/org/aksw/simba/lsq/parser/WebLogParser.java: /home/usr/Code/ExplainQueries/LSQ/lsq-parser/src/main/java/org/aksw/simba/lsq/parser/WebLogParser.java uses or overrides a deprecated API.
[INFO] /home/usr/Code/ExplainQueries/LSQ/lsq-parser/src/main/java/org/aksw/simba/lsq/parser/WebLogParser.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ lsq-parser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/usr/Code/ExplainQueries/LSQ/lsq-parser/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ lsq-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/usr/Code/ExplainQueries/LSQ/lsq-parser/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ lsq-parser ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.pom
[INFO] Failure detected.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] lsq-parent ......................................... SUCCESS [  1.034 s]
[INFO] lsq-vocab-jena ..................................... SUCCESS [  1.221 s]
[INFO] lsq-parser ......................................... FAILURE [  1.508 s]
[INFO] lsq-core ........................................... SKIPPED
[INFO] lsq-cli ............................................ SKIPPED
[INFO] lsq-debian-cli ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.957 s
[INFO] Finished at: 2018-06-12T13:52:04+02:00
[INFO] Final Memory: 34M/117M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project lsq-parser: Unable to generate classpath: org.apache.maven.artifact.resolver.ArtifactResolutionException: Unable to get dependency information for org.apache.maven.surefire:surefire-junit4:jar:2.20: Failed to retrieve POM for org.apache.maven.surefire:surefire-junit4:jar:2.20: Could not transfer artifact org.apache.maven.surefire:surefire-junit4:pom:2.20 from/to central (https://repo.maven.apache.org/maven2): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
[ERROR]   org.apache.maven.surefire:surefire-junit4:jar:2.20
[ERROR] 
[ERROR] from the specified remote repositories:
[ERROR]   central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] Path to dependency: 
[ERROR]         1) dummy:dummy:jar:1.0
[ERROR] 
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :lsq-parser
@bigerl
Copy link
Author

bigerl commented Jun 12, 2018

It is an issue of Ubuntu 18.04. An solution is found there: https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty

@bigerl
Copy link
Author

bigerl commented Jun 12, 2018

But the build still fails due to a failing Test:

-------------------------------------------------------------------------------
Test set: org.aksw.simba.lsq.WebServerAccessLogParserTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.641 s <<< FAILURE! - in org.aksw.simba.lsq.WebServerAccessLogParserTests
test(org.aksw.simba.lsq.WebServerAccessLogParserTests)  Time elapsed: 2.442 s  <<< ERROR!
java.lang.RuntimeException: No mapper for test case: debug.sparql.log
	at org.aksw.simba.lsq.WebServerAccessLogParserTests.test(WebServerAccessLogParserTests.java:42)

The end of the log of the failing test is:

...
2018-06-12 14:39:58,203 [main] DEBUG o.a.s.l.WebServerAccessLogParserTests: Parse attempt [commonVirtuoso, commonVirtuoso.dbpedia.20160411-1000.log]: 2c4385bdcddd96b94a1fec119a270c79 - - [10/Apr/2016 03:00:00 +0200] "GET /sparql?output=json&format=application/json&timeout=0&query=SELECT%20DISTINCT%20*%20WHERE%20%7B%3Fobject%20%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23sameAs%3E%20%3Chttp%3A%2F%2Fgl.dbpedia.org%2Fresource%2FGregory_S._Paul%3E.%20FILTER(REGEX(STR(%3Fobject)%2C'%5Ehttp%3A%2F%2Fdbpedia.org%2F')).%20%7D&callback=lodlive HTTP/1.1" 200 127 "http://sli.uvigo.es/dbpedia/lodlive/app_gl.html?http://gl.dbpedia.org/resource/Gregory_S._Paul" "R" "-"
2018-06-12 14:39:58,203 [main] DEBUG o.a.s.l.WebServerAccessLogParserTests: Parse attempt [commonVirtuoso, commonVirtuoso.dbpedia.20160411-1000.log]: 7018ef1a0c9a52257f1c6b4d738fed09 - - [10/Apr/2016 03:00:00 +0200] "GET /sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=%0A++++SELECT+%3Fproperty+%3FpropertyLabel+%3FpropertyVal+%3FpropertyValLabel%0A++++WHERE+%7B%0A++++++%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FHistory_of_cannon%3E+%3Fproperty+%3FpropertyVal.%0A++++++%3Fproperty+rdfs%3Alabel+%3FpropertyLabel.%0A++++++FILTER%28lang%28%3FpropertyLabel%29+%3D+%22en%22%29.%0A++++++OPTIONAL+%7B%0A++++++++%3FpropertyVal+rdfs%3Alabel+%3FpropertyValLabel.%0A++++++++FILTER%28lang%28%3FpropertyValLabel%29+%3D+%22en%22%29.%0A++++++%7D%0A++++++FILTER%28regex%28%3Fproperty%2C+%22..%22%29%29.%0A++++++FILTER%28%21regex%28%3Fproperty%2C+%22%28ID%7Cid%7CId%7Cimage%7CImage%7Cgray%7Cdorlands%7Cwiki%7Clat%7Clong%7Ccolor%7Cinfo%7CInfo%7Chomepage%7Cmap%7CMap%7Cupdated%7CUpdated%7Clogo%7CLogo%7Cpushpin%7Clabel%7CLabel%7Cphoto%7CPhoto%29%22%29%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageRevisionID%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageID%3E%29.+++%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fabstract%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageExternalLink%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Ffilename%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageSize%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fimagesize%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FlogoImage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fwebpage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fname%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fimage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fthumbnail%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgraypage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FgrayPage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageCaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fid%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fphoto%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fcaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FgraySubject%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgraysubject%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fwebsite%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageName%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FdorlandsSuffix%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fdorlandssuf%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fsignature%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FviafId%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fpixels%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FmapCaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fpicture%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageFlag%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fneurolexid%3E%29.+%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgnd%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FdorlandsPrefix%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fdorlandspre%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageWidth%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fverifiedrevid%3E%29.%0A++++%7D%0A++++&output=json HTTP/1.0" 200 171 "-" "R" "-"
2018-06-12 14:39:58,203 [main] DEBUG o.a.s.l.WebServerAccessLogParserTests: Parse attempt [commonVirtuoso, commonVirtuoso.dbpedia.20160411-1000.log]: 7018ef1a0c9a52257f1c6b4d738fed09 - - [10/Apr/2016 03:00:00 +0200] "GET /sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=%0A++++SELECT+%3Fproperty+%3FpropertyLabel+%3FpropertyVal+%3FpropertyValLabel%0A++++WHERE+%7B%0A++++++%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FHistory_of_cannon%3E+%3Fproperty+%3FpropertyVal.%0A++++++%3Fproperty+rdfs%3Alabel+%3FpropertyLabel.%0A++++++FILTER%28lang%28%3FpropertyLabel%29+%3D+%22en%22%29.%0A++++++OPTIONAL+%7B%0A++++++++%3FpropertyVal+rdfs%3Alabel+%3FpropertyValLabel.%0A++++++++FILTER%28lang%28%3FpropertyValLabel%29+%3D+%22en%22%29.%0A++++++%7D%0A++++++FILTER%28regex%28%3Fproperty%2C+%22..%22%29%29.%0A++++++FILTER%28%21regex%28%3Fproperty%2C+%22%28ID%7Cid%7CId%7Cimage%7CImage%7Cgray%7Cdorlands%7Cwiki%7Clat%7Clong%7Ccolor%7Cinfo%7CInfo%7Chomepage%7Cmap%7CMap%7Cupdated%7CUpdated%7Clogo%7CLogo%7Cpushpin%7Clabel%7CLabel%7Cphoto%7CPhoto%29%22%29%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageRevisionID%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageID%3E%29.+++%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fabstract%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageExternalLink%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Ffilename%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageSize%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fimagesize%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FlogoImage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fwebpage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fname%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fimage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fthumbnail%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgraypage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FgrayPage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageCaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fid%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fphoto%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fcaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FgraySubject%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgraysubject%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fwebsite%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageName%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FdorlandsSuffix%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fdorlandssuf%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fsignature%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FviafId%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fpixels%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FmapCaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fpicture%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageFlag%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fneurolexid%3E%29.+%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgnd%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FdorlandsPrefix%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fdorlandspre%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageWidth%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fverifiedrevid%3E%29.%0A++++%7D%0A++++&output=json HTTP/1.0" 200 171 "-" "R" "-"
2018-06-12 14:39:58,204 [main] DEBUG o.a.s.l.WebServerAccessLogParserTests: Parse attempt [commonVirtuoso, commonVirtuoso.dbpedia.20160411-1000.log]: 149b742d55d95a3ac4e405c99ed80a1a - - [10/Apr/2016 03:00:00 +0200] "GET /sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&output=json&query=PREFIX%20rdfs%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%20SELECT%20*%20WHERE%20%7B%20%3Fcity%20a%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FPlace%3E%3B%20rdfs%3Alabel%20%27Zella-Mehlis%27%40en.%20%20%3Fairport%20a%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FAirport%3E.%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fcity%3E%20%3Fcity%7D%20UNION%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Flocation%3E%20%3Fcity%7D%20UNION%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FcityServed%3E%20%3Fcity.%7D%20UNION%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fcity%3E%20%3Fcity.%20%7D%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fiata%3E%20%3Fiata.%7D%20UNION%20%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FiataLocationIdentifier%3E%20%3Fiata.%20%7D%20OPTIONAL%20%7B%20%3Fairport%20foaf%3Ahomepage%20%3Fairport_home.%20%7D%20OPTIONAL%20%7B%20%3Fairport%20rdfs%3Alabel%20%3Fname.%20%7D%20OPTIONAL%20%7B%20%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fnativename%3E%20%3Fairport_name.%7D%20FILTER%20%28%20%21bound%28%3Fname%29%20%7C%7C%20langMatches%28%20lang%28%3Fname%29%2C%20%27en%27%29%20%29%7D HTTP/1.1" 200 174 "-" "R" "-"

java.lang.RuntimeException: No mapper for test case: debug.sparql.log

	at org.aksw.simba.lsq.WebServerAccessLogParserTests.test(WebServerAccessLogParserTests.java:42)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
	at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)

@bigerl
Copy link
Author

bigerl commented Jun 12, 2018

With test disabled maven runs successfully:
mvn install -Dmaven.test.skip=true
This is true for this repository and the dice/LQW repository, both on the development branch.

@Aklakan
Copy link
Member

Aklakan commented Oct 6, 2020

Old build issue either already solved or no longer applicable

@Aklakan Aklakan closed this as completed Oct 6, 2020
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

2 participants