You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-dev@portals.apache.org by Alexey Zavizionov <al...@exoplatform.com.ua> on 2007/03/15 17:41:43 UTC

BUG in PHP bridge

I have updated sources from svn repository \bridges\trunk\php\ and
build if for test php portlet.

Within ServletConfigImpl.java present the context, whitch never set.
private ServletContext context = null;

Stackstrace:
[ERROR] portletcontainer - exception returned by processAction() or
render() methods
<java.lang.NullPointerException>java.lang.NullPointerException
        at javax.servlet.GenericServlet.log(GenericServlet.java:300)
        at javax.servlet.GenericServlet.init(GenericServlet.java:257)
        at com.itgroundwork.portlet.php.servlet.init(servlet.java:200)
        at org.apache.portals.bridges.php.PHPApplicationPortlet.doView(PHPApplicationPortlet.java:257)
        at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247)
        at javax.portlet.GenericPortlet.render(GenericPortlet.java:175)
...

---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org