Jeremy Britton created AXIS2-5454:
-------------------------------------

             Summary: 2012-11-12 13:34:38,076 DEBUG - loadBundle: Ignoring 
MissingResourceException: Can't find bundle for base name 
org.apache.axis2.resource, locale en_US appears on startup of web service
                 Key: AXIS2-5454
                 URL: https://issues.apache.org/jira/browse/AXIS2-5454
             Project: Axis2
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.6.2
         Environment: Weblogic 10.3/Solaris
            Reporter: Jeremy Britton
            Priority: Minor


When starting up a webservice, the following DEBUG message appears in the logs:

2012-11-12 13:34:38,076 DEBUG - loadBundle: Ignoring MissingResourceException: 
Can't find bundle for base name org.apache.axis2.resource, locale en_US

I looked into this issue, and found that the only way to avoid this message 
occurring in the log files is to patch one of the core axis2 jar files 
(axis2-kernal-1.5.jar).  In this jar file there is currently a 
resource.properties file that exists at: org/apache/axis2/i18n/ directory.  For 
some reason axis2 is looking for this file to exist at org/apache/axis2/ 
instead.  Coping this file to also exist in org/apache/axis2 as well causes 
this message to not appear in the logs.

I would expect that it should be looking in to correct location for this 
properties file so that this message is not logged on startup.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to