You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/12/26 23:36:44 UTC

[jira] Created: (GERONIMO-3721) WADI modules prevent Geronimo from starting when offline

WADI modules prevent Geronimo from starting when offline
--------------------------------------------------------

                 Key: GERONIMO-3721
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3721
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Clustering
    Affects Versions: 2.1
            Reporter: Jarek Gawor


When offline the Geronimo server will not start becuase of failures in WADI modules. Once the WADI modules are disabled, the server starts up fine. This applies to both tomcat and jetty assemblies. 


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


[jira] Assigned: (GERONIMO-3721) WADI modules prevent Geronimo from starting when offline

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

Gianny Damour reassigned GERONIMO-3721:
---------------------------------------

    Assignee: Gianny Damour

> WADI modules prevent Geronimo from starting when offline
> --------------------------------------------------------
>
>                 Key: GERONIMO-3721
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3721
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Gianny Damour
>
> When offline the Geronimo server will not start becuase of failures in WADI modules. Once the WADI modules are disabled, the server starts up fine. This applies to both tomcat and jetty assemblies. 

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


[jira] Commented: (GERONIMO-3721) WADI modules prevent Geronimo from starting when offline

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556404#action_12556404 ] 

Jacek Laskowski commented on GERONIMO-3721:
-------------------------------------------

The configuration file - config.xml should be changed as follows to let Geronimo start up without troubles:

jlaskowski@dev /cygdrive/c/geronimo
$ diff var/config/config.xml var/config/config.xml.orig
209,210c209,210
<     <module name="org.apache.geronimo.configs/jetty6-clustering-wadi/2.1-SNAPSHOT/car" load="false"/>
<     <module name="org.apache.geronimo.configs/wadi-clustering/2.1-SNAPSHOT/car" load="false">
---
>     <module name="org.apache.geronimo.configs/jetty6-clustering-wadi/2.1-SNAPSHOT/car"/>
>     <module name="org.apache.geronimo.configs/wadi-clustering/2.1-SNAPSHOT/car">
250c250
<     <module name="org.apache.geronimo.configs/jetty6-clustering-builder-wadi/2.1-SNAPSHOT/car" load="false">
---
>     <module name="org.apache.geronimo.configs/jetty6-clustering-builder-wadi/2.1-SNAPSHOT/car">

> WADI modules prevent Geronimo from starting when offline
> --------------------------------------------------------
>
>                 Key: GERONIMO-3721
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3721
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>
> When offline the Geronimo server will not start becuase of failures in WADI modules. Once the WADI modules are disabled, the server starts up fine. This applies to both tomcat and jetty assemblies. 

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


[jira] Closed: (GERONIMO-3721) WADI modules prevent Geronimo from starting when offline

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

Jarek Gawor closed GERONIMO-3721.
---------------------------------


Both assemblies seem to start up fine now when offline. Thanks.


> WADI modules prevent Geronimo from starting when offline
> --------------------------------------------------------
>
>                 Key: GERONIMO-3721
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3721
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.1
>
>
> When offline the Geronimo server will not start becuase of failures in WADI modules. Once the WADI modules are disabled, the server starts up fine. This applies to both tomcat and jetty assemblies. 

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


[jira] Resolved: (GERONIMO-3721) WADI modules prevent Geronimo from starting when offline

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

Gianny Damour resolved GERONIMO-3721.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1
         Assignee: Jarek Gawor  (was: Gianny Damour)

I believe this now fixed. Could you please give it a shot and close accordingly?

> WADI modules prevent Geronimo from starting when offline
> --------------------------------------------------------
>
>                 Key: GERONIMO-3721
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3721
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.1
>
>
> When offline the Geronimo server will not start becuase of failures in WADI modules. Once the WADI modules are disabled, the server starts up fine. This applies to both tomcat and jetty assemblies. 

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