Forum Discussion

NSeibert's avatar
NSeibert
Contributor
15 years ago

Missing scripts folder

Any ideas on how what might cause this?

Getting this warning error on agent startup..
09:23:37,470 INFO [SoapUIProjectLoader] Caching soapUI project at [/root/.loadui/fileStorage/6973a27a2d20ff2e5f5558da4739803a]
09:23:37,480 INFO [WsdlProject] Loaded project from [file:/root/.loadui/fileStorage/6973a27a2d20ff2e5f5558da4739803a]
09:23:37,483 WARN [SoapUIProGroovyScriptEngineFactory] Missing scripts folder [/usr/local/eviware/loadUI-Agent-1.0.2-SNAPSHOT/C:\Program Files\eviware\soapUI-Pro-3.6.1\bin\scripts]

Normally would ignore a warning, but during the test run the agent is throwing this exception, and stops the test

groovy.lang.MissingPropertyException: No such property: value for class: com.eviware.loadui.groovy.GroovyContextProxy
at com.eviware.loadui.groovy.GroovyContextProxy.propertyIsMissing(GroovyContextProxy.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:88)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod$MethodClosureMetaMethod.invoke(ClosureMetaMethod.java:173)
at groovy.lang.MetaClassImpl.invokeMissingProperty(MetaClassImpl.java:754)
at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:1611)
at groovy.lang.ExpandoMetaClass.getProperty(ExpandoMetaClass.java:1099)
at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:3311)
at groovy.lang.ExpandoMetaClass.getProperty(ExpandoMetaClass.java:1111)
at groovy.lang.DelegatingMetaClass.getProperty(DelegatingMetaClass.java:128)
at groovy.lang.GroovyObjectSupport.getProperty(GroovyObjectSupport.java:36)
at groovy.lang.Script.getProperty(Script.java:56)
at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:156)
at groovy.lang.Closure.getPropertyTryThese(Closure.java:191)
at groovy.lang.Closure.getPropertyOwnerFirst(Closure.java:185)
at groovy.lang.Closure.getProperty(Closure.java:174)
at org.codehaus.groovy.runtime.callsite.PogoGetPropertySite.getProperty(PogoGetPropertySite.java:47)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:239)


Thank you kindly for any advice.

2 Replies

  • Hmm, there's probably a bug involved here. But please try this command line option when starting the agent:

    -Dsoapui.scripting.library=/home/[username]

    Just to see if it helps.


    Thanks

    /Henrik
    eviware.com
  • eviware support wrote:
    Hmm, there's probably a bug involved here. But please try this command line option when starting the agent:

    -Dsoapui.scripting.library=/home/[username]

    Just to see if it helps.


    Thanks

    /Henrik
    eviware.com

    That fixed it. Thank you Henrik!