Forum Discussion

sscott_1's avatar
sscott_1
New Contributor
15 years ago

SoapUI from SVN

Hello,
I have been trying to build my own SoapUI from the SVN.
Everything works well in Eclipse - the App runs ( although I do get a license error - java.lang.RuntimeException: JxBrowser license check failed: No valid license found.).

After I build the jar file and move that into my SoapUI 4.0.0 install bin directory.
I get this error when I try to start SoapUI:
java.lang.ClassNotFoundException: org.apache.http.HttpRequest

I tried moving all the xmlbeans jars into my SoapUI 4.0.0 install lib directory, but I still get the same error.
Any help, suggestions, or document pointers are greatly appreciated.
Thank you.
Shannon

2 Replies

  • sscott_1's avatar
    sscott_1
    New Contributor
    I was able to work around this issue by copying MAVEN_REPO/org.apache.httpcomponents/jars/http*.jar into the SoapUI-4.0.0/lib directory.
    Shannon