All work
- Exception in UI when trying to change batch report scheduleNMS-8772
- Supporting XML collection from multiple timezonesNMS-6617
- Update Quartz to current versionNMS-6584Resolved issue: NMS-6584Seth Leger
- Drools Update to 6.0.1 FinalNMS-6581Resolved issue: NMS-6581Markus Neumann
- Add a timeline of outages to nodepage availability-boxNMS-6578Resolved issue: NMS-6578Christian Pape
- Fix maven issues so that it's possible to work offlineNMS-6575Resolved issue: NMS-6575Benjamin Reed
- Provide a single archive for build dependenciesNMS-6574Resolved issue: NMS-6574Benjamin Reed
- Resource Graphs have lost dataNMS-6556Resolved issue: NMS-6556Seth Leger
8 of 8
Exception in UI when trying to change batch report schedule
Description
Acceptance / Success Criteria
None
Lucidchart Diagrams
Details
Assignee
UnassignedUnassignedReporter
Seth LegerSeth LegerLabels
Components
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Seth Leger
Seth LegerLabels
Components
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created September 28, 2016 at 8:47 PM
Updated September 21, 2021 at 6:24 PM
Activity
Show:
Seth LegerSeptember 28, 2016 at 8:50 PM
Relevant commit is:
4d9381897c93498781849035e7cd744fb0bfc395
A user on the discuss list is getting this exception when trying to edit a batch report schedule. I think we just need to add a null check to the DefaultSchedulerService code but I'm unsure how the trigger is null in the first place.
java.lang.NullPointerException at org.opennms.web.svclayer.support.DefaultSchedulerService.getTriggerDescriptions(DefaultSchedulerService.java:107) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:98) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:262) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) at com.sun.proxy.$Proxy189.getTriggerDescriptions(Unknown Source) at org.opennms.web.controller.ManageReportScheduleController.listTriggers(ManageReportScheduleController.java:65) ...