Getting java error while starting rel daemon
I am trying to start rel daemon, and getting the below java error
started RelDaemon at...
Wed Aug 19 15:36:32 PHT 2015
REL running as Daemon = 1
Exception in thread "main" java.lang.NullPointerException
at java.io.File.<init>(File.java:277)
at com.portal.batch.BatchController.validateRelOutDir(Unknown Source)
at com.portal.batch.BatchController.<init>(Unknown Source)
at com.portal.batch.BatchControllerMain.main(Unknown Source)
What could be possbile reason for this issue?
Note: In start_rel_daemon script, i have the mapped the batch controller directory for RELDIR variable.
Regards
Thiyagu