You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Gaurav (JIRA)" <ji...@apache.org> on 2014/07/04 16:03:34 UTC

[jira] [Updated] (CXF-5850) Can't find org.apache.cxf.APIMessages bundle

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

Gaurav updated CXF-5850:
------------------------

          Description: 
We recently upgrade our application to JDK 1.7_u55 and now while initializing CXF it is throwing exception saying : Can't find org.apache.cxf.APIMessages bundle. There is APIMessages.properties file present inside cxf-api-2.4.6.jar. Has it got anything to do with JDK version.

java.util.MissingResourceException: Can't find org.apache.cxf.APIMessages bundle
	at java.util.logging.Logger.setupResourceInfo(Logger.java:1534) [rt.jar:1.7.0_55]
	at java.util.logging.Logger.<init>(Logger.java:267) [rt.jar:1.7.0_55]
	at java.util.logging.Logger.<init>(Logger.java:261) [rt.jar:1.7.0_55]
	at org.apache.cxf.common.logging.AbstractDelegatingLogger.<init>(AbstractDelegatingLogger.java:43)
	at org.apache.cxf.common.logging.Log4jLogger.<init>(Log4jLogger.java:77)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.7.0_55]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [rt.jar:1.7.0_55]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [rt.jar:1.7.0_55]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526) [rt.jar:1.7.0_55]
	at org.apache.cxf.common.logging.LogUtils.createLogger(LogUtils.java:228)
	at org.apache.cxf.common.logging.LogUtils.getL7dLogger(LogUtils.java:190)
	at org.apache.cxf.BusFactory.<clinit>(BusFactory.java:71)
	at org.jboss.wsf.stack.cxf.client.ProviderImpl.checkAndFixContextClassLoader(ProviderImpl.java:193)
	at org.jboss.wsf.stack.cxf.client.ProviderImpl.createServiceDelegate(ProviderImpl.java:139)
	at javax.xml.ws.Service.<init>(Service.java:57) [jboss-jaxws-api_2.2_spec-2.0.0.Final.jar:2.0.0.Final]
          Environment: JDK 1.7_u55, JBOSS AS 7.1, CXF 2.4.6
    Affects Version/s: 2.4

> Can't find org.apache.cxf.APIMessages bundle
> --------------------------------------------
>
>                 Key: CXF-5850
>                 URL: https://issues.apache.org/jira/browse/CXF-5850
>             Project: CXF
>          Issue Type: Bug
>          Components: Bus
>    Affects Versions: 2.4
>         Environment: JDK 1.7_u55, JBOSS AS 7.1, CXF 2.4.6
>            Reporter: Gaurav
>            Priority: Critical
>
> We recently upgrade our application to JDK 1.7_u55 and now while initializing CXF it is throwing exception saying : Can't find org.apache.cxf.APIMessages bundle. There is APIMessages.properties file present inside cxf-api-2.4.6.jar. Has it got anything to do with JDK version.
> java.util.MissingResourceException: Can't find org.apache.cxf.APIMessages bundle
> 	at java.util.logging.Logger.setupResourceInfo(Logger.java:1534) [rt.jar:1.7.0_55]
> 	at java.util.logging.Logger.<init>(Logger.java:267) [rt.jar:1.7.0_55]
> 	at java.util.logging.Logger.<init>(Logger.java:261) [rt.jar:1.7.0_55]
> 	at org.apache.cxf.common.logging.AbstractDelegatingLogger.<init>(AbstractDelegatingLogger.java:43)
> 	at org.apache.cxf.common.logging.Log4jLogger.<init>(Log4jLogger.java:77)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.7.0_55]
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [rt.jar:1.7.0_55]
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [rt.jar:1.7.0_55]
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:526) [rt.jar:1.7.0_55]
> 	at org.apache.cxf.common.logging.LogUtils.createLogger(LogUtils.java:228)
> 	at org.apache.cxf.common.logging.LogUtils.getL7dLogger(LogUtils.java:190)
> 	at org.apache.cxf.BusFactory.<clinit>(BusFactory.java:71)
> 	at org.jboss.wsf.stack.cxf.client.ProviderImpl.checkAndFixContextClassLoader(ProviderImpl.java:193)
> 	at org.jboss.wsf.stack.cxf.client.ProviderImpl.createServiceDelegate(ProviderImpl.java:139)
> 	at javax.xml.ws.Service.<init>(Service.java:57) [jboss-jaxws-api_2.2_spec-2.0.0.Final.jar:2.0.0.Final]



--
This message was sent by Atlassian JIRA
(v6.2#6252)