In exception stackTrace I am receiving Unknown Source, instead of line number of source code.
Build was created using Ant, OS RedHat Linux and deployed on Application Server as Weblogic.
java.lang.NullPointerException
at util.NotificationUtil.sendLimitChangeNotifications(Unknown Source)
at bc_hierarchy.mailer.BCPositionNotificationMailer.process(Unknown Source)
at service.message.FRMessenger.invokeTargetClass(Unknown Source)
at service.message.FRMessenger.processMessage(Unknown Source)
at service.message.FRQueueMsgListener.onMessage(Unknown Source)
What are the way to fix line number issue so I can resolve my Exception? (Because of security reason I can provide source code here)
Is there any way So I do not need to recompile?