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 184991 - NullPointerException at com.stc.capsee.core.projtemplate.project.CAPSEELogicalView.createLogicalView
Summary: NullPointerException at com.stc.capsee.core.projtemplate.project.CAPSEELogica...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 13:28 UTC by Exceptions Reporter
Modified: 2010-04-26 13:28 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 39784


Attachments
stacktrace (4.80 KB, text/plain)
2010-04-26 13:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-26 13:28:33 UTC
This issue was reported manually by mmirilovic.
It already has 85 duplicates 


Build: NetBeans IDE 6.1 (Build 200810140114) - Java CAPS Enabled
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista

User Comments:
GUEST: I just started the netBeans editor and got this exception

GUEST: while switching projet groups

GUEST: connecting repository

GUEST: Creating a new JCAPS based project

GUEST: Open the project

GUEST: Trying to connect to http://localhost:12000/repository1

yoursatya: hi, I am getting above error. Please help me in resolving the issue.

error stack
---------------------------------
java.lang.NullPointerException
	at com.stc.capsee.core.projtemplate.project.CAPSEELogicalView.createLogicalView(CAPSEELogicalView.java:81)
	at org.netbeans.modules.project.ui.ProjectsRootNode$ProjectChildren.logicalViewForProject(ProjectsRootNode.java:300)
	at org.netbeans.modules.project.ui.ProjectsRootNode$ProjectChildren.createNodes(ProjectsRootNode.java:261)
	at org.netbeans.modules.project.ui.ProjectsRootNode$ProjectChildren.createNodes(ProjectsRootNode.java:219)
	at org.openide.nodes.Children$Keys$KE.nodes(Children.java:2250)
	at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:167)
	at org.openide.nodes.Children$Info.nodes(Children.java:1296)
	at org.openide.nodes.Children.updateAdd(Children.java:1092)
	at org.openide.nodes.Children.setEntries(Children.java:883)
	at org.openide.nodes.Children$Keys$2.run(Children.java:2136)
	at org.openide.util.Mutex.post

kodumuri: I have installed SAP sun adapters along with few netbean plug ins

GUEST: I was trying to open a CAPS Repository based project

GUEST: Tried to open a newly created sample project

GUEST: Connecting to Java CAPS Repository

jfb689: installing caps6 on linux machine

freddac: opening project.....

GUEST: I am trying to open CAPS Component Library in Netbeans 6.1




Stacktrace: 
java.lang.NullPointerException
   at com.stc.capsee.core.projtemplate.project.CAPSEELogicalView.createLogicalView(CAPSEELogicalView.java:81)
   at org.netbeans.modules.project.ui.ProjectsRootNode$ProjectChildren.logicalViewForProject(ProjectsRootNode.java:300)
   at org.netbeans.modules.project.ui.ProjectsRootNode$ProjectChildren.createNodes(ProjectsRootNode.java:261)
   at org.netbeans.modules.project.ui.ProjectsRootNode$ProjectChildren.createNodes(ProjectsRootNode.java:219)
   at org.openide.nodes.Children$Keys$KE.nodes(Children.java:2250)
   at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:167)
Comment 1 Exceptions Reporter 2010-04-26 13:28:48 UTC
Created attachment 98032 [details]
stacktrace