Issues
- Opennms Stop: Java Dump in output.logNMS-5636Resolved issue: NMS-5636Benjamin Reed
- When node is provisioned snmp community string is not present in snmpd.conf, after node is provisioned added comunity string to snmpd.conf, data collection of snmp is not happening.NMS-5273
- threshold exceeded events deleted and re-created on opennms restartNMS-5241
- Outages ignoring incoming Scheduled OutagesNMS-5165
- JCIFS and WMI polling Windows servers with incorrect account credentials and ignoring jcifs.properties filesNMS-5164
- Use Path Outage with Schedule OutageNMS-5119Resolved issue: NMS-5119Antonio Russo
- Can't get notification filtering on varbind working / lack of good documentation on this featureNMS-5109Resolved issue: NMS-5109Matt Brozowski
- one of my devices keeps getting rediscovered again and again (probably because it's interface gets deleted for some reason)NMS-5101Resolved issue: NMS-5101Matt Brozowski
- Page Sequence Monitor stops after Schedule Outage ActivationNMS-5097
- Availability Box ist not display if monitored device count > 9NMS-5095Resolved issue: NMS-5095Seth Leger
- OpenNMS fails to discover the primary SNMP interface of some of my devicesNMS-5094Resolved issue: NMS-5094Seth Leger
- Missing Input QuotationNMS-5084
- OpenNMS going mad when sending event uei.opennms.org/internal/eventsConfigChangeNMS-5083Resolved issue: NMS-5083Jeff Gehlbach
- JRE5 causes problems with graphing/datacollection on 1.8.15NMS-5073Resolved issue: NMS-5073Matt Brozowski
- package hrStorage in threshold configuration should also contain linux devicesNMS-5069Resolved issue: NMS-5069
- Excluded IP ranges are ignored in discoveryNMS-5045Resolved issue: NMS-5045Benjamin Reed
- Add the ability or option to store data collection information under foreignsource/foreignid vs. nodeidNMS-5041Resolved issue: NMS-5041Matt Brozowski
- interfaceOperDown events are sent every time a node with down interfaces is rescanned.NMS-5040Resolved issue: NMS-5040
- Report Issue - Availability Reports showing incorrect valuesNMS-5038
- No way to add more than one e-mail as a destination in a Database scheduled reportNMS-5026
- If there is no data for RRD sources in Database Reports, display "no data"NMS-5025Resolved issue: NMS-5025Seth Leger
- Add a description to the scheduled report display for database reportsNMS-5023
- Need the ability to edit Scheduled Database reportsNMS-5022
- Invalid characters on MibObj's alias prevent their usage on thresholds expressionsNMS-5019Resolved issue: NMS-5019Alejandro Galue
- Deleting a Map that is contained as element in another map breaks the map applicationNMS-5012Resolved issue: NMS-5012Antonio Russo
- Add SNMP ifName/ifAlias details to the interface.jspNMS-5003
- The Rancid Provisioning Adapter raise an Exception if authentication data is not providedNMS-5001Resolved issue: NMS-5001Antonio Russo
- provisiond generates unnecessary nodeUpdated and reinitializePrimarySnmpInterface eventsNMS-4998
- Pre-populate description field when building notificationsNMS-4995
- Some notifications for Remote Pollers do not work.NMS-4991Resolved issue: NMS-4991
- Allow Critical Path IP to be in a different Provision GroupNMS-4988Resolved issue: NMS-4988Seth Leger
- Add possibility to insert section break in KSC reportsNMS-4983
- mib2opennms IssueNMS-4982Resolved issue: NMS-4982Matt Brozowski
- Dell Openmanage/DRAC -> assosiate drac with node (like associating interfaces with nodes)NMS-4979
- com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details (When clicking on Dashboard)NMS-4973Resolved issue: NMS-4973Donald Desloge
35 of 35
Opennms Stop: Java Dump in output.log
Won't Fix
Description
Environment
Any Linux version (RedHat or Ubuntu confirmed !)
Acceptance / Success Criteria
None
Lucidchart Diagrams
Created November 12, 2012 at 4:25 AM
Updated November 12, 2012 at 9:10 AM
Resolved November 12, 2012 at 9:10 AM
Activity
Show:
Benjamin ReedNovember 12, 2012 at 9:10 AM
It is on purpose, the thread dump on shutdown is for support/debugging purposes.
When stopping, opennms is always generating a java dump in the output.log file.
When looking at the opennms start/stop script, seems to be a mistake in the doStop function.
the test if [ -n "$pid" ]; then
should be if [ -z "$pid" ]; then
Can we confirm this ?