Forum Discussion

bsridhar's avatar
bsridhar
New Contributor
14 years ago

Error while starting the soapui in linux

Hi,

I am new to sopaui tool.

I am trying to run this tool in Linux , but getting below error. I tried with some option but failed to resolved.

"Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/jdk/1.6.0_31l64/jre/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory"

4 Replies

  • I have the same issue.

    Almost all of my research suggests that the issue is caused by the use of a 32bit JRE, and that updating to a 64 bit version will fix the issue.

    However, I am running a 64 bit version of Java and am still receiving the same error.

    This is for Soapui-3.5.1, running on a Centos5 machine.
  • I had the same issue. However, after some troubleshooting I've managed to fix that.

    My problem was that: I have a 64bit Ubunto Box but have installed the 32bit version of SoapUI. So when I tried to start SoapUI, I was getting that error.

    What I did to solve the problem: I have replaced the 32bit jre directory in $SOAPUI_HOME with a 64bit jre. After that I could start SoapUI smoothly.

    Hope this be a sort of help for some of you out there...
    Cheers,
    Hiran47