We are using WF 5.23, before upgrading to 7 I need to make sure all our programs are using the WFServlet call.
I am tring to run focexec AAA via
http://servername/ibi_apps/WFServlet?IBIF_ex=AAAfocexec AAA contains -HTMLFORM formname
the call should execute focexec AAA which should execute the html page named formname.
I getting the following -
Error. The server encountered an unexpected condition which prevented it from fulfilling the request.
java.lang.NullPointerException
at ibi.webfoc.wfapi.WFReport.(WFReport.java:449)
at ibi.webfoc.wfapi.WFPresentation.(WFPresentation.java:194)
at ibi.webfoc.wfapi.WFSession.getPresentation(WFSession.java:182)
at ibi.webfoc.WFServlet.processRequest(WFServlet.java:540)
at ibi.webfoc.WFServlet.doGet(WFServlet.java:357)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at ibi.srv.util.IBIHttpServlet.service(IBIHttpServlet.java:87)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at ibi.srv.util.IBIHttpServlet.service(IBIHttpServlet.java:96)
at com.newatlanta.servletexec.ServletExec.CallServletService(ServletExec.java:1679)
at com.newatlanta.servletexec.SERequestDispatcher.forwardServlet(SERequestDispatcher.java:274)
at com.newatlanta.servletexec.SERequestDispatcher.forward(SERequestDispatcher.java:191)
at com.newatlanta.servletexec.ApplicationInfo.processApplRequest(ApplicationInfo.java:1390)
at com.newatlanta.servletexec.ServerHostInfo.processApplRequest(ServerHostInfo.java:1243)
at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1235)
at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1113)
has anyone encounter this before ?