← Back to team overview

sikuli-driver team mailing list archive

[Question #293772]: Error while running mvn -pl Setup exec:exec

 

New question #293772 on Sikuli:
https://answers.launchpad.net/sikuli/+question/293772

after running mvn clean install , when i try to run mvn -pl setup exec:exec-->initially it runs fine and download start but after certain time i get this error :



Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar (32 KB at 4.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (8 KB at 1.1 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 58.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (53 KB at 6.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 31.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.jar (237 KB at 27.8 KB/sec)
Exception in thread "main" java.lang.ExceptionInInitializerError
    at org.sikuli.script.Sikulix.<clinit>(Sikulix.java:63)
    at org.sikuli.script.RunTime.runcmd(RunTime.java:2659)
    at org.sikuli.script.RunTime.runcmd(RunTime.java:2594)
    at org.sikuli.script.RunTime.get(RunTime.java:211)
    at org.sikuli.setup.RunSetup.main(RunSetup.java:165)
Caused by: java.lang.NullPointerException
    at org.sikuli.script.RunTime.makeFolders(RunTime.java:773)
    at org.sikuli.script.RunTime.libsExport(RunTime.java:878)
    at org.sikuli.script.RunTime.libsLoad(RunTime.java:813)
    at org.sikuli.script.RunTime.loadLibrary(RunTime.java:980)
    at org.sikuli.script.Screen.<clinit>(Screen.java:73)
    ... 5 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2016-05-16T16:11:28+05:30
[INFO] Final Memory: 16M/331M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (default-cli) on project sikulixsetup: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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
[bhowmik@lxsolws-test SikuliX-2014-master]$

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.