Skip to content

Console Output

Started by user Matthias Mueller
Building on master in workspace /var/lib/jenkins/workspace/appng-examples-personservice
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/appNG/appng-examples.git # timeout=10
Fetching upstream changes from https://github.com/appNG/appng-examples.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/appNG/appng-examples.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 387225d537c2787580b93f05696249a5fbb65866 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 387225d537c2787580b93f05696249a5fbb65866
Commit message: "Minor updates to README.adoc"
 > git rev-list --no-walk 387225d537c2787580b93f05696249a5fbb65866 # timeout=10
[appng-examples-personservice] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn -f personregister/pom.xml -s /var/lib/jenkins/.m2/settings.xml package
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Person Register 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ personregister ---
[INFO] Source directory: /var/lib/jenkins/workspace/appng-examples-personservice/personregister/target/generated-sources/constants added.
[INFO] 
[INFO] >>> exec-maven-plugin:1.2.1:java (default) > validate @ personregister >>>
[INFO] 
[INFO] <<< exec-maven-plugin:1.2.1:java (default) < validate @ personregister <<<
[INFO] 
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:java (default) @ personregister ---
[WARNING] 
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.FileNotFoundException: application-home/dictionary/personregister.properties (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at org.appng.tools.file.PropertyConstantCreator.main(PropertyConstantCreator.java:61)
	... 6 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54.812 s
[INFO] Finished at: 2018-06-04T17:01:24+02:00
[INFO] Final Memory: 16M/232M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default) on project personregister: An exception occured while executing the Java class. null: InvocationTargetException: application-home/dictionary/personregister.properties (No such file or directory) -> [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
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE