This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 247149 - CMDB Graph Response Report : Problem with SMLMDR Relationship report data
Summary: CMDB Graph Response Report : Problem with SMLMDR Relationship report data
Status: ASSIGNED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jimmy Mohsin CLA
QA Contact: Leonard Richardson CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 08:23 EDT by Srinivas Reddy CLA
Modified: 2012-01-03 13:48 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srinivas Reddy CLA 2008-09-12 08:23:32 EDT
Build ID: COSMOS-1.0.0-200809031641

Steps To Reproduce:
1.Open COSMOSUI
2.Go to "Resource Repository", expand and select "Operating System of a computer"
3.right click and select "CMDB Graph Response Report"
4.Go to Graph Viewer window and scroll down to relation ship data and click on either source link or target link

Result:
org.apache.jasper.JasperException: Exception in JSP: /webcontent/report.jsp:160

157: 	if (resultNode != null){
158: 		NamedNodeMap map = resultNode.getAttributes();
159: 		Node node  = map.getNamedItem("xmlns");
160: 		namespace = node.getTextContent();
161: 	}
162: 
163: }


Stacktrace:
	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:451)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

root cause

java.lang.NullPointerException
	org.apache.jsp.webcontent.report_jsp._jspService(report_jsp.java:228)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.26 logs.


More information: