Forum Discussion

mkalboneh's avatar
mkalboneh
Occasional Contributor
11 years ago

SoapUI Deletes All Projects

Hello All,

This is a really annoying bug that probably has something to do with the heap size. I had a few projects in my soapUI workspace, I restart soapUI, non of my projects is there
A friend of mine suggested increasing the heap inside soapUI/bin/vmoptions file. I increased it to 2000, I launched soapUI, I get a message saying the heap size I chose is too large, the max
is 1500. So I go back to change the vmoptions file, but the file disappeared. So I had to uninstall soap, then install it again.
Long story short, the projects disappearing is the main bug.

update:

I am using 4.5.2
I just installed a fresh copy of soapUI and it did the same exact thing. I imported a project, saved it, closed soapUI, launch it again, no projects.
In addition, I can't even find that vmoptions file anymore with this fresh install?
Any Ideas?

5 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Have you checked soapui log files to see what is going on? That may give some clues what went wrong.
  • mkalboneh's avatar
    mkalboneh
    Occasional Contributor
    Here is All logs I can locate:

    error.log
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.


    soapui.log
    2013-06-12 13:50:25,209 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\"MachineName"\soapui-settings.xml]
    2013-06-12 13:50:25,853 INFO [SoapUI] Used java version: 1.7.0_15

    soapui-error.log
    2013-06-11 16:34:26,272 WARN [errorlog] Failed to delete temporary project file; C:\Users\"MachineName"\Desktop\New Event Service Tests\project-temp-2409839239882913334.xml
    2013-06-11 16:37:25,604 WARN [errorlog] Failed to delete temporary project file; C:\Users\"MachineName"\Desktop\New Event Service Tests\project-temp-1961626440759112644.xml
    2013-06-11 16:37:29,189 WARN [errorlog] Failed to delete temporary project file; C:\Users\"MachineName"\Desktop\New Event Service Tests\project-temp-4306211670438851617.xml
    2013-06-11 16:38:11,955 WARN [errorlog] Failed to delete temporary project file; C:\Users\"MachineName"\Documents\New Event Service Tests\project-temp-1572353389663906483.xml
    2013-06-11 17:07:31,187 WARN [errorlog] Failed to delete temporary project file; C:\Users\"MachineName"\Documents\New Event Service Tests\project-temp-8417041423881709047.xml
    2013-06-11 17:20:39,305 ERROR [WsdlSubmit] Exception in request: java.net.SocketTimeoutException: Read timed out
    2013-06-11 17:20:39,306 ERROR [errorlog] java.net.SocketTimeoutException: Read timed out
    java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
    at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:110)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
    at org.apache.http.impl.conn.LoggingSessionInputBuffer.readLine(LoggingSessionInputBuffer.java:115)
    at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
    at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:281)
    at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
    at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:219)
    at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$SoapUIHttpRequestExecutor.doReceiveResponse(HttpClientSupport.java:151)
    at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
    at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:633)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:454)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
    at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$Helper.execute(HttpClientSupport.java:246)
    at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.execute(HttpClientSupport.java:356)
    at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:234)
    at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)



    Any help?
  • nmrao's avatar
    nmrao
    Champion Level 3
    Logs not much helpful, seems.
    I do have soapui 4.5.2 free version on ubuntu 11.10. It behaves well.
    Will you please check if there is issue in the workspace xml file? You will be able to find the location as shown in the picture attached.
  • mkalboneh's avatar
    mkalboneh
    Occasional Contributor
    I think I relocated my workspace file and never told soapUI about it. So SoapUI went on me
    What I did is I created a new workspace, then it was all good.

    Thank YOu