Forum Discussion

cmaurer's avatar
cmaurer
New Contributor
14 years ago

Test Step Editor Doesn't Open

Hi All,

I have a working project on one PC and have had no problems. I installed soapUI on a second PC and when I open the project and try to open the test step in the editor it doesn't open. (Tried double-clicking, right-click Open Editor, also double-clicking from the Test Case definition window.) Everything else seems to open up OK (Service Definitions, Test Suite Definitions, Test Case Definitions, Load Tests...)

Both PCs are running 3.6 and have Windows XP Professional 2002 SP 3.

I reinstalled soapUI and re-copied the project. It still works ok on the old pc, but not on the new one.

Any suggestions?

Thanks,
C

1 Reply

  • cmaurer's avatar
    cmaurer
    New Contributor
    I got it to work by uncommenting the following line in the soapui.bat file:
    set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true"

    I have to run the tool by executing the soapui.bat file and not the .exe.

    So far so good....