Description: When Logviewer is launched and the Files menu option is selected to add log files, the Add File option is selected and a log file chosen. A NullPointerException is generated when trying to import the log. An example of the exception is:
Stack trace:
java.lang.NullPointerException
at com.tibco.n2.logging.logviewer.logsources.AbstractLogFileSource.<init>(AbstractLogFileSource.java:32)
at com.tibco.n2.logging.logviewer.logsources.LogFileSource.<init>(LogFileSource.java:48)
at com.tibco.n2.logging.logviewer.logsources.AbstractLogFileSource.create(AbstractLogFileSource.java:55)
at com.tibco.n2.logging.logviewer.controllers.LoadOrEditFileController.closeOk(LoadOrEditFileController.java:58)
at com.tibco.n2.logging.logviewer.views.GenericOkCancelDialog$1.actionPerformed(GenericOkCancelDialog.java:44)
Symptoms: Unable to import log files into the File Manager. A NullPointerException error is generated.
Cause: There is a product defect that will be corrected under JIRA WRM-7192