Forum Discussion

billhuber's avatar
15 years ago

Soapui 3.6 Startup Error - R6034

I have a working copy of Soapui, 3.5.1 on a Windows 7 laptop. I installed the 3.6 version and when I start the program I am getting a popup message saying C++ runtime error:

R6034

An application has made an attempt to load the C runtime library incorrectly.

This error occurs when the batch file loads xulrunner-windows. When I click on the OK button the popup message goes away and Soapui continues to load without problems. I tested a transaction and got the expected result. Soapui 3.6 appears to be working. I uninstalled the installer version and installed the zip version. I got the same error message.
  • I am getting the same error on startup. I have a Windows 7 laptop, too, with SoapUI 3.6.
    The problem is that in my case the application seems not to be running properly. I tried the SOAP/WSDL getting started tutorial and the Progress window continues displaying "Loading Definition" with the statusbar running forth and back. It does not seem to be able to load the WSDL correctly.

    Any help would be really appreciated.
  • I'm getting the same on my Windows 7 machine running 3.6.1 snapshot however I don't get the same error if I start SoapUI from LoadUI if that helps anyone with debugging.....
  • gmat318's avatar
    gmat318
    New Contributor
    I've discovered that if you disable the browser component, this doesn't happen:

    rem uncomment to disable browser component
    set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true"

    now i have to discover why it started happening all of the sudden.
  • SShippee's avatar
    SShippee
    Occasional Contributor
    I also get a C++ runtime error with Windows Server 2008 and SOAPUI 3.6 on start up - gmat318 stated:

    "rem uncomment to disable browser component
    set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true" "

    Where would one accomplish this? Thanks in advance,

    Steven Shippee
    Olympia, Washington
  • gmat318's avatar
    gmat318
    New Contributor
    For me, thats located in Eviware\soapui-pro-3.6.1\bin\soapui-pro.bat
    if you installed from the installer (instead of the zip file like i did) it may be in
    SoapUI-Pro-3.5.1.vmoption in the bin folder.

    you can find the location of the soapui install folder by looking at the properties of the shortcut (in windows)
  • mhavrda's avatar
    mhavrda
    New Contributor
    I could not change/switch any workspaces.

    After I have uncommented this setting I can change/switch workspaces.
    -Dsoapui.jxbrowser.disable=true

    There are two ways:
    1. If you run the soapui.sh.
    Uncomment -Dsoapui.jxbrowser.disable=true in the soapui.sh

    2. If you run the soapUI-3.6.1.
    Add -Dsoapui.jxbrowser.disable=true to the soapUI-3.6.1.vmoptions.

    My OS is Mandriva Linux 32-bit 2010.1 kernel 2.6.33.7-desktop-2mnb Gnome 2.30.0
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    This error is connected to the xulrunner library whose version has changed starting with 3.6 release and brought some improvements but also this error. Unfortunately currently we have no solution for it except disabling jxbrowser in a way some of you already explained. In some cases , like billhuber at the begining explained, it is possible to work with soapUI and just ignore "C++ runtime error" message, while in others (usually on linux) you have to disable jxbrowser to be able to use soapUI at all.
    We'll inform community when we have the solution for this.

    Regards,
    Dragica
    /www.eviware.com