[zanata-bugs] [Bug 867657] [Maven Client] org.apache.maven.lifecycle.LifecycleExecutionException when pushing

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 18 06:21:43 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=867657

Ding-Yi Chen <dchen at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ON_QA                       |ASSIGNED
           Verified|                            |FailedQA

--- Comment #2 from Ding-Yi Chen <dchen at redhat.com> ---
Tested with Zanata version 1.8.0-SNAPSHOT (20121018-1429).

The push still  failed when pushing from different terminal with translation.

The error is not always reproduceable, but frequent enough.

Step to reproduce

1. Prepare project freeciv:
   a. Create project freeciv
   b. Create version master
   c. wget http://www.cazfi.net/freeciv/translations/S2_5/freeciv.pot
   d. wget http://www.cazfi.net/freeciv/translations/S2_5/zh-CN.po.bz2
      bunzip2 zh-CN.po.bz2
      mkdir zh-Hans
      mv zh-CN.po zh-Hans/freeciv.po
   e. wget http://www.cazfi.net/freeciv/translations/S2_5/zh-TW.po.bz2
      bunzip2 zh-TW.po.bz2
      mkdir zh-Hant
      mv zh-TW.po zh-Hant/freeciv.po
   f. Editing zanata.xml and pom.xml accordingly
2. Open 2 terminal
3. On terminal 1, run:
   mvn -B -e zanata:push -Dzanata.pushType=both
4. No need to wait for step 3 finish, on terminal 2, run:
   mvn -B -e zanata:push -Dzanata.pushType=both

Actual:
[ERROR] Failed to execute goal
org.zanata:zanata-maven-plugin:1.8.0-SNAPSHOT:push (default-cli) on project
null: Zanata mojo exception: Failed while pushing document translations: [] ->
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.zanata:zanata-maven-plugin:1.8.0-SNAPSHOT:push (default-cli) on project
null: Zanata mojo exception


Expected:
Push without error

Reassigned.

-- 
You are receiving this mail because:
You are on the CC list for the bug.




More information about the zanata-bugs mailing list