I had the same problem (Unknown commands error). On my opinion I have used the latest versions of libs, but the problem did not resolved.
I have reconfigured my Project to use the maven pom.xml (as described in example), all libraries updated and it resolved my problem. Thanx! On 28 янв, 18:20, Jian Fang <[email protected]> wrote: > I have uploaded the custom selenium server to our snapshot repo, please > change the version to > > 1.0.1-te2-SNAPSHOT' > > so that Maven will automatically pull it out. We will stop updating the > thirdparty repo unless it is release. > Please use the SNAPSHOT version instead. > > Sorry for any inconvenience this may cause. > > Thanks, > > Jian > > On Thu, Jan 28, 2010 at 10:01 AM, Jian Fang <[email protected]>wrote: > > > > > If you use Maven, I can see the potential cause of the problem. For Maven, > > if an artifact is not a snapshot version, > > Maven may not try to update it any more. For example, 1.0.1-te2 is a > > release version, your Maven may not > > download the latest one from our repo. Please try to use > > > mvn dependency:purge-local-repository > > > to delete all local cached artifacts in your box and then run > > > mvn install > > > again to pull them out from Maven repos. > > > Seems we should put 1.0.1-te2 to some snapshot repo before the release > > instead of a third party repo. > > > Thanks, > > > Jian > > > On Thu, Jan 28, 2010 at 9:43 AM, Jian Fang <[email protected]>wrote: > > >> No, we put it in the third party repo, not a snapshot repo. Could you try > >> to download the 1.0.1-te2 jar > >> and try again? > > >> I updated the following section for where to find them. > > >>http://code.google.com/p/aost/wiki/Tellurium070Update#Where_to_Find_? > > >> Thanks, > > >> Jian > > >> On Thu, Jan 28, 2010 at 6:42 AM, Jonathan Share <[email protected]>wrote: > > >>> Interesting, it was 1.0.1-te2 I had configured originally that didn't > >>> work. You're not updating a non snapshot version without bumping the > >>> version number are you? > > >>> 2010/1/27 Jian Fang <[email protected]>: > >>> > 1.0.1-te2f is the same as 1.0.1-te2. The difference is that te2f > >>> includes > >>> > the Firebug and firefind Firefox plugins in the > >>> > Custom selenium server, which is mainly for Tellurium developers to > >>> debug > >>> > Tellurium Engine. 1.0.1-te2 includes a Firebug-lite > >>> > for console logging, which may also include the Firebug plugin for the > >>> > timebeing, but will be removed when it is released. > > >>> > Be aware, 1.0.1-te2f is not updated as frequently as 1.0.1-te2. The > >>> latter > >>> > one has the latest Engine code. > > >>> > Thanks, > > >>> > Jian > > >>> > On Wed, Jan 27, 2010 at 12:32 PM, Jonathan Share <[email protected]> > >>> > wrote: > > >>> >> Thanks for the help... although it was this one that fixed it for me > > >>>http://maven.kungfuters.org/content/repositories/thirdparty/org/selen... > > >>> >> 2010/1/27 Jian Fang <[email protected]>: > >>> >> > Hi Jonathan, > > >>> >> > Seems you need to update your custom selenium server. You can find > >>> the > >>> >> > latest custom selenium server > >>> >> > from here > > >>>http://maven.kungfuters.org/content/repositories/thirdparty/org/selen... > > >>> >> > Thanks, > > >>> >> > Jian > > >>> >> > On Wed, Jan 27, 2010 at 12:09 PM, Jonathan Share < > >>> [email protected]> > >>> >> > wrote: > > >>> >> >> Hi, > > >>> >> >> It's been a while since I last ran my tests and I'm getting this > >>> error > >>> >> >> (see below) as soon as I start my tests (firefox loads the page but > >>> >> >> nothing else happens). Is this some obvious thing that has changed > >>> >> >> that I've not noticed? > > >>> >> >> Thanks, > > >>> >> >> Jonathan > > >>> >> >> com.thoughtworks.selenium.SeleniumException: ERROR: Unknown > >>> command: > >>> >> >> 'getBundleResponse' > >>> >> >> at > > >>> com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExcepti > >>> onOrError(HttpCommandProcessor.java:97) > >>> >> >> at > > >>> com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcess > >>> or.java:91) > >>> >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> Method) > >>> >> >> at > > >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 > >>> 9) > >>> >> >> at > > >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > >>> l.java:25) > >>> >> >> at java.lang.reflect.Method.invoke(Method.java:597) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSit > >>> eNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethod > >>> Site.java:52) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArra > >>> y.java:40) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite > >>> .java:117) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite > >>> .java:129) > >>> >> >> at > > >>> org.telluriumsource.component.connector.CustomSelenium.getBundleResponse(Cu > >>> stomSelenium.groovy:257) > >>> >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> Method) > >>> >> >> at > > >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 > >>> 9) > >>> >> >> at > > >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > >>> l.java:25) > >>> >> >> at java.lang.reflect.Method.invoke(Method.java:597) > >>> >> >> at > > >>> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:88) > >>> >> >> at > >>> groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) > >>> >> >> at > >>> >> >> groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058) > >>> >> >> at > >>> >> >> groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886) > >>> >> >> at > > >>> groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:149) > >>> >> >> at groovy.lang.MetaObjectProtocol$invokeMethod.call(Unknown > >>> >> >> Source) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArra > >>> y.java:40) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite > >>> .java:117) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite > >>> .java:133) > >>> >> >> at > > >>> org.telluriumsource.component.dispatch.Dispatcher.methodMissing(Dispatcher. > >>> groovy:56) > >>> >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> Method) > >>> >> >> at > > >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 > >>> 9) > >>> >> >> at > > >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > >>> l.java:25) > >>> >> >> at java.lang.reflect.Method.invoke(Method.java:597) > >>> >> >> at > > >>> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:88) > >>> >> >> at > > >>> groovy.lang.MetaClassImpl.invokeMissingMethod(MetaClassImpl.java:813) > >>> >> >> at > > >>> groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1107) > >>> >> >> at > >>> >> >> groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1060) > >>> >> >> at > >>> >> >> groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSi > >>> te.java:39) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArra > >>> y.java:40) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite > >>> .java:117) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite > >>> .java:129) > >>> >> >> at > > >>> org.telluriumsource.component.bundle.BundleProcessor.passBundledCommand(Bun > >>> dleProcessor.groovy:317) > >>> >> >> at > > >>> org.telluriumsource.component.bundle.BundleProcessor$passBundledCommand.cal > >>> lCurrent(Unknown > >>> >> >> Source) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallS > >>> iteArray.java:44) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractC > >>> allSite.java:143) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractC > >>> allSite.java:163) > >>> >> >> at > > >>> org.telluriumsource.component.bundle.BundleProcessor.process(BundleProcesso > >>> r.groovy:398) > >>> >> >> at > > >>> org.telluriumsource.component.bundle.BundleProcessor$process.callCurrent(Un > >>> known > >>> >> >> Source) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallS > >>> iteArray.java:44) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractC > >>> allSite.java:143) > >>> >> >> at > > >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractC > >>> allSite.java:155) > >>> >> >> at > > >>> org.telluriumsource.component.bundle.BundleProcessor.methodMissing(BundlePr > >>> ocessor.groovy:411) > >>> >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> Method) > >>> >> >> at > > >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 > >>> 9) > >>> >> >> at > > ... > > продолжение » -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
