Hi,
I am getting this below given error while building
application-ckeditor-master on
Ubuntu 16.04 running on VMware Worksatation 12 Player.
javac 1.8.0_121

I have atttached the log while building the system.
errorlog.txt - is the stack trace.
detail_log.txt - is the full debugging log.(link given below)

https://drive.google.com/open?id=0B4nlsL1nZ5MwTVduR1BkQkRFRzg

(file is > 100 KB)
What to do? :/
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] CKEditor Integration Base
[INFO] CKEditor Integration Plugins
[INFO] CKEditor Integration Test Modules
[INFO] CKEditor Integration Test Page Objects
[INFO] CKEditor Integration WebJar
[INFO] CKEditor Integration UI
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building CKEditor Integration Base 1.14-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-plugins) @ 
application-ckeditor-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-jcl-log4j-isolation) @ 
application-ckeditor-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-commons-lang3) @ 
application-ckeditor-base ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-upper-bounds) @ 
application-ckeditor-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-legacy-dependencies) 
@ application-ckeditor-base ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (xwiki-license-resources) 
@ application-ckeditor-base ---
[INFO] 
[INFO] --- download-maven-plugin:1.3.0:wget (download-ckeditor-sources) @ 
application-ckeditor-base ---
[INFO] Got from cache: 
/home/sarthak/.m2/repository/.cache/download-maven-plugin/4.6.2.zip_d8874ae583ca2721a75a5c0e4661f14a
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
application-ckeditor-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/sarthak/gsoc/application-ckeditor-master/base/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources 
(copy-ckeditor-build-config) @ application-ckeditor-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
application-ckeditor-base ---
[INFO] No sources to compile
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:exec (build-ckeditor) @ 
application-ckeditor-base ---
CKBuilder - Builds a release version of ckeditor-dev.

Checking/Updating CKBuilder...

Starting CKBuilder...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] CKEditor Integration Base .......................... FAILURE [  3.835 s]
[INFO] CKEditor Integration Plugins ....................... SKIPPED
[INFO] CKEditor Integration Test Modules .................. SKIPPED
[INFO] CKEditor Integration Test Page Objects ............. SKIPPED
[INFO] CKEditor Integration WebJar ........................ SKIPPED
[INFO] CKEditor Integration UI ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.570 s
[INFO] Finished at: 2017-04-02T11:48:21+05:30
[INFO] Final Memory: 17M/182M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
(build-ckeditor) on project application-ckeditor-base: Command execution 
failed. Process exited with an error: 128 (Exit value: 128) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (build-ckeditor) on project 
application-ckeditor-base: Command execution failed.
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        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:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        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.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: org.apache.maven.plugin.MojoExecutionException: Command execution 
failed.
        at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:362)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        ... 20 more
Caused by: org.apache.commons.exec.ExecuteException: Process exited with an 
error: 128 (Exit value: 128)
        at 
org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377)
        at 
org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160)
        at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:610)
        at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:352)
        ... 22 more
[ERROR] 
[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

Reply via email to