Issues

Select view

Select search mode

 
35 of 35

Opennms Stop: Java Dump in output.log

Won't Fix

Description

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 ?

Environment

Any Linux version (RedHat or Ubuntu confirmed !)

Acceptance / Success Criteria

None

Lucidchart Diagrams

Details

Assignee

Reporter

Components

Affects versions

Due date

Priority

PagerDuty

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.