You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2008/06/24 23:49:44 UTC

[jira] Closed: (GERONIMO-3971) Error message during assembling a server

     [ https://issues.apache.org/jira/browse/GERONIMO-3971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-3971.
----------------------------------

    Resolution: Fixed

After looking at this more I think I was wrong and the only place we ever write these files is from LocalAttributeManager, so there's no way such a file could exist before we start the LAM that will write it out.

I changed the "open" method to write out an empty file if no file is found.  I also changed the instructions a bit (see GERONIMO-4139)

trunk rev. 671354
branches/2.1 rev 671359



> Error message during assembling a server
> ----------------------------------------
>
>                 Key: GERONIMO-3971
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3971
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 2.1.1, 2.1.2, 2.2
>         Environment: Windows
>            Reporter: YunFeng Ma
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.2, 2.2
>
>
> The following error message (3 lines) are reported on Geronimo launch console during assembling a server:
> 16:09:05,484 ERROR [LocalAttributeManager] Caught exception java.io.FileNotFound
> Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
> utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
> onimo server1\var\temp\assembly\var\config\config-substitutions.properties
> 16:09:05,500 ERROR [LocalAttributeManager] Caught exception java.io.FileNotFound
> Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
> utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
> onimo server1\var\temp\assembly\var\config\config-substitutions.properties
> 16:09:05,515 ERROR [LocalAttributeManager] Caught exception java.io.FileNotFound
> Exception: H:\geronimo server1\var\temp\assembly\var\config\config-substit
> utions.properties (系统找不到指定的文件。) trying to open properties file H:\ger
> onimo server1\var\temp\assembly\var\config\config-substitutions.properties

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