Hello all
I am getting an exception in an application that im supporting.
Can anyone give me any suggestions?
heres the exception
==========================================================================
java.lang.NullPointerException
at java.io.File.<init>(File.java:180)
at com.esb.server.TriggerFileMsgProcessor.deliver(TriggerFileMsgProcessor.java:34)
at com.esb.server.BasicMsgProcessor.onMessage(BasicMsgProcessor.java:167)
at com.b2b.mdbc.MessageDispatcher.run(MessageDispatcher.java:181)
==========================================================================
The statement at TriggerFileMsgProcessor.java:34 is
Does anyone have any suggestions regarding this java.io.File error?
Any suggestions would be helpful