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 175261

Summary: IllegalArgumentException: Path ends with slash
Product: connecteddeveloper Reporter: Marian Mirilovic <mmirilovic>
Component: Team FrameworkAssignee: Jan Becicka <jbecicka>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=160686
Issue Type: DEFECT Exception Reporter: 160686
Attachments: stacktrace

Description Marian Mirilovic 2009-10-23 09:05:38 UTC
Build: NetBeans IDE Dev (Build 200910221401)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, amd64

User Comments:
mmirilovic: added netbeans2.org as new instance ...



Stacktrace: 
java.lang.IllegalArgumentException: Path ends with slash
        at java.util.prefs.AbstractPreferences.node(AbstractPreferences.java:825)
        at java.util.prefs.AbstractPreferences.node(AbstractPreferences.java:796)
        at org.netbeans.modules.kenai.ui.dashboard.DashboardImpl.startLoadingAllProjects(DashboardImpl.java:563)
        at org.netbeans.modules.kenai.ui.dashboard.DashboardImpl.access$1600(DashboardImpl.java:95)
        at org.netbeans.modules.kenai.ui.dashboard.DashboardImpl$11.run(DashboardImpl.java:471)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
Comment 1 Marian Mirilovic 2009-10-23 09:05:43 UTC
Created attachment 89961 [details]
stacktrace
Comment 2 Jan Becicka 2009-10-23 10:49:20 UTC
fixed in my repo. I will need to clean userdir..
Comment 3 Jan Becicka 2009-10-23 15:47:26 UTC
fixed in cdev
Comment 4 Marian Mirilovic 2010-04-21 12:45:21 UTC
verified