TGeppert
11 years agoOccasional Contributor
java.util.EmptyStackException when running SoapUI test
Hi Team,
When I'm running a project I'm getting java.util.EmptyStackException. I'm using SoapUI 5.1.2 Pro
In my project I have many TestSteps in TestCase and TestSuites.
To validate the content of response I use Contains, Not Contains, Not SOAP Fault, SOAP Response and mostly XPath Match assertions.
I also have a groovy script as TestStep (contained in a TestSuite), to execute the tests on 4 different servers with 11 different properties each. So each test is executed 44 times. During each execution of failing TestCases the result message of a failed TestStep is written to a file.
My memory settings are -Xms128m -Xmx6134m. I get the mentioned error (not at a certain TestStep).
I would like to know why I get this error in the soapui-error.log.
2014-11-18 16:37:27,921 ERROR [errorlog] java.util.EmptyStackException
java.util.EmptyStackException
at java.util.Stack.peek(Unknown Source)
at java.util.Stack.pop(Unknown Source)
at javax.swing.tree.VariableHeightLayoutCache.getNodeForPath(Unknown Source)
at javax.swing.tree.VariableHeightLayoutCache.getBounds(Unknown Source)
at javax.swing.plaf.basic.BasicTreeUI.getPathBounds(Unknown Source)
at javax.swing.plaf.basic.BasicTreeUI.getPathBounds(Unknown Source)
at javax.swing.JTree.getPathBounds(Unknown Source)
at com.eviware.soapui.model.tree.AbstractModelItemTreeNode.propertyChange(AbstractModelItemTreeNode.java:124)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at com.eviware.soapui.model.support.AbstractModelItem.notifyPropertyChanged(AbstractModelItem.java:71)
at com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequestStep.propertyChange(WsdlTestRequestStep.java:347)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at com.eviware.soapui.model.support.AbstractModelItem.notifyPropertyChanged(AbstractModelItem.java:71)
at com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem.setIcon(AbstractWsdlModelItem.java:84)
at com.eviware.soapui.impl.wsdl.support.IconAnimator.run(IconAnimator.java:150)
at java.util.concurrent.Executors$RunnableAdapter.call(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)
When I'm running a project I'm getting java.util.EmptyStackException. I'm using SoapUI 5.1.2 Pro
In my project I have many TestSteps in TestCase and TestSuites.
To validate the content of response I use Contains, Not Contains, Not SOAP Fault, SOAP Response and mostly XPath Match assertions.
I also have a groovy script as TestStep (contained in a TestSuite), to execute the tests on 4 different servers with 11 different properties each. So each test is executed 44 times. During each execution of failing TestCases the result message of a failed TestStep is written to a file.
My memory settings are -Xms128m -Xmx6134m. I get the mentioned error (not at a certain TestStep).
I would like to know why I get this error in the soapui-error.log.
2014-11-18 16:37:27,921 ERROR [errorlog] java.util.EmptyStackException
java.util.EmptyStackException
at java.util.Stack.peek(Unknown Source)
at java.util.Stack.pop(Unknown Source)
at javax.swing.tree.VariableHeightLayoutCache.getNodeForPath(Unknown Source)
at javax.swing.tree.VariableHeightLayoutCache.getBounds(Unknown Source)
at javax.swing.plaf.basic.BasicTreeUI.getPathBounds(Unknown Source)
at javax.swing.plaf.basic.BasicTreeUI.getPathBounds(Unknown Source)
at javax.swing.JTree.getPathBounds(Unknown Source)
at com.eviware.soapui.model.tree.AbstractModelItemTreeNode.propertyChange(AbstractModelItemTreeNode.java:124)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at com.eviware.soapui.model.support.AbstractModelItem.notifyPropertyChanged(AbstractModelItem.java:71)
at com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequestStep.propertyChange(WsdlTestRequestStep.java:347)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at com.eviware.soapui.model.support.AbstractModelItem.notifyPropertyChanged(AbstractModelItem.java:71)
at com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem.setIcon(AbstractWsdlModelItem.java:84)
at com.eviware.soapui.impl.wsdl.support.IconAnimator.run(IconAnimator.java:150)
at java.util.concurrent.Executors$RunnableAdapter.call(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)