This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 214468 - NullPointerException: sessionId should not be null; has this session been started yet?
Summary: NullPointerException: sessionId should not be null; has this session been sta...
Status: CLOSED WONTFIX
Alias: None
Product: utilities
Classification: Unclassified
Component: Selenium (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 20:53 UTC by willonabike
Modified: 2014-12-09 09:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163022


Attachments
stacktrace (1.29 KB, text/plain)
2012-06-19 20:53 UTC, willonabike
Details
stacktrace (1.29 KB, text/plain)
2012-07-22 14:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description willonabike 2012-06-19 20:53:36 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows NT (unknown)

User Comments:
willonabike: Running Selenium IDE script that does nothing but open a window and resize it.

        $this->windowMaximize();
        $this->runScript("window.resizeTo(960,screen.availHeight);");
        $this->open("/");

pasmaill@gmail.com: Re-running tests

paolosca: Netbeans was running (unattended) a very long selenium test. 
The task is simple but repeatitive on about 100 programs. 
It used to take almost two hours to complete but since I switched to nb6.9 it always fails before completing the test.




Stacktrace: 
java.lang.NullPointerException: sessionId should not be null; has this session been started yet?
   at org.openqa.selenium.server.FrameGroupCommandQueueSet.getQueueSet(FrameGroupCommandQueueSet.java:220)
   at org.openqa.selenium.server.commands.SeleniumCoreCommand.execute(SeleniumCoreCommand.java:37)
   at org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(SeleniumDriverResourceHandler.java:611)
   at org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommandRequest(SeleniumDriverResourceHandler.java:405)
   at org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:149)
   at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1530)
Comment 1 willonabike 2012-06-19 20:53:39 UTC
Created attachment 121066 [details]
stacktrace
Comment 2 willonabike 2012-06-20 12:23:35 UTC
This issue arose shortly after I installed Firefox 13
Using net beans 7.2 beta and the default plugin version of selenium.
Downgrading to Firefox 12 resolved the issue immediately. 

I think the latest selenium RC build libraries might have resolved FF 13 compatibility but I don't know how to install it for net brands.
Comment 3 Exceptions Reporter 2012-07-03 14:53:07 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=163022
Comment 4 Exceptions Reporter 2012-07-22 14:29:10 UTC
Created attachment 122245 [details]
stacktrace
Comment 5 Exceptions Reporter 2013-01-29 15:07:49 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=163022
Comment 6 Marian Mirilovic 2014-12-09 09:31:24 UTC
We do have a new version of Selenium plugin in distribution, so closing all old issues to start with the clean table.