Ferdinand_Aliwa
16 years agoOccasional Contributor
Error when loading composite project on soapui pro 3.0.1
Hi, we just got a deployment and we can not load our composite project now. I probably suspect because some of our datagen that pulling value from the database(using groovy script) now messed up because of the DB changes from the deployment, and caused this problem.
But again, we can not even open the composite project. Does soapUI load the datagen when we opening the project?
Bellow is the error that I found in error log. around 5 of these same errors. Please let me know if you need more information.
Thanks,
Ferdinand
2009-11-20 18:01:30,747 ERROR [errorlog] java.lang.NullPointerException: Cannot invoke method getAt() on null object
java.lang.NullPointerException: Cannot invoke method getAt() on null object
at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:751)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:728)
at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:17)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
at Script1.run(Script1.groovy:11)
at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:93)
at com.eviware.soapui.support.scripting.groovy.SoapUIProGroovyScriptEngineFactory$SoapUIProGroovyScriptEngine.run(SourceFile:50)
at com.eviware.soapui.impl.wsdl.teststeps.datagen.ScriptProperty.getValue(SourceFile:72)
at com.eviware.soapui.impl.wsdl.teststeps.datagen.AbstractDataGeneratorProperty.getValue(SourceFile:149)
at com.eviware.soapui.impl.wsdl.teststeps.datagen.WsdlDataGeneratorTestStep$PropertyProxy.getValue(SourceFile:222)
at com.eviware.soapui.model.tree.nodes.PropertyTreeNode.buildName(PropertyTreeNode.java:47)
at com.eviware.soapui.model.tree.nodes.PropertyTreeNode$PropertyModelItem.(PropertyTreeNode.java:85)
at com.eviware.soapui.model.tree.nodes.PropertyTreeNode.(PropertyTreeNode.java:39)
at com.eviware.soapui.model.tree.nodes.PropertiesTreeNode.(PropertiesTreeNode.java:52)
at com.eviware.soapui.model.tree.nodes.TestStepTreeNode.(TestStepTreeNode.java:29)
at com.eviware.soapui.model.tree.nodes.TestCaseTreeNode$TestStepsTreeNode.createTestStepTreeNode(TestCaseTreeNode.java:129)
at com.eviware.soapui.model.tree.nodes.TestCaseTreeNode$TestStepsTreeNode.(TestCaseTreeNode.java:121)
at com.eviware.soapui.model.tree.nodes.TestCaseTreeNode.(TestCaseTreeNode.java:47)
at com.eviware.soapui.model.tree.nodes.TestSuiteTreeNode.(TestSuiteTreeNode.java:50)
at com.eviware.soapui.model.tree.nodes.ProjectTreeNode.(ProjectTreeNode.java:58)
at com.eviware.soapui.model.tree.nodes.WorkspaceTreeNode.(WorkspaceTreeNode.java:50)
at com.eviware.soapui.model.tree.SoapUITreeModel.(SoapUITreeModel.java:52)
at com.eviware.soapui.ui.Navigator.buildUI(Navigator.java:84)
at com.eviware.soapui.ui.Navigator.(Navigator.java:79)
at com.eviware.soapui.SoapUI.buildUI(SoapUI.java:218)
at com.eviware.soapui.SoapUI.show(SoapUI.java:839)
at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:719)
at com.eviware.soapui.SoapUIPro.b(SourceFile:260)
at com.eviware.soapui.SoapUIPro.a(SourceFile:186)
at com.eviware.soapui.SoapUIPro$SoapUIProRunner.run(SourceFile:1109)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
But again, we can not even open the composite project. Does soapUI load the datagen when we opening the project?
Bellow is the error that I found in error log. around 5 of these same errors. Please let me know if you need more information.
Thanks,
Ferdinand
2009-11-20 18:01:30,747 ERROR [errorlog] java.lang.NullPointerException: Cannot invoke method getAt() on null object
java.lang.NullPointerException: Cannot invoke method getAt() on null object
at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:751)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:728)
at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:17)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
at Script1.run(Script1.groovy:11)
at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:93)
at com.eviware.soapui.support.scripting.groovy.SoapUIProGroovyScriptEngineFactory$SoapUIProGroovyScriptEngine.run(SourceFile:50)
at com.eviware.soapui.impl.wsdl.teststeps.datagen.ScriptProperty.getValue(SourceFile:72)
at com.eviware.soapui.impl.wsdl.teststeps.datagen.AbstractDataGeneratorProperty.getValue(SourceFile:149)
at com.eviware.soapui.impl.wsdl.teststeps.datagen.WsdlDataGeneratorTestStep$PropertyProxy.getValue(SourceFile:222)
at com.eviware.soapui.model.tree.nodes.PropertyTreeNode.buildName(PropertyTreeNode.java:47)
at com.eviware.soapui.model.tree.nodes.PropertyTreeNode$PropertyModelItem.
at com.eviware.soapui.model.tree.nodes.PropertyTreeNode.
at com.eviware.soapui.model.tree.nodes.PropertiesTreeNode.
at com.eviware.soapui.model.tree.nodes.TestStepTreeNode.
at com.eviware.soapui.model.tree.nodes.TestCaseTreeNode$TestStepsTreeNode.createTestStepTreeNode(TestCaseTreeNode.java:129)
at com.eviware.soapui.model.tree.nodes.TestCaseTreeNode$TestStepsTreeNode.
at com.eviware.soapui.model.tree.nodes.TestCaseTreeNode.
at com.eviware.soapui.model.tree.nodes.TestSuiteTreeNode.
at com.eviware.soapui.model.tree.nodes.ProjectTreeNode.
at com.eviware.soapui.model.tree.nodes.WorkspaceTreeNode.
at com.eviware.soapui.model.tree.SoapUITreeModel.
at com.eviware.soapui.ui.Navigator.buildUI(Navigator.java:84)
at com.eviware.soapui.ui.Navigator.
at com.eviware.soapui.SoapUI.buildUI(SoapUI.java:218)
at com.eviware.soapui.SoapUI.show(SoapUI.java:839)
at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:719)
at com.eviware.soapui.SoapUIPro.b(SourceFile:260)
at com.eviware.soapui.SoapUIPro.a(SourceFile:186)
at com.eviware.soapui.SoapUIPro$SoapUIProRunner.run(SourceFile:1109)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)