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 191049

Summary: NullPointerException at org.netbeans.modules.fcb.win.UserPanel.<init>
Product: third-party Reporter: Karlos
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: aa.medina, alexbarra81, contre17, ELFULANO, fayez_shayeb, ivmafo, jyeary, mohnraz, pedalshoe, rajeshbhatiya, tarchegue, tplm1971
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171285
Attachments: stacktrace

Description Karlos 2010-10-16 06:28:14 UTC
Build: NetBeans IDE 6.9.1 (Build 201008030030)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: testing the facbook sample app. first time the app ran

GUEST: facebook example login

GUEST: testing app facebook

GUEST: connecting to Facebook




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.fcb.win.UserPanel.<init>(UserPanel.java:81)
   at org.netbeans.modules.fcb.win.FcbTopComponent.initUserPanel(FcbTopComponent.java:142)
   at org.netbeans.modules.fcb.win.FcbTopComponent.setUser(FcbTopComponent.java:122)
   at org.netbeans.modules.fcb.win.LoginPanel$1X.finish(LoginPanel.java:128)
   at org.netbeans.modules.fcb.win.LoginPanel$1X.run(LoginPanel.java:109)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Karlos 2010-10-16 06:28:18 UTC
Created attachment 102431 [details]
stacktrace