Forum Discussion

dvneel's avatar
12 years ago

Browser component disabled in soapui pro 4.5.1

I am getting the following message when i am trying to run a http and it displays "Browser component is disabled". What do i need to do inorder to make it enabled?

1 Reply

  • The workaround I found that worked was to edit the soapui.sh file and add the line

     JAVA_OPTS="$JAVA_OPTS -Dsoapui.jxbrowser.disable=false"

    at the bottom, just before the 'java' invocation.
    then restart soapui.sh

    This was what I did on 64-bit Ubuntu 12.04, with Java 1.7.0_11 and SoapUI 4.5.1 (not Pro). I think the issue was
    that the jxbrowser was causing coredumps in some installations so it has been disabled by default now,
    and has to be explicitly enabled.