Setting up HTTP Notification Servlet for Scheduling notification
I'm trying to setup a HTTP Servlet for notification purposes, following these instructions from Oracle:
http://docs.oracle.com/cd/E23943_01/bi.1111/e22259/reporttriggers.htm#CIHIFGEB
I'm using the sample code provided in the above instructions, and have deployed an application containing just the servlet on Weblogic on the same server as where BI Publisher is deployed. I've setup the HTTP notification details in the BI Publisher admin screen, and it connects to the Servlet correctly, however when the servlet runs and tries to retrieve the job history, I get null pointer exceptions. (The schedule job successfully runs, i can manually view the html output through the web interface.)
http://docs.oracle.com/cd/E23943_01/bi.1111/e22259/reporttriggers.htm#CIHIFGEB
I'm using the sample code provided in the above instructions, and have deployed an application containing just the servlet on Weblogic on the same server as where BI Publisher is deployed. I've setup the HTTP notification details in the BI Publisher admin screen, and it connects to the Servlet correctly, however when the servlet runs and tries to retrieve the job history, I get null pointer exceptions. (The schedule job successfully runs, i can manually view the html output through the web interface.)
0