Surveilance part of WEB GUI crashes after all default categories were removed and custom ones were created
Description
Environment
Acceptance / Success Criteria
duplicates
Lucidchart Diagrams
Activity
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?
Details
Assignee
Matt BrozowskiMatt BrozowskiReporter
Wojciech WypiorWojciech WypiorLabels
Components
Fix versions
Affects versions
Due date
May 18, 2011Priority
Major
Details
Details
Assignee
Reporter
Labels
Components
Fix versions
Affects versions
Due date
Priority
PagerDuty
PagerDuty Incident
PagerDuty
PagerDuty Incident
PagerDuty

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)