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 224408 - ClassCastException: org.netbeans.modules.kenai.ui.api.KenaiServer cannot be cast to org.netbeans.modules.kenai.api.Kenai
Summary: ClassCastException: org.netbeans.modules.kenai.ui.api.KenaiServer cannot be c...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 07:29 UTC by lehel
Modified: 2013-01-04 02:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192810


Attachments
stacktrace (5.32 KB, text/plain)
2013-01-03 07:29 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2013-01-03 07:29:53 UTC
Build: NetBeans IDE Dev (Build 201212280001)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows XP

User Comments:
lehel: Trying to add a new Team Server, but if I cancel adding, this error comes




Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.kenai.ui.api.KenaiServer cannot be cast to org.netbeans.modules.kenai.api.Kenai
   at org.netbeans.modules.kenai.ui.NameAndLicenseWizardPanelGUI$1$1.run(NameAndLicenseWizardPanelGUI.java:160)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:682)
   at java.awt.EventQueue$3.run(EventQueue.java:680)
Comment 1 lehel 2013-01-03 07:29:54 UTC
Created attachment 129840 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-01-03 12:17:19 UTC
fix: http://hg.netbeans.org/core-main/rev/92348db2ac22
Comment 3 Quality Engineering 2013-01-04 02:29:42 UTC
Integrated into 'main-golden', will be available in build *201301040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/92348db2ac22
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #224408 - ClassCastException: org.netbeans.modules.kenai.ui.api.KenaiServer cannot be cast to org.netbeans.modules.kenai.api.Kenai