The web manager is a GBean that should be present in tomcat-config.xml or jetty-config.xml in the server plans.
Aaron On Thu, 8 Sep 2005, Joe Bohn (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/GERONIMO-981?page=comments#action_12322931 > ] > > Joe Bohn commented on GERONIMO-981: > ----------------------------------- > > Turns out that it isn't really the problem but rather an assumption in that a > call to PortletManager.getWebManagerNames will always return at least one > name. It appears that it is returning null and that is the cause of the > exception. Next stop is to figure out if and when the web manager names are > supposed to be set (and we should code a bit more defensively to avoid NPE > like this). > > > NPE in WebManagerPortlet and ConnectorPortlet > > --------------------------------------------- > > > > Key: GERONIMO-981 > > URL: http://issues.apache.org/jira/browse/GERONIMO-981 > > Project: Geronimo > > Type: Bug > > Components: console > > Versions: 1.0-M5 > > Environment: Windows XP > > Reporter: Joe Bohn > > > > > NPE attempting to get ManagerName because because of null return from > > PortletManager.getCurrentServer(..). > > This same code is invoked from both the WebManagerPortlet and the > > ConnectorPortlet resulting in NPEs from each on doView(). > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > >
