second open fails (Firefox, Server 2.41.0, PHP)

17 views
Skip to first unread message

MarkOni

unread,
May 7, 2014, 1:05:33 PM5/7/14
to seleniu...@googlegroups.com
Hi,

Performing a second open after a first open followed by some tests fails:

What I do is:

  public function testMyTestCase()
 
{
    $this
->open("/prest/#!main/controle1");
    $this
->waitForPageToLoad("30000");
..... tests and stuff .....
    $this
->open("/prest/#!main/controle2");

It never goes beyond the second open command.

Why?

Here's the debug log:

18:51:24.033 INFO [14] org.openqa.selenium.server.SeleniumDriverResourceHandler - Command request: open[/prest/#!main/controle2, ] on session c74442f17b224646b10f62f6b4eaea3c
18:51:24.033 DEBUG [14] org.openqa.selenium.server.commands.SeleniumCoreCommand - Executing 'open' selenium core command on session c74442f17b224646b10f62f6b4eaea3c
18:51:24.033 DEBUG [14] org.openqa.selenium.server.commands.SeleniumCoreCommand - Session c74442f17b224646b10f62f6b4eaea3c going to doCommand(open,/prest/#!main/controle2,)
18:51:24.033 DEBUG [14] org.openqa.selenium.server.FrameGroupCommandQueueSet - ---------retrieving CommandQueue for sel_1300
18:51:24.033 DEBUG [14] org.openqa.selenium.server.CommandHolder -     sel_1300 commandHolder sel_1300 getCommand()
18:51:24.033 DEBUG [14] org.openqa.selenium.server.SingleEntryAsyncQueue - putting command: json={command:"open",target:"/prest/#!main/controle2",value:""}
18:51:24.033 DEBUG [14] org.openqa.selenium.server.SingleEntryAsyncQueue - ..command put?: true
18:51:24.033 DEBUG [14] org.openqa.selenium.server.CommandResultHolder -     sel_1300 commandResultHolder sel_1300 getResult() called
18:51:24.033 DEBUG [14] org.openqa.selenium.server.SingleEntryAsyncQueue - waiting for data for at most 1800 more s
18:51:24.033 DEBUG [13] org.openqa.selenium.server.SingleEntryAsyncQueue - data from polling: json={command:"open",target:"/prest/#!main/controle2",value:""}
18:51:24.033 DEBUG [13] org.openqa.selenium.server.CommandHolder -     sel_1300 commandHolder sel_1300 getCommand() -> json={command:"open",target:"/prest/#!main/controle2",value:""}
18:51:24.033 DEBUG [13] org.openqa.selenium.server.SeleniumDriverResourceHandler - res to sel_1300: json={command:"open",target:"/prest/#!main/controle2",value:""}
18:51:24.033 DEBUG [13] org.openqa.jetty.http.HttpContext - Handled by org.openqa.selenium.server.SeleniumDriverResourceHandler in HttpContext[/selenium-server,/selenium-server]
18:51:24.033 DEBUG [13] org.openqa.jetty.http.HttpConnection - RESPONSE:
HTTP
/1.1 200 OK
Date: Wed, 07 May 2014 16:51:23 GMT
Server: Jetty/5.1.x (Windows 7/6.1 x86 java/1.7.0_51
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/plain
Content-Length: 1082


After that it simply times out.

Why would that be?

Thanks,
Marki
Reply all
Reply to author
Forward
0 new messages