ContributionsMost RecentMost LikesSolutionsRe: unable to resolve classOn my way to verify that I just copied the wrong directory, I located my results in a different location than I intended. When I change the working directory to bin it works but puts the results in a different location than I expected. Sorry for the mix up. Chuckunable to resolve classI found a thread similiar to my issue a long time ago, but the resolution was never posted. org.codehaus.groovy.syntax.SyntaxException: unable to resolve class When running command line testrunner.bat my GroovyScript Test Step is unable to resolve a class from within a .jar file located in C:\Program Files\eviware\soapUI-Pro-3.0-beta-2\bin\ext. I checked the soapui-settings.xml and the Script Library path is correct. The working directory is set to C:\\SynergyFTP\\20090714-134526 TestRunner.bat lives in C:\\Program Files\\eviware\\soapUI-Pro-3.0\\bin\\ My project file is located C:\\SynergyFTP\\20090714-134526\\soapui_QueryAccountInfoService_RTB1_ProjId-17.xml The command is C:\\Program Files\\eviware\\soapUI-Pro-3.0\\bin\\testrunner.bat -a -fresults C:\\SynergyFTP\\20090714-134526\\soapui_QueryAccountInfoService_RTB1_ProjId-17.xml ChuckRe: command line testrunner.bat failureI downloaded and installed soapUI-Pro-3_0-beta-2.exe and the problem appears to be gone. I think something was missing in my previous 2.5.2 version. Thanks for the quick help. ChuckRe: command line testrunner.bat failureI created a new test project and it failed just the same. I am attaching that project as well as a screen shot of the same results with a different project. It initially looks to be an issue with paths or loading while trying to run via command line. ChuckRe: command line testrunner.bat failureThe project file was saved first. SoapUI was not open when I issued the command at the command line. Attached screenshot. Chuckcommand line testrunner.bat failuretried using the example in the user guide to run from command line. The test did not run and I get the following error. C:\Program Files\eviware\soapUI-Pro-2.5.2\bin>testrunner.bat -g -I -a C:\ART\soa pui_QueryAccountInfoService_RTB1_ProjId-8.xml Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook Picked up _JAVA_OPTIONS: -Xrunjvmhook -Xbootclasspath/a:C:\PROGRA~1\HP\QUICKT~1\ bin\JAVA_S~1\classes;C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\classes\jasmine.jar soapUI Pro 2.5.2 TestCase Runner log4j:WARN No appenders could be found for logger (com.eviware.soapui.impl.cover age.report.CoverageBuilder). log4j:WARN Please initialize the log4j system properly. Not sure what I am missing. ChuckRe: java.lang.IndexOutOfBoundsException While running testsWorking. ThanksRe: java.lang.IndexOutOfBoundsException While running testsI may have issues with the build. I will figure it out by early next week.Re: java.lang.IndexOutOfBoundsException While running testsSorry for the ignorance, but where do I get the nightly builds? ChuckRe: java.lang.IndexOutOfBoundsException While running testsI have 1 Groovy Script Test Step, and 2 Properties Test Steps. My sequence is Soap Request Test Step - default created by SoapUI tool Groovy Script Test Step Properties Test Step Properties Test Step 12 Soap Request Test Steps (created by Groovy Script Test Step) The issue occurs when I run the entire Project or Test Suite or Test Case. The exception is thrown after the 12th Soap Request Test Step(16th overal test step). Thanks, Chuck