I'm not sure where this bean should be, but all the *-config.xml plans are obsolete and I will be removing them shortly once I check there are no stray references to them.

You might look in j2ee-jetty-plan.xml etc. I thought the webmanager gbean was packaged in the portlet app, but I could be mistaken.

david jencks
On Sep 8, 2005, at 1:40 PM, Joe Bohn wrote:

Does this mean that there should be a GBean definition in tomcat-config.xml and jetty-config.xml ... or that it should be defined in system-plan.xml?  

I don't see a WebManager GBean defined in any of those places.  Is there a way to define GBeans on the fly via some API so that they aren't all defined in the plans?

It looks like r278800 modified the tomcat-config.xml and if I'm reading the change correctly should have added this to tomcat-config.xml ... but I don't see it in the latest file that I checkout out.  I also don't see it in the jetty-config.xml (or in the code change either for that matter).

Aaron Mulder wrote: 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






--
Joe Bohn
[EMAIL PROTECTED]

"He is no fool who gives what he cannot keep, to gain what he cannot lose." -- Jim Elliot


Reply via email to