so i took selenium-rc trunk code from rev 8669 ( the last rev with 1.x
code structure ) ... built it.
Now if i run the selenium server on commandline, everything works fine,
but the moment i start the server programatically, and if my project pom
has a log4j or commons-logging dependency ... i see this error , and
nothign works.
log4j:WARN No appenders could be found for logger
(org.openqa.selenium.server.SeleniumServer).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" java.lang.RuntimeException: Could not start
Selenium session: Failed to start new browser session: null
at
com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:89)
if i remove log4j and commons-logging form my pom, everything works fine.
does anybody know, what am i doing wrong here ?
Best,
Pranav
--
You received this message because you are subscribed to the Google Groups "Selenium Developers" group.
To post to this group, send email to
selenium-...@googlegroups.com.
To unsubscribe from this group, send email to
selenium-develo...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/selenium-developers?hl=en.