You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "toby cabot (JIRA)" <de...@geronimo.apache.org> on 2005/11/23 21:01:36 UTC

[jira] Created: (GERONIMO-1227) please re-allow read-only repositories

please re-allow read-only repositories
--------------------------------------

         Key: GERONIMO-1227
         URL: http://issues.apache.org/jira/browse/GERONIMO-1227
     Project: Geronimo
        Type: Wish
  Components: core  
    Versions: Wish List    
 Environment: fedora core 2
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Geronimo source At revision 348532.

    Reporter: toby cabot
    Priority: Minor


In our application we build Geronimo and deploy our app on a read/write filesystem but run it on a read-only filesystem.  This used to work, but I upgraded our Geronimo recently and found that it checks if the repo is writeable and bails out if it isn't.  I disabled that check and then Geronimo runs fine on a read-only filesystem (after hacking various xml files to put logs, etc on a read/write partition).

Please consider removing the read/write repository check - I'll attach a patch that does this.

-- 
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


Re: [jira] Closed: (GERONIMO-1227) please re-allow read-only repositories

Posted by toby cabot <to...@caboteria.org>.
On Sat, Dec 03, 2005 at 04:42:32AM +0100, Dain Sundstrom (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/GERONIMO-1227?page=all ]
>      
> Dain Sundstrom closed GERONIMO-1227:
> ------------------------------------
> 
>     Fix Version: 1.0
>      Resolution: Fixed

Thanks, Dain.

[jira] Updated: (GERONIMO-1227) please re-allow read-only repositories

Posted by "toby cabot (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1227?page=all ]

toby cabot updated GERONIMO-1227:
---------------------------------

    Attachment: readonly-repo-patch.txt

Removes the repository read/write test so Geronimo will run with the repo on a read-only filesystem.

> please re-allow read-only repositories
> --------------------------------------
>
>          Key: GERONIMO-1227
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1227
>      Project: Geronimo
>         Type: Wish
>   Components: core
>     Versions: Wish List
>  Environment: fedora core 2
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Geronimo source At revision 348532.
>     Reporter: toby cabot
>     Priority: Minor
>  Attachments: readonly-repo-patch.txt
>
> In our application we build Geronimo and deploy our app on a read/write filesystem but run it on a read-only filesystem.  This used to work, but I upgraded our Geronimo recently and found that it checks if the repo is writeable and bails out if it isn't.  I disabled that check and then Geronimo runs fine on a read-only filesystem (after hacking various xml files to put logs, etc on a read/write partition).
> Please consider removing the read/write repository check - I'll attach a patch that does this.

-- 
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


[jira] Closed: (GERONIMO-1227) please re-allow read-only repositories

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1227?page=all ]
     
Dain Sundstrom closed GERONIMO-1227:
------------------------------------

    Fix Version: 1.0
     Resolution: Fixed

Sending        trunk/modules/system/src/java/org/apache/geronimo/system/repository/FileSystemRepository.java
Transmitting file data .
Committed revision 351882.


> please re-allow read-only repositories
> --------------------------------------
>
>          Key: GERONIMO-1227
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1227
>      Project: Geronimo
>         Type: Wish
>   Components: core
>     Versions: Wish List
>  Environment: fedora core 2
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Geronimo source At revision 348532.
>     Reporter: toby cabot
>     Assignee: Dain Sundstrom
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: readonly-repo-patch.txt
>
> In our application we build Geronimo and deploy our app on a read/write filesystem but run it on a read-only filesystem.  This used to work, but I upgraded our Geronimo recently and found that it checks if the repo is writeable and bails out if it isn't.  I disabled that check and then Geronimo runs fine on a read-only filesystem (after hacking various xml files to put logs, etc on a read/write partition).
> Please consider removing the read/write repository check - I'll attach a patch that does this.

-- 
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


[jira] Assigned: (GERONIMO-1227) please re-allow read-only repositories

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1227?page=all ]

Dain Sundstrom reassigned GERONIMO-1227:
----------------------------------------

    Assign To: Dain Sundstrom

> please re-allow read-only repositories
> --------------------------------------
>
>          Key: GERONIMO-1227
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1227
>      Project: Geronimo
>         Type: Wish
>   Components: core
>     Versions: Wish List
>  Environment: fedora core 2
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Geronimo source At revision 348532.
>     Reporter: toby cabot
>     Assignee: Dain Sundstrom
>     Priority: Minor
>  Attachments: readonly-repo-patch.txt
>
> In our application we build Geronimo and deploy our app on a read/write filesystem but run it on a read-only filesystem.  This used to work, but I upgraded our Geronimo recently and found that it checks if the repo is writeable and bails out if it isn't.  I disabled that check and then Geronimo runs fine on a read-only filesystem (after hacking various xml files to put logs, etc on a read/write partition).
> Please consider removing the read/write repository check - I'll attach a patch that does this.

-- 
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