You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Hernan Cunico (JIRA)" <ji...@apache.org> on 2007/01/12 19:34:27 UTC

[jira] Created: (GERONIMO-2728) Exception while removing directory module from the console

Exception while removing directory module from the console
----------------------------------------------------------

                 Key: GERONIMO-2728
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2728
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: deployment, security
    Affects Versions: 2.0-M2, 2.0-beta1, 2.0-beta2, 2.0
         Environment: rev # 495595
            Reporter: Hernan Cunico


removing *directory* module form the console's *Installed System Modules* portlet throws an exception while removing dependencies. attaching log

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2728) Exception while removing directory module from the console

Posted by "Paul McMahan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466804 ] 

Paul McMahan commented on GERONIMO-2728:
----------------------------------------

I agree with #1 above, and also agree with #2 in principle if there is a substantial number of modules that should be built, bundled, and undergo release management separately from the assemblies in server/trunk.  Right off hand I don't know of any modules that fall into that category besides directory and ldap-realm, and I wonder if some might argue that those modules should remain in the jee5 assemblies.

If there are in fact a substantial number of modules to warrant creating a new area in svn then I believe that new area should be called something other than "geronimo/plugins".  perhaps geronimo/opt ?   IMO "plugin" is packaging terminology and not indicative of whether or not a module belongs in server/trunk. 

That's not to say that modules moved out of server/trunk won't be offered as plugins, I think in practically every case they should be because doing so makes them easier to add to a running server.  But there are some modules that are offered as plugins that should stay in trunk - tomcat, jetty, admin console, ca-helper, openjpa... and perhaps more in the 2.0 time frame.

> Exception while removing directory module from the console
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2728
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2728
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, security
>    Affects Versions: 2.0-M2, 2.0-beta1, 2.0-beta2, 2.0
>         Environment: rev # 495595
>            Reporter: Hernan Cunico
>         Attachments: log.txt
>
>
> removing *directory* module form the console's *Installed System Modules* portlet throws an exception while removing dependencies. attaching log

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-2728) Exception while removing directory module from the console

Posted by "Paul McMahan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan updated GERONIMO-2728:
-----------------------------------

    Component/s:     (was: security)
                     (was: deployment)
                 console

The undeploy is actually successful and the error message is not related to directory or security modules.  You can produce the same error message by uninstalling any system module that another system module depends on.  For example, uninstall the axis component and you'll see a similar message about axis-deployer since it has a dependency on axis.

The error message is spurious and is caused by an edge case not handled when GERONIMO-2248 was introduced.   The config manager portlet is trying to load a configuration so that it can discover its parents and children.   But the configuration can't be loaded when one of its dependencies is not present.   For this case the config manager portlet should detect the missing dependency situation and not attempt to discover a modules parent a child relationships by loading the configuration.

> Exception while removing directory module from the console
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2728
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2728
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.0-M2, 2.0-beta1, 2.0-beta2, 2.0
>         Environment: rev # 495595
>            Reporter: Hernan Cunico
>         Attachments: log.txt
>
>
> removing *directory* module form the console's *Installed System Modules* portlet throws an exception while removing dependencies. attaching log

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-2728) Exception while removing directory module from the console

Posted by "Paul McMahan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan closed GERONIMO-2728.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-beta1

> Exception while removing directory module from the console
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2728
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2728
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.0-M2, 2.0-beta1, 2.0-beta2, 2.0
>         Environment: rev # 495595
>            Reporter: Hernan Cunico
>         Assigned To: Paul McMahan
>             Fix For: 2.0-beta1
>
>         Attachments: log.txt
>
>
> removing *directory* module form the console's *Installed System Modules* portlet throws an exception while removing dependencies. attaching log

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-2728) Exception while removing directory module from the console

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466793 ] 

Donald Woods commented on GERONIMO-2728:
----------------------------------------

Caused by ldap-demo dependency on ldap-realm, which depends on geronimo.configs/directory.
Real solution, is to -
1) move ldap-demo out of the assemblies and over to geronimo/samples
2) move ldap-realm and the directory car over to geronimo/plugins

I propose we use this JIRA for #1 and open a new JIRA to move Directory over to plugins and update for ApacheDS 1.0


> Exception while removing directory module from the console
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2728
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2728
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, security
>    Affects Versions: 2.0-M2, 2.0-beta1, 2.0-beta2, 2.0
>         Environment: rev # 495595
>            Reporter: Hernan Cunico
>         Attachments: log.txt
>
>
> removing *directory* module form the console's *Installed System Modules* portlet throws an exception while removing dependencies. attaching log

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-2728) Exception while removing directory module from the console

Posted by "Hernan Cunico (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hernan Cunico updated GERONIMO-2728:
------------------------------------

    Attachment: log.txt

> Exception while removing directory module from the console
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2728
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2728
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, security
>    Affects Versions: 2.0-M2, 2.0-beta1, 2.0-beta2, 2.0
>         Environment: rev # 495595
>            Reporter: Hernan Cunico
>         Attachments: log.txt
>
>
> removing *directory* module form the console's *Installed System Modules* portlet throws an exception while removing dependencies. attaching log

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (GERONIMO-2728) Exception while removing directory module from the console

Posted by "Paul McMahan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan reassigned GERONIMO-2728:
--------------------------------------

    Assignee: Paul McMahan

> Exception while removing directory module from the console
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2728
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2728
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.0-M2, 2.0-beta1, 2.0-beta2, 2.0
>         Environment: rev # 495595
>            Reporter: Hernan Cunico
>         Assigned To: Paul McMahan
>         Attachments: log.txt
>
>
> removing *directory* module form the console's *Installed System Modules* portlet throws an exception while removing dependencies. attaching log

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.