Hi,
When I changed the version of seleniul to 2.23.1, it was already OK ! I 've
spent a lot of time for resolving firefox port problem.
Thanks, Alexander!
To Mauro, thanks all the same!

SHA Weining


2012/7/4 Alexander Lehmann <alexl...@gmail.com>

> Hi,
>
> I noticed that as well, that seems to be an issue with Firefox 13.0.1 and
> Selenium Server 2.21 (this even fails the tests in the jbehave-web build).
> When I rebuild the git master version with 2.24.1, firefox works again.
>
> I'll create an issue for it.
>
>
> bye, Alexander
>
>
> On 03.07.2012 11:22, Mauro Talevi wrote:
>
>> Hi,
>>
>> there could be different reasons, depending on your setup and security
>> settings.
>>
>> One thing that is known to cause issues is the presence of VPNs running
>> in parallel.
>>
>> Here's some info on what could be blocking it:
>>
>> http://code.google.com/p/**selenium/wiki/**FirefoxDriverInternals<http://code.google.com/p/selenium/wiki/FirefoxDriverInternals>
>>
>> Unfortunately, this is something you need to address to the Selenium team.
>>
>> You can try instantiating the FirefoxDriver in isolation to see if you
>> can bring up the simple driver.
>>
>> Cheers
>>
>> On 03/07/2012 02:54, Weining SHA wrote:
>>
>>> Hello!
>>> By using the codes of 
>>> *github.com/jbehave/jbehave-**tutorial<http://github.com/jbehave/jbehave-tutorial>
>>> <http://github.com/jbehave/**jbehave-tutorial<http://github.com/jbehave/jbehave-tutorial>>*,when
>>> I do *mvn install*,
>>>
>>> the standard output will stop at :
>>> [INFO] Scanning for projects...
>>> [INFO]
>>> [INFO]
>>> ------------------------------**------------------------------**
>>> ------------
>>> [INFO] Building Etsy.com Stories with Java and Spring 1.0-SNAPSHOT
>>> [INFO]
>>> ------------------------------**------------------------------**
>>> ------------
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:**resources (default-resources)
>>> @ etsy-stories-java-spring ---
>>> [WARNING] Using platform encoding (GBK actually) to copy filtered
>>> resources, i.e. build is platform dependent!
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-dependency-plugin:2.4:**unpack (unpack-resources-core)
>>> @ etsy-stories-java-spring ---
>>> [INFO] Configured Artifact: org.jbehave:jbehave-navigator:**3.6.5:jar
>>> [INFO] Unpacking
>>> C:\Users\shackee\.m2\**repository\org\jbehave\**jbehave-navigator\3.6.5\
>>> **jbehave-navigator-3.6.5.jar
>>> to
>>> D:\workspace\jbehave-jbehave-**tutorial-7053c7b\etsy-**
>>> selenium\java-spring\target\**jbehave\view
>>> with includes "" and excludes "**/*.class"
>>> [INFO]
>>> [INFO] --- jbehave-maven-plugin:3.6.5:**unpack-view-resources
>>> (unpack-view-resources) @ etsy-stories-java-spring ---
>>> [INFO] Unpacked
>>> C:\Users\shackee\.m2\**repository\org\jbehave\site\**
>>> jbehave-site-resources\3.1.1\**jbehave-site-resources-3.1.1.**zip
>>> to
>>> D:\workspace\jbehave-jbehave-**tutorial-7053c7b\etsy-**
>>> selenium\java-spring\target\**jbehave\view
>>> [INFO] Unpacked
>>> C:\Users\shackee\.m2\**repository\org\jbehave\**
>>> jbehave-core\3.6.5\jbehave-**core-3.6.5-resources.zip
>>> to
>>> D:\workspace\jbehave-jbehave-**tutorial-7053c7b\etsy-**
>>> selenium\java-spring\target\**jbehave\view
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.1:**compile (default-compile) @
>>> etsy-stories-java-spring ---
>>> [WARNING] File encoding has not been set, using platform encoding GBK,
>>> i.e. build is platform dependent!
>>> [INFO] Compiling 14 source files to
>>> D:\workspace\jbehave-jbehave-**tutorial-7053c7b\etsy-**
>>> selenium\java-spring\target\**classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:**testResources
>>> (default-testResources) @ etsy-stories-java-spring ---
>>> [WARNING] Using platform encoding (GBK actually) to copy filtered
>>> resources, i.e. build is platform dependent!
>>> [INFO] skip non existing resourceDirectory
>>> D:\workspace\jbehave-jbehave-**tutorial-7053c7b\etsy-**
>>> selenium\java-spring\src\test\**resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.1:**testCompile (default-testCompile)
>>> @ etsy-stories-java-spring ---
>>> [INFO] No sources to compile
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.7.1:**test (default-test) @
>>> etsy-stories-java-spring ---
>>> [INFO] No tests to run.
>>> [INFO] Surefire report directory:
>>> D:\workspace\jbehave-jbehave-**tutorial-7053c7b\etsy-**
>>> selenium\java-spring\target\**surefire-reports
>>>
>>> ------------------------------**-------------------------
>>>  T E S T S
>>> ------------------------------**-------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>> etsy-stories-java-spring ---
>>> [INFO] Building jar:
>>> D:\workspace\jbehave-jbehave-**tutorial-7053c7b\etsy-**
>>> selenium\java-spring\target\**etsy-stories-java-spring-1.0-**
>>> SNAPSHOT.jar
>>> [INFO]
>>> [INFO] --- jbehave-maven-plugin:3.6.5:**run-stories-as-embeddables
>>> (embeddable-stories) @ etsy-stories-java-spring ---
>>> Using executor service
>>> com.google.common.util.**concurrent.MoreExecutors$**
>>> SameThreadExecutorService@**7b7becd8
>>> [INFO] Running stories as embeddables using embedder
>>> Embedder[storyMapper=**StoryMapper,storyRunner=**
>>> StoryRunner,embedderMonitor=**MavenEmbedderMonitor,**classLoader=**
>>> EmbedderClassLoader[urls=[/D:/**workspace/jbehave-jbehave-**
>>> tutorial-7053c7b/etsy-**selenium/java-spring/target/**classes/,
>>> jbehave-core-3.6.5.jar, hamcrest-core-1.1.jar,
>>> hamcrest-library-1.2.1.jar, hamcrest-integration-1.1.jar,
>>> commons-collections-3.2.1.jar, commons-io-1.4.jar,
>>> commons-lang-2.5.jar, plexus-utils-2.0.5.jar, freemarker-2.3.16.jar,
>>> paranamer-2.4.jar, xstream-1.3.1.jar, xpp3_min-1.1.4c.jar,
>>> jbehave-web-selenium-3.5.3.**jar, fluent-selenium-1.5.1.jar,
>>> junit-dep-4.8.2.jar, hamcrest-all-1.1.jar, selenium-java-2.21.0.jar,
>>> selenium-android-driver-2.21.**0.jar, selenium-remote-driver-2.21.0.**
>>> jar,
>>> cglib-nodep-2.1_3.jar, json-20080701.jar, guava-11.0.1.jar,
>>> jsr305-1.3.9.jar, selenium-chrome-driver-2.21.0.**jar,
>>> selenium-htmlunit-driver-2.21.**0.jar, selenium-api-2.21.0.jar,
>>> htmlunit-2.9.jar, xalan-2.7.1.jar, serializer-2.7.1.jar,
>>> httpmime-4.1.2.jar, commons-codec-1.4.jar, htmlunit-core-js-2.9.jar,
>>> xercesImpl-2.9.1.jar, xml-apis-1.3.04.jar, nekohtml-1.9.15.jar,
>>> cssparser-0.9.5.jar, sac-1.3.jar, commons-logging-1.1.1.jar,
>>> httpclient-4.1.2.jar, httpcore-4.1.2.jar,
>>> selenium-firefox-driver-2.21.**0.jar, commons-exec-1.1.jar,
>>> selenium-ie-driver-2.21.0.jar, jna-3.4.0.jar, platform-3.4.0.jar,
>>> selenium-iphone-driver-2.21.0.**jar, selenium-safari-driver-2.21.0.**
>>> jar,
>>> selenium-support-2.21.0.jar, webbit-0.4.6.jar, netty-3.2.7.Final.jar,
>>> jbehave-spring-3.6.5.jar, spring-context-3.1.1.RELEASE.**jar,
>>> spring-aop-3.1.1.RELEASE.jar, aopalliance-1.0.jar,
>>> spring-beans-3.1.1.RELEASE.**jar, spring-core-3.1.1.RELEASE.jar,
>>> spring-expression-3.1.1.**RELEASE.jar, spring-asm-3.1.1.RELEASE.jar,
>>> spring-test-3.1.1.RELEASE.jar]**,parent=ClassRealm[plugin>org.**
>>> jbehave:jbehave-maven-plugin:**3.6.5,
>>> parent:
>>> sun.misc.Launcher$**AppClassLoader@28ce41cc]],**embedderControls=**
>>> UnmodifiableEmbedderControls[**EmbedderControls[batch=false,**
>>> skip=false,**generateViewAfterStories=true,**
>>> ignoreFailureInStories=true,**ignoreFailureInView=true,**
>>> verboseFailures=false,**verboseFiltering=false,**storyTimeoutInSecs=300,
>>> **threads=1]],**embedderFailureStrategy=org.**jbehave.core.embedder.**
>>> Embedder$**ThrowingRunningStoriesFailed@**fa566b3,configuration=org.**
>>> jbehave.core.configuration.**MostUsefulConfiguration@**
>>> 33f979cb,candidateSteps=[],**stepsFactory=<null>,**metaFilters=[],**
>>> systemProperties={},executorSe
>>> rvice=com.google.common.util.**concurrent.MoreExecutors$**
>>> SameThreadExecutorService@**7b7becd8,**executorServiceCreated=false,**
>>> storyManager=<null>]
>>> [INFO] Found class names: [org.jbehave.tutorials.etsy.**
>>> EtsyDotComStories]
>>> [INFO] Using controls
>>> UnmodifiableEmbedderControls[**EmbedderControls[batch=false,**
>>> skip=false,**generateViewAfterStories=true,**
>>> ignoreFailureInStories=true,**ignoreFailureInView=true,**
>>> verboseFailures=false,**verboseFiltering=false,**storyTimeoutInSecs=300,
>>> **threads=1]]
>>> [INFO] Running embeddable org.jbehave.tutorials.etsy.**EtsyDotComStories
>>> juil. 03, 2012 2:33:27 AM
>>> org.springframework.beans.**factory.xml.**XmlBeanDefinitionReader
>>> loadBeanDefinitions
>>> Infos: Loading XML bean definitions from class path resource
>>> [etsy-steps.xml]
>>> juil. 03, 2012 2:33:28 AM
>>> org.springframework.context.**support.**AbstractApplicationContext
>>> prepareRefresh
>>> Infos: Refreshing
>>> org.springframework.context.**support.**GenericApplicationContext@**
>>> 3a66e6b:
>>> startup date [Tue Jul 03 02:33:28 CEST 2012]; root of context hierarchy
>>> juil. 03, 2012 2:33:28 AM
>>> org.springframework.beans.**factory.support.**DefaultListableBeanFactory
>>> preInstantiateSingletons
>>> Infos: Pre-instantiating singletons in
>>> org.springframework.beans.**factory.support.**
>>> DefaultListableBeanFactory@**78aaff27:
>>> defining beans
>>> [driverProvider,**webDriverProvider,**lifecycleSteps,journaledSteps,**
>>> pageFactory,etsySteps];
>>> root of factory hierarchy
>>> [INFO] Processing system properties {}
>>> [INFO] Using controls
>>> UnmodifiableEmbedderControls[**EmbedderControls[batch=false,**
>>> skip=false,**generateViewAfterStories=true,**
>>> ignoreFailureInStories=true,**ignoreFailureInView=true,**
>>> verboseFailures=false,**verboseFiltering=false,**storyTimeoutInSecs=300,
>>> **threads=1]]
>>>
>>> (BeforeStories)
>>>
>>> [INFO] Running story etsy_browse.story
>>> Browse Etsy.com
>>> (etsy_browse.story)
>>> Meta:
>>> @category browsing
>>> @color red
>>>
>>> Narrative:
>>> In order to show the browsing cart functionality
>>> As a user
>>> I want to browse in a gallery
>>> ... Till here, il will stop. How does this happen?
>>> Thanks
>>>
>>> --
>>>                                                  Weining SHA  沙威宁
>>>
>>>  
>>> CV:http://www.doyoubuzz.com/**weining-sha<http://www.doyoubuzz.com/weining-sha>
>>>                                                     Etudiant 5A du
>>> Dpt. Informatique
>>>                                                     Ecole
>>> Polytechnique de l'Université de Tours
>>>                                                     Tel : +33 (0)
>>> 642060505
>>>
>>
>>
>>
>
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe from this list, please visit:
>
>    
> http://xircles.codehaus.org/**manage_email<http://xircles.codehaus.org/manage_email>
>
>
>


-- 
                                                    Weining SHA  沙威宁
                                                    CV:
http://www.doyoubuzz.com/weining-sha
                                                    Site:
http://www.shackee.fr
                                                    Etudiant 5A du Dpt.
Informatique
                                                    Ecole Polytechnique de
l'Université de Tours
                                                    Tel : +33 (0) 642060505

Reply via email to