You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/03/08 22:22:24 UTC

[jira] Created: (GERONIMO-2941) New config-substitutions.properties file is missing from Tomcat assemblies

New config-substitutions.properties file is missing from Tomcat assemblies
--------------------------------------------------------------------------

                 Key: GERONIMO-2941
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2941
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 2.0-beta1
         Environment: geronimo-tomcat6-jee5 assembly - Rev516152
            Reporter: Donald Woods
             Fix For: 2.0-beta1


The Tomcat assemblies do not include a config-substitutions.properties file, which causes the following error on server start -

16:05:25,453 ERROR [LocalAttributeManager] Caught exception java.io.FileNotFoundException: C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties (The system cannot find the file specified.) trying to open properties file C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties

Adding a copy of config-substitutions.properties from Jetty to assemblies\geronimo-boilerplate-minimal\src\main\resources\var\config with the sample properties commented out will fix this problem for tomcat6-jee5 and all of the minimal 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-2941) New config-substitutions.properties file is missing from Tomcat assemblies

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

Donald Woods reassigned GERONIMO-2941:
--------------------------------------

    Assignee: Donald Woods

> New config-substitutions.properties file is missing from Tomcat assemblies
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-2941
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2941
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-M4
>         Environment: geronimo-tomcat6-jee5 assembly - Rev516152
>            Reporter: Donald Woods
>         Assigned To: Donald Woods
>             Fix For: 2.0-M4
>
>         Attachments: G2941.diff
>
>
> The Tomcat assemblies do not include a config-substitutions.properties file, which causes the following error on server start -
> 16:05:25,453 ERROR [LocalAttributeManager] Caught exception java.io.FileNotFoundException: C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties (The system cannot find the file specified.) trying to open properties file C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties
> Adding a copy of config-substitutions.properties from Jetty to assemblies\geronimo-boilerplate-minimal\src\main\resources\var\config with the sample properties commented out will fix this problem for tomcat6-jee5 and all of the minimal assemblies.

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


[jira] Updated: (GERONIMO-2941) New config-substitutions.properties file is missing from Tomcat assemblies

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

Donald Woods updated GERONIMO-2941:
-----------------------------------

    Patch Info: [Patch Available]

> New config-substitutions.properties file is missing from Tomcat assemblies
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-2941
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2941
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-beta1
>         Environment: geronimo-tomcat6-jee5 assembly - Rev516152
>            Reporter: Donald Woods
>             Fix For: 2.0-beta1
>
>         Attachments: G2941.diff
>
>
> The Tomcat assemblies do not include a config-substitutions.properties file, which causes the following error on server start -
> 16:05:25,453 ERROR [LocalAttributeManager] Caught exception java.io.FileNotFoundException: C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties (The system cannot find the file specified.) trying to open properties file C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties
> Adding a copy of config-substitutions.properties from Jetty to assemblies\geronimo-boilerplate-minimal\src\main\resources\var\config with the sample properties commented out will fix this problem for tomcat6-jee5 and all of the minimal assemblies.

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


[jira] Updated: (GERONIMO-2941) New config-substitutions.properties file is missing from Tomcat assemblies

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

Donald Woods updated GERONIMO-2941:
-----------------------------------

    Attachment: G2941.diff

Patch that adds a copy of the Jetty file to geronimo-boilerplate-minimal with the props commented out.

> New config-substitutions.properties file is missing from Tomcat assemblies
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-2941
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2941
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-beta1
>         Environment: geronimo-tomcat6-jee5 assembly - Rev516152
>            Reporter: Donald Woods
>             Fix For: 2.0-beta1
>
>         Attachments: G2941.diff
>
>
> The Tomcat assemblies do not include a config-substitutions.properties file, which causes the following error on server start -
> 16:05:25,453 ERROR [LocalAttributeManager] Caught exception java.io.FileNotFoundException: C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties (The system cannot find the file specified.) trying to open properties file C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties
> Adding a copy of config-substitutions.properties from Jetty to assemblies\geronimo-boilerplate-minimal\src\main\resources\var\config with the sample properties commented out will fix this problem for tomcat6-jee5 and all of the minimal 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-2941) New config-substitutions.properties file is missing from Tomcat assemblies

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

Donald Woods closed GERONIMO-2941.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0-M4)
                   2.0-M5

Committed revision 526784 in trunk.
Added a version of the file with everything commented out to the geronimo-boilerplate-minimal assembly so every other assembly will inherit it, but can provide their own to override it like jetty6-jee5 is doing.


> New config-substitutions.properties file is missing from Tomcat assemblies
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-2941
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2941
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-M4
>         Environment: geronimo-tomcat6-jee5 assembly - Rev516152
>            Reporter: Donald Woods
>         Assigned To: Donald Woods
>             Fix For: 2.0-M5
>
>         Attachments: G2941.diff
>
>
> The Tomcat assemblies do not include a config-substitutions.properties file, which causes the following error on server start -
> 16:05:25,453 ERROR [LocalAttributeManager] Caught exception java.io.FileNotFoundException: C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties (The system cannot find the file specified.) trying to open properties file C:\geronimo-tomcat6-jee5-2.0-SNAPSHOT\var\config\config-substitutions.properties
> Adding a copy of config-substitutions.properties from Jetty to assemblies\geronimo-boilerplate-minimal\src\main\resources\var\config with the sample properties commented out will fix this problem for tomcat6-jee5 and all of the minimal assemblies.

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