The demo tar ball is updated.

On Apr 23, 9:25 am, John <[email protected]> wrote:
> The two Maven archetypes are also updated. You should have no problem
> to use the archetypes to create
> your own project. II will update the demo tar ball soon.
>
> On Apr 23, 7:34 am, Ernst <[email protected]> wrote:
>
> > Hi,
>
> > perfect, that did it! Thanks!
>
> > On Apr 23, 1:21 pm, dazz_x <[email protected]> wrote:
>
> > > same thing for us, but we manage to handle it
> > > you have to include a new selenium dependency
> > > groupid : org.openqa.selenium.grid
> > > artifactid : selenium-grid-tools
> > > version : 1.0.2
>
> > > and all works fine
> > > It's in the maven central repo, I think
>
> > > dazz
>
> > > On Apr 23, 1:07 pm, Ernst <[email protected]> wrote:
>
> > > > Hi,
>
> > > > so I've been working with Tellurium for a few days now, but today
> > > > everything stopped working.
> > > > I'm suspecting that Maven pulled in some update but I don't know for
> > > > sure and what.
>
> > > > For example today I can't even run the demo from the 
> > > > wikihttp://code.google.com/p/aost/wiki/TenMinutesToTellurium
>
> > > > Anyone seen this or has any idea what could be causing this?
>
> > > > ~/demo$ more target/surefire-reports/test.GoogleSearchTestCase.txt
> > > > -------------------------------------------------------------------------------
> > > > Test set: test.GoogleSearchTestCase
> > > > -------------------------------------------------------------------------------
> > > > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 7.281
> > > > sec <<< FAILURE!
> > > > test.GoogleSearchTestCase  Time elapsed: 0 sec  <<< ERROR!
> > > > java.lang.NoClassDefFoundError:
> > > > com.thoughtworks.selenium.grid.tools.ThreadSafeSeleniumSessionStorage
> > > >         at org.tellurium.connector.CustomSelenium.class$
> > > > (CustomSelenium.groovy)
> > > >         at 
> > > > org.tellurium.connector.CustomSelenium.$get$$class$com$thoughtworks
> > > > $selenium$grid$tools$ThreadSafeSeleniumSessionStorage
> > > > (CustomSelenium.groovy)
> > > >         at org.tellurium.connector.CustomSelenium.startSeleniumSession
> > > > (CustomSelenium.groovy:33)
> > > >         at 
> > > > org.tellurium.connector.CustomSelenium$startSeleniumSession.call
> > > > (Unknown Source)
> > > >         at 
> > > > org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall
> > > > (CallSiteArray.java:43)
> > > >         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call
> > > > (AbstractCallSite.java:116)
> > > >         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call
> > > > (AbstractCallSite.java:136)
> > > >         at 
> > > > org.tellurium.connector.SeleniumConnector.connectSeleniumServer
> > > > (SeleniumConnector.groovy:57)
> > > >         at org.tellurium.connector.SeleniumConnector
> > > > $connectSeleniumServer.call(Unknown Source)
> > > >         at 
> > > > org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall
> > > > (CallSiteArray.java:43)
> > > >         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call
> > > > (AbstractCallSite.java:116)
> > > >         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call
> > > > (AbstractCallSite.java:120)
> > > >         at org.tellurium.framework.TelluriumFramework.start
> > > > (TelluriumFramework.groovy:102)
> > > >         at org.tellurium.framework.TelluriumFramework$start.callCurrent
> > > > (Unknown Source)
> > > >         at
> > > > org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent
> > > > (CallSiteArray.java:47)
> > > >         at 
> > > > org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent
> > > > (AbstractCallSite.java:142)
> > > >         at 
> > > > org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent
> > > > (AbstractCallSite.java:146)
> > > >         at org.tellurium.framework.TelluriumFramework.start
> > > > (TelluriumFramework.groovy:108)
> > > >         at org.tellurium.test.java.TelluriumJavaTestCase.setUpForClass
> > > > (TelluriumJavaTestCase.java:23)
> > > >         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.junit.internal.runners.ClassRoadie.runBefores(ClassRoadie.java:
> > > > 49)
> > > >         at org.junit.internal.runners.ClassRoadie.runProtected
> > > > (ClassRoadie.java:36)
> > > >         at org.junit.internal.runners.JUnit4ClassRunner.run
> > > > (JUnit4ClassRunner.java:42)
> > > >         at org.apache.maven.surefire.junit4.JUnit4TestSet.execute
> > > > (JUnit4TestSet.java:62)
> > > >         at
> > > > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet
> > > > (AbstractDirectoryTestSuite.java:140)
> > > >         at 
> > > > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute
> > > > (AbstractDirectoryTestSuite.java:127)
> > > >         at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
> > > >         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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess
> > > > (SurefireBooter.java:345)
> > > >         at org.apache.maven.surefire.booter.SurefireBooter.main
> > > > (SurefireBooter.java:1009)
>
> > > > test.GoogleSearchTestCase  Time elapsed: 0.007 sec  <<< ERROR!
> > > > java.lang.NoClassDefFoundError:
> > > > com.thoughtworks.selenium.grid.tools.ThreadSafeSeleniumSessionStorage
> > > >         at org.tellurium.connector.CustomSelenium.class$
> > > > (CustomSelenium.groovy)
> > > >         at 
> > > > org.tellurium.connector.CustomSelenium.$get$$class$com$thoughtworks
> > > > $selenium$grid$tools$ThreadSafeSeleniumSessionStorage
> > > > (CustomSelenium.groovy)
> > > >         at 
> > > > org.tellurium.connector.CustomSelenium.getActiveSeleniumSession
> > > > (CustomSelenium.groovy:55)
> > > >         at org.tellurium.connector.CustomSelenium
> > > > $getActiveSeleniumSession.call(Unknown Source)
> > > >         at 
> > > > org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall
> > > > (CallSiteArray.java:43)
> > > >         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call
> > > > (AbstractCallSite.java:116)
> > > >         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call
> > > > (AbstractCallSite.java:120)
> > > >         at 
> > > > org.tellurium.connector.SeleniumConnector.disconnectSeleniumServer
> > > > (SeleniumConnector.groovy:93)
> > > >         at org.tellurium.connector.SeleniumConnector
> > > > $disconnectSeleniumServer.call(Unknown Source)
> > > >         at 
> > > > org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall
> > > > (CallSiteArray.java:43)
> > > >         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call
> > > > (AbstractCallSite.java:116)
> > > >         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call
> > > > (AbstractCallSite.java:120)
> > > >         at org.tellurium.framework.TelluriumFramework.stop
> > > > (TelluriumFramework.groovy:143)
> > > >         at 
> > > > org.tellurium.test.java.TelluriumJavaTestCase.tearDownForClass
> > > > (TelluriumJavaTestCase.java:31)
> > > >         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.junit.internal.runners.ClassRoadie.runAfters(ClassRoadie.java:
> > > > 65)
> > > >         at org.junit.internal.runners.ClassRoadie.runProtected
> > > > (ClassRoadie.java:40)
> > > >         at org.junit.internal.runners.JUnit4ClassRunner.run
> > > > (JUnit4ClassRunner.java:42)
> > > >         at org.apache.maven.surefire.junit4.JUnit4TestSet.execute
> > > > (JUnit4TestSet.java:62)
> > > >         at
> > > > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet
> > > > (AbstractDirectoryTestSuite.java:140)
> > > >         at 
> > > > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute
> > > > (AbstractDirectoryTestSuite.java:127)
> > > >         at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
> > > >         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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess
> > > > (SurefireBooter.java:345)
> > > >         at org.apache.maven.surefire.booter.SurefireBooter.main
> > > > (SurefireBooter.java:1009)
>
> > > > ~/demo$ mvn -e test
> > > > + Error stacktraces are turned on.
> > > > [INFO] Scanning for projects...
> > > > [INFO]
> > > > ------------------------------------------------------------------------
> > > > [INFO] Building Tellurium JUnit Test Project
> > > > [INFO]    task-segment: [test]
> > > > [INFO]
> > > > ------------------------------------------------------------------------
> > > > [INFO] [resources:resources]
> > > > [INFO] Using default encoding to copy filtered resources.
> > > > [INFO] [compiler:compile]
> > > > [INFO] No sources to compile
> > > > [INFO] [groovy:compile {execution: default}]
> > > > [INFO]  No sources found to compile
> > > > [INFO] [resources:testResources]
> > > > [INFO] Using default encoding to copy filtered resources.
> > > > [INFO] [compiler:testCompile]
> > > > [INFO] No sources to compile
> > > > [INFO] [groovy:testCompile {execution: default}]
> > > > [INFO]  No sources found to compile
>
> ...
>
> read more ยป
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to