2009/10/16 Jonathan Share <[email protected]>: > 2009/10/15 John <[email protected]>: >> >> Thanks to Matt, the maven repo is up now. >> > > Thanks, that helps, I'm now able to open the project cleanly. However > now when running the test goal only one test passes > (TelluriumProjectPageJavaTestCase.testSearchWeb) the rest all die with > the message "Cannot invoke method open() on null object" or "Cannot > invoke method getActiveSeleniumSession() on null object". Sounds to me > like the embedded selenium server isn't starting but I'm not getting > any output anywhere I can use to debug it. Any hints where I can look? >
Throwing a log4j.properties file turning on debug logging for everything I get the following log output. Looks like the server is ok, but it can't start the client, although there's no useful feedback of any error... 63 [main] DEBUG org.mortbay.http.handler.AbstractHttpHandler - Started org.openqa.selenium.server.SeleniumDriverResourceHandler in HttpContext[/selenium-server,/selenium-server] 63 [main] INFO org.mortbay.util.Container - Started HttpContext[/selenium-server,/selenium-server] 63 [main] DEBUG org.mortbay.util.Container - Starting HttpContext[/,/] 63 [main] DEBUG org.mortbay.http.HttpContext - Init classloader from null, sun.misc.launcher$appclassloa...@11b86e7 for HttpContext[/,/] 63 [main] DEBUG org.mortbay.http.handler.AbstractHttpHandler - Started org.openqa.selenium.server.ProxyHandler in HttpContext[/,/] 63 [main] INFO org.mortbay.util.Container - Started HttpContext[/,/] 78 [main] INFO org.mortbay.http.SocketListener - Started SocketListener on 0.0.0.0:4444 78 [main] INFO org.mortbay.util.Container - Started org.mortbay.jetty.ser...@ed5d9d Configure Selenium Client using configuration file 5250 [main] DEBUG org.mortbay.util.Container - Stopping org.mortbay.jetty.ser...@ed5d9d 5250 [main] DEBUG org.mortbay.util.ThreadedServer - closing ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=4444] 5250 [Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=4444]] INFO org.mortbay.util.ThreadedServer - Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=4444] 5344 [main] INFO org.mortbay.http.SocketListener - Stopped SocketListener on 0.0.0.0:4444 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
