chaturvedakanksha commented on issue #4677: URL: https://github.com/apache/hop/issues/4677#issuecomment-2523001923
1. In BaseWorkflowServlet.java, SimpleLoggingObject is created at line 118  2. Which further creating LogChannelFileWriter at line 143, serveletLoggingObject is used to get log channel Id which is of type SimpleLoggingObject.  3. SimpleLoggingObject class return LogChannelId as null at line 88  4. Above LogChannelFileWriter if furter send to registerLogChannelFileWriterBuffer which is using Log Channel Id as key thus further throwing null pointer exception at line 261  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
