Can you try doing an mvn clean and seeing if it is still an issue?

A class entirely missing like that is usually due to mvn not recompiling
everything that is impacted by a given change.

--Rafael

On Mon, Jul 6, 2015 at 8:11 AM, Gordon Sim <g...@redhat.com> wrote:

> All the ProtonJInterop tests fail for me, and the python-test then hangs.
> The error for each is something like:
>
>  2: proton_tests.reactor_interop.ReactorInteropTest. \
>> 2: Error: Could not find or load main class
>> org.apache.qpid.proton.ProtonJInterop
>> 2:     test_protonc_to_protonj_1
>> ........................................... fail
>> 2: Error during test:  Traceback (most recent call last):
>> 2:     File "/home/gordon/projects/proton-git/tests/python/proton-test",
>> line 360, in run
>> 2:       phase()
>> 2:     File
>> "/home/gordon/projects/proton-git/tests/python/proton_tests/reactor_interop.py",
>> line 141, in test_protonc_to_protonj_1
>> 2:       self.protonc_to_protonj(1)
>> 2:     File
>> "/home/gordon/projects/proton-git/tests/python/proton_tests/reactor_interop.py",
>> line 124, in protonc_to_protonj
>> 2:       assert(java_thread.result == 0)
>> 2:   AssertionError
>> 2: proton_tests.reactor_interop.ReactorInteropTest. \
>> 2: Error: Could not find or load main class
>> org.apache.qpid.proton.ProtonJInterop
>>
>
>

Reply via email to