From: <php...@li...> - 2007-02-02 06:00:10
|
I'm trying to get 9.2 weblogic to work with the latest PHP Java Bridge on windows. I found the instructions for CGI on http://forums.bea.com/bea/thread.jspa?threadID=3D300000120&messageID=3D40= 000 3285, but I need this for a production system and I want to set it up without CGI. =20 Of course it would help if I were a weblogic expert (which I am not). I deployed it and set it up to the best of my ability and this is what I get as the response: java.lang.NullPointerException at java.net.URLEncoder.encode(Ljava.lang.String;Ljava.lang.String;)Ljava.la ng.String;(Unknown Source) at php.java.bridge.http.ContextFactory.addNext(ContextFactory.java:118) at php.java.bridge.http.ContextFactory.(ContextFactory.java:135) at php.java.bridge.http.SimpleContextFactory.(SimpleContextFactory.java:51) at php.java.servlet.ServletContextFactory.(ServletContextFactory.java:47) at php.java.servlet.ServletContextFactory.addNew(ServletContextFactory.java :76) at php.java.servlet.PhpCGIServlet$CGIEnvironment.setCGIEnvironment(PhpCGISe rvlet.java:289) at php.java.servlet.CGIServlet$CGIEnvironment.init(CGIServlet.java:559) at php.java.servlet.PhpCGIServlet.createCGIEnvironment(PhpCGIServlet.java:4 34) at php.java.servlet.CGIServlet.doGet(CGIServlet.java:448) at php.java.servlet.PhpCGIServlet.doGet(PhpCGIServlet.java:539) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(St ubSecurityHelper.java:225) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityH elper.java:127) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:2 83) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:1 75) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.r un(WebAppServletContext.java:3214) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu bject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121 ) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServ letContext.java:1983) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletCont ext.java:1890) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java :1344) at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManage rImpl.java:518) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) Hopefully, someone can help me out. I'll keep at it until I get it, and suggestions are appreciated. =20 Thanks, Curtis Fisher Analyst/Software Developer, Application Solutions=20 Meridian IQ |