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 175678

Summary: [68cat] AssertionError at org.netbeans.modules.selenium.server.SeleniumProperties.getInstanceProperties
Product: utilities Reporter: ingoreinhart <ingoreinhart>
Component: SeleniumAssignee: Jindrich Sedek <jsedek>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=160989
Issue Type: DEFECT Exception Reporter: 160989
Attachments: stacktrace

Description ingoreinhart 2009-10-29 16:24:36 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910221137)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.31-14-generic, i386

User Comments:
ingoreinhart: starting NB. Have selenium for php installed



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.selenium.server.SeleniumProperties.getInstanceProperties(SeleniumProperties.java:77)
        at org.netbeans.modules.selenium.server.Installer.restored(Installer.java:56)
        at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
        at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
Comment 1 ingoreinhart 2009-10-29 16:24:45 UTC
Created attachment 90219 [details]
stacktrace
Comment 2 Jindrich Sedek 2009-11-09 10:25:36 UTC
fixed by d599b1732a16

Thanks for reporting it!
Comment 3 ingoreinhart 2009-11-17 01:21:29 UTC
Hi!

I retest it with build 200911161401: NOT OK

See Bug 176965
Comment 4 ingoreinhart 2009-11-17 01:22:16 UTC
*** Bug 176965 has been marked as a duplicate of this bug. ***
Comment 5 Jindrich Sedek 2009-11-18 01:28:41 UTC
The problem was that server properties were created twice by two threads and it was also writen into the userdir. Could you please delete <userdir>/config/Preferences/org/netbeans/modules/server directory and try it again? Thanks
Comment 6 ingoreinhart 2009-11-18 02:43:19 UTC
Yes! Job done.

Big Thx!