Search Unity

Builds failing with java.lang.NoClassDefFoundError

Discussion in 'Unity Build Automation' started by ChrisHoefgenTMG, Sep 18, 2015.

  1. ChrisHoefgenTMG

    ChrisHoefgenTMG

    Joined:
    Jul 19, 2013
    Posts:
    2
    I have been trying to setup our prototype project to do an iOS or Web build but it continually fails with this error message: "
    java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jgit.transport.URIish"

    Below is the full build log. It looks like the build isn't able to get started properly. Anyone else encounter this one?

    1: Running Prebuild steps
    2: done.
    3: bvr 1.0.1
    4: bvr-api 0.1.3
    5: Using strategy: Default
    6: Caused by: java.io.IOException: Remote call on buildbot-12208 failed
    7: ... 11 more
    8: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jgit.transport.URIish
    9: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    10: postbuildstatus finished successfully.
    11: ls: Library: No such file or directory
    12: Deleting project workspace...
    13: Finished: FAILURE
    Status: FAILED​