The dll i am referring to is the one i have defined in the jenkins job to run. It is the dll of my script i created using selenium.
On Monday, March 24, 2014 2:20:31 PM UTC-4, DarkRift wrote: > Which DLL are you talking about ? > > As for the job, there is no such thing that I'm aware at this moment. The > role of this plugin is to provide a pool of selenium nodes which only uses > jenkins slaves as a host for the selenium node process. It is not linked to > the jobs. > > > On Mon, Mar 24, 2014 at 2:02 PM, slpoole1 <[email protected] <javascript:> > > wrote: > >> Hi Richard. >> >> Thanks for responding back! >> >> I am using remote webdriver. The error "cannot find the specified file" >> is talking about the dll jenkins job should run. I have double triple >> checked the path, copied it straight from windows file explorer, and >> jenkins just will not run it. If i remove jenkins has the master/slave, it >> runs fine running from jenkins using Seleniums Host/node files. It makes >> NO Sense. And makes me think i'm missing something in the configuration of >> the systems and of the browser info in Jenkins? >> >> Is there a plug in that would allow me to build 15 jobs, and only run 1 >> at a time until the node is available to take another job? >> >> Thanks! >> Sabrina >> >> >> On Monday, March 24, 2014 1:33:52 PM UTC-4, DarkRift wrote: >> >>> Hi there, >>> >>> 1. I'm currently in the process of updating the plugin to support 2.40, >>> but since IE needs a server installed, I need to make that seemless and it >>> is not a straight replace of the selenium jar file >>> >>> 2. Which kind of configuration ? RC or web driver ? I assume it is RC. >>> I'll check that out in the current update. >>> >>> 3. Cannot find which file, does it say ? >>> >>> As for the assumption, the plugin only provides the hub/node >>> functionnality as a pool of nodes where the jenkins master acts as the hub. >>> As for the wait, I suppose you mean "fail if no session is available" right >>> ? >>> >>> Richard Lavoie >>> >>> On 2014-03-24, at 13:09, slpoole1 <[email protected]> wrote: >>> >>> I'm still struggling with this. Its been 3 days can i cannot get the >>> jobs to run - well Chrome has been my only successful ones. Is there any >>> documentation or links that can help me solve this issue? (the info on the >>> plug in itself is not very detailed) >>> Here are a couple issues i'm having: >>> 1. i believe is that the plugin uses Selenium 2.29 and i'm on 2.40 - i >>> have no idea how to update it (and i tried hacking the files the plugin >>> installed). >>> 2. Jenkins doesn't appear to save my firefox profile path in the >>> configuration screen. >>> 3. Half of my IE jobs fail because it "cannot find the file", i >>> even updated it 5 times with no luck... and if i remove Jenkins as the >>> master/slave it runs fine through selenium hub/node? >>> >>> Am i wrong in assuming that with this plug in i'll be able to build 10 >>> projects and them wait until the machine is available before it attempts to >>> run that job, and it won't time out? >>> >>> >>> >>> On Friday, March 21, 2014 3:17:22 PM UTC-4, slpoole1 wrote: >>> >>>> I finally got it to work. I did not realize i needed to create >>>> Selenium Grid configurations in Jenkins, and tie that name to the "label" >>>> in the node that i created. Once i did that i was able to finally get >>>> them >>>> to run. >>>> Thank you for your help! >>>> >>>> On Friday, March 21, 2014 1:08:42 PM UTC-4, slpoole1 wrote: >>>> >>>>> No. Only if i run the acutal selenium node will i see those show up. >>>>> If i just launch the slave from Jenkins nothing ever appears in that list >>>>> under the Selenium Grid Link. I cannot figure out why. >>>>> >>>>> >>>>> On Friday, March 21, 2014 12:03:41 PM UTC-4, LesMikesell wrote: >>>>> >>>>>> Hmmm, looking at mine, everything seems to be using :4444. Are the >>>>>> registered remote controls showing up when you click the selinum grid >>>>>> link? >>>>>> >>>>>> On Fri, Mar 21, 2014 at 10:52 AM, slpoole1 <[email protected]> >>>>>> wrote: >>>>>> > The firewall is turned off, checked that as well. >>>>>> > >>>>>> > >>>>>> > On Friday, March 21, 2014 11:38:53 AM UTC-4, LesMikesell wrote: >>>>>> >> >>>>>> >> On Fri, Mar 21, 2014 at 10:30 AM, slpoole1 <[email protected]> >>>>>> wrote: >>>>>> >> >> >>>>>> >> > 1. System.InvalidOperationException : Error forwarding the new >>>>>> session >>>>>> >> > Error forwarding the request Connection to >>>>>> >> > http://ipaddress:5555refused >>>>>> >> >>>>>> >> Host firewal on the node running the browser for selenium? >>>>>> >> >>>>>> >> -- >>>>>> >> Les Mikesell >>>>>> >> [email protected] >>>>>> > >>>>>> > -- >>>>>> > You received this message because you are subscribed to the Google >>>>>> Groups >>>>>> > "Jenkins Users" group. >>>>>> > To unsubscribe from this group and stop receiving emails from it, >>>>>> send an >>>>>> > email to [email protected]. >>>>>> > For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Richard Lavoie > IT consultant / consultant en informatique > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
