Page 1 sur 1

Squash TA job - goals run and test-list are working but list failes

Publié : ven. mars 01, 2019 8:25 pm
par rpandauzova
Hello,

I'm using the 1.10.0-RELEASE and I used the default project as my first job.
It builds in Jenkins successfully with operations 'run' and 'test-list' (HTML report and test list json are generated) but operation 'list' fails with NullPointerException.

[ERROR] Failed to execute goal org.squashtest.ta:squash-ta-maven-plugin:1.10.0-RELEASE:list (default-cli) on project my.squash.ta.project: Execution default-cli of goal org.squashtest.ta:squash-ta-maven-plugin:1.10.0-RELEASE:list failed. NullPointerException -> [Help 1]

Any ideas will be highly appreciated.

Thank you :)

Squash TA job - goals run and test-list are working but list failes

Publié : ven. mars 01, 2019 8:45 pm
par rpandauzova
I re-ran maven with the -e switch to give you the full error stack
Seems to be a maven LifecycleExecutionException.

[ERROR] Failed to execute goal org.squashtest.ta:squash-ta-maven-plugin:1.10.0-RELEASE:list (default-cli) on project my.squash.ta.project: Execution default-cli of goal org.squashtest.ta:squash-ta-maven-plugin:1.10.0-RELEASE:list failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.squashtest.ta:squash-ta-maven-plugin:1.10.0-RELEASE:list (default-cli) on project my.squash.ta.project: Execution default-cli of goal org.squashtest.ta:squash-ta-maven-plugin:1.10.0-RELEASE:list failed.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)

Re: Squash TA job - goals run and test-list are working but list failes

Publié : lun. mai 13, 2019 4:50 pm
par Rebeca Thomson
Hello, everyone, I have pretty the same problem [execute goal org.squashtest]. Thank for info)

Re: Squash TA job - goals run and test-list are working but list failes

Publié : ven. juin 07, 2019 2:41 pm
par edegenetais
Hi,
for anybody still experiencing this on the 1.10.0 version, this was FIXed in the 1.10.1-RELEASE version.