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/seleniumhq/selenium/server/selenium-server/1.0.1-te2f/ >>> >> >>> >> 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/seleniumhq/selenium/server/selenium-server/1.0-te-2/ >>> >> > >>> >> > 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.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97) >>> >> >> at >>> >> >> >>> >> >> >>> com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91) >>> >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> Method) >>> >> >> at >>> >> >> >>> >> >> >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> >> >> at >>> >> >> >>> >> >> >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> >> >> at java.lang.reflect.Method.invoke(Method.java:597) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52) >>> >> >> 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:129) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.component.connector.CustomSelenium.getBundleResponse(CustomSelenium.groovy:257) >>> >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> Method) >>> >> >> at >>> >> >> >>> >> >> >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> >> >> 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 >>> 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(CallSiteArray.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:39) >>> >> >> 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 >>> >> >> >>> 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(PogoMetaClassSite.java:39) >>> >> >> 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:129) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.component.bundle.BundleProcessor.passBundledCommand(BundleProcessor.groovy:317) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.component.bundle.BundleProcessor$passBundledCommand.callCurrent(Unknown >>> >> >> Source) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:163) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.component.bundle.BundleProcessor.process(BundleProcessor.groovy:398) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.component.bundle.BundleProcessor$process.callCurrent(Unknown >>> >> >> Source) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:155) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.component.bundle.BundleProcessor.methodMissing(BundleProcessor.groovy:411) >>> >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> Method) >>> >> >> at >>> >> >> >>> >> >> >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> >> >> 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 >>> >> >> >>> 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(PogoMetaClassSite.java:39) >>> >> >> 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:129) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.component.data.Accessor.isElementPresent(Accessor.groovy:39) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.component.data.Accessor$isElementPresent.call(Unknown >>> >> >> Source) >>> >> >> 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:129) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.dsl.BaseDslContext$_isElementPresent_closure31.doCall(BaseDslContext.groovy:410) >>> >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> Method) >>> >> >> at >>> >> >> >>> >> >> >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> >> >> 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 >>> groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) >>> >> >> at >>> >> >> groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39) >>> >> >> 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 >>> >> >> >>> >> >> >>> org.telluriumsource.ui.object.UiObject.isElementPresent(UiObject.groovy:123) >>> >> >> at >>> >> >> >>> org.telluriumsource.ui.object.UiObject$isElementPresent.call(Unknown >>> >> >> Source) >>> >> >> 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 >>> >> >> >>> >> >> >>> org.telluriumsource.dsl.BaseDslContext.isElementPresent(BaseDslContext.groovy:408) >>> >> >> at >>> >> >> >>> >> >> >>> org.telluriumsource.dsl.BaseDslContext$isElementPresent.callCurrent(Unknown >>> >> >> Source) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143) >>> >> >> at >>> >> >> >>> >> >> >>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:151) >>> >> >> >>> >> >> -- >>> >> >> 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]<tellurium-users%[email protected]> >>> . >>> >> >> For more options, visit this group at >>> >> >> http://groups.google.com/group/tellurium-users?hl=en. >>> >> >> >>> >> > >>> >> > -- >>> >> > 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]<tellurium-users%[email protected]> >>> . >>> >> > For more options, visit this group at >>> >> > http://groups.google.com/group/tellurium-users?hl=en. >>> >> > >>> >> >>> >> -- >>> >> 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]<tellurium-users%[email protected]> >>> . >>> >> For more options, visit this group at >>> >> http://groups.google.com/group/tellurium-users?hl=en. >>> >> >>> > >>> > -- >>> > 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]<tellurium-users%[email protected]> >>> . >>> > For more options, visit this group at >>> > http://groups.google.com/group/tellurium-users?hl=en. >>> > >>> >>> -- >>> 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]<tellurium-users%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/tellurium-users?hl=en. >>> >>> >> > -- 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.
