[
https://issues.apache.org/jira/browse/GERONIMO-3971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lin Sun resolved GERONIMO-3971.
-------------------------------
Resolution: Fixed
The code was trying to loadConfigSubstitutions file when the file has not been
created yet, which could happen when a server is assembled. This error message
doesn't have any usage other than confusing the user as I intitally had thought
my server was not assembled correctly when I see the error message. Made
change to trunk rev 669506 2.1 rev 669504 to check for existence of the
ConfigSubstitutions file first.
> 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: Lin Sun
> 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.