Forum Discussion

SiKing's avatar
SiKing
Community Expert
15 years ago

default workspace home

I found something odd, and not sure what to do about it.

First, I am running on Windows 2008 RC1 and I do not have Admin privileges on my machine.

At some point in the past, one of our admins (call him "admin1") installed SoapUI 3.0. Time passed and another admin ("admin2") un-installed that, and reinstalled SoapUI 3.5.1. I ("user1") went ahead and created my own workspace (in C:\Users\user1\VSS\Web Services\Functional tests\FunctionalTests-soapui-workspace.xml) and project file (in C:\Users\user1\VSS\Web Services\Functional tests\Smoke-soapui-project.xml). Everything appears OK when running from SoapUI GUI.

I then went and tried to run the above project using the testrunner, like so:
"%SOAPUI%\bin\testrunner.bat" -a -fTestResult -e%baseURL% Smoke-soapui-project.xml

The very first line in the resulting soapui.log says:
2011-01-07 10:23:20,669 INFO  [DefaultSoapUICore] Creating new settings at [C:\Users\admin1\soapui-settings.xml]


I then went back to the GUI, and the project that was openned for me was: C:\Users\admin1\default-soapui-workspace.xml

How do I get rid of this? admin1 is no longer with us, and the directory does not even exist on my machine.

2 Replies

  • SiKing's avatar
    SiKing
    Community Expert
    I eventually just went through the registry, and deleted everything and anything that had "admin1" in it. That seems to have solved this issue.
  • many thanks. First, i've checked that I launch without any '-data' somewhere. I tried to delete both config.ini & org.eclise.ui.ide.prefs but nothing happens, org.eclipse.ui.ide.prefs is rewritten by eclipse but not config.ini. Perhaps problem will be that I work with myeclipse?