History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-378
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dan Fabulich
Reporter: Dan Fabulich
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

MockPIFrameTest prints numerous WARN messages during successful run

Created: 26/Oct/07 01:01 PM   Updated: 12/Aug/08 05:37 PM
Component/s: Logging
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive mockpiframe.zip (64 kb)



 Description  « Hide
Run MockPIFrameTest; you'll get a bunch of WARN messages printed to stdout, for example this one.

14:19:30.281 WARN - POST /selenium-server/​driver/​ ?sessionId=7d4da97c5ffc4313a7579c056874c3d7&uniqueId=frame1&localFrameAddress=top&seleniumWindowName=&sequenceNumber=2 HTTP/​1.1
java.lang.RuntimeException: sessionId 7d4da97c5ffc4313a7579c056874c3d7 doesn't exist
        at org.openqa.selenium.server.FrameGroupCommandQueueSet.getQueueSet(FrameGroupCommandQueueSet.java:163)
        at org.openqa.selenium.server.SeleniumDriverResourceHandler.handleBrowserResponse(SeleniumDriverResourceHandler.java:168)
        at org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:132)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
        at org.mortbay.http.HttpServer.service(HttpServer.java:909)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
        at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

 All   Comments   Work Log   Change History      Sort Order:
Jennifer Bevan - 01/Nov/07 12:45 PM
I am not able to reproduce this issue on a linux box with Firefox, using revision 2072.
On what platform did this occur?

Dan Fabulich - 01/Nov/07 01:10 PM
It happens on my machine (Windows XP) and it also happens on the official build box at http://ci.selenium.openqa.org/. For example, http://ci.selenium.openqa.org/browse/SRC-TRUNK-401

I've attached a zip of mockpiframe.log from the build machine that you may be able to use to diagnose the problem.