Surveilance part of WEB GUI crashes after all default categories were removed and custom ones were created

Description

When trying to access Surveilance part of WEB GUI. I get java exception error. It happened after custom categories were added and default ones were removed.

org.springframework.orm.ObjectRetrievalFailureException
at org.opennms.web.svclayer.support.DefaultSurveillanceService$SurveillanceView.getOnmsCategoriesFromViewCategories(DefaultSurveillanceService.java:305)
at org.opennms.web.svclayer.support.DefaultSurveillanceService$SurveillanceView.getCategoriesForRow(DefaultSurveillanceService.java:284)
at org.opennms.web.svclayer.support.DefaultSurveillanceService$VeryLowMemCellStatusStrategy.calculateCellStatus(DefaultSurveillanceService.java:233)
at org.opennms.web.svclayer.support.DefaultSurveillanceService.createSurveillanceTable(DefaultSurveillanceService.java:365)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy85.createSurveillanceTable(Unknown Source)
at org.opennms.web.controller.SurveillanceViewController$1.run(SurveillanceViewController.java:145)

Environment

OpenNMS Version: 1.8.12 Java Version: 1.5.0_17 Sun Microsystems Inc. Java Virtual Machine: 1.5.0_17-b04 Sun Microsystems Inc. Operating System: Linux 2.6.38-8-generic (amd64) Servlet Container: jetty/6.1.24 (Servlet Spec 2.5) User Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Benjamin Reed May 18, 2011 at 11:28 AM

Regardless of good or bad XML, we should guard against exceptions better. I've changed the code to catch the error and return no categories, and log instead.

Wojciech Wypior May 18, 2011 at 10:41 AM

yes i have just edited: /etc/opennms/surveillance-views.xml, the config looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<surveillance-view-configuration
xmlns:this="http://www.opennms.org/xsd/config/surveillance-views"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opennms.org/xsd/config/surveillance-views http://www.opennms.org/xsd/config/surveillance-views.xsd"
default-view="default" >
<views >
<view name="default" refresh-seconds="300" >
<rows>
<row-def label="Access Switches" >
<category name="Access Routers"/>
</row-def>
<row-def label="Core Switches" >
<category name="Core Switches" />
</row-def>
<row-def label="IP Telephones" >
<category name="IP Telephones" />
</row-def>
</rows>
<columns>
<column-def label="Access Switches" >
<category name="Access Switches" />
</column-def>
<column-def label="Core Switches" >
<category name="Core Switches" />
</column-def>
<column-def label="IP Telephones" >
<category name="IP Telephones" />
</column-def>
</columns>
</view>
</views>
</surveillance-view-configuration>

Still getting the same error message.

Matt Brozowski May 18, 2011 at 9:45 AM

Did you change your surveillance views to reference the new categories or are you still referencing the old ones?

Fixed

Details

Assignee

Reporter

Labels

Fix versions

Affects versions

Due date

Priority

PagerDuty

Created May 18, 2011 at 9:15 AM
Updated January 27, 2017 at 4:20 PM
Resolved May 18, 2011 at 11:28 AM

Flag notifications