You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by JMalkan <jm...@mail.com> on 2010/02/15 16:21:06 UTC

org.apache.cxf.service.factory.ReflectionServiceFactoryBean bu ildServiceFromClass Console Error on server star

Hi CXF Gurus,

I am a new bee. When I start my web module (part of an ear) in JBoss Server,
I see following error. 

Any help resolving these errors will be greatly appreciated.


ERROR 2010-02-15 06:21:05,246 [STDERR] Feb 15, 2010 6:21:05 AM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
INFO: Creating Service
{http://auth.ports.v1.webservices.sl.te.com/}AuthService from class
com.axeda.sl.webservices.v1.ports.auth.AuthWService
ERROR 2010-02-15 06:21:06,668 [STDERR] Feb 15, 2010 6:21:06 AM
org.apache.cxf.endpoint.ServerImpl initDestination
INFO: Setting the server's publish address to be /v1/soap/Auth

ERROR 2010-02-15 06:21:09,168 [STDERR] Feb 15, 2010 6:21:09 AM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
INFO: Creating Service {http://spring.demo/}HelloWorldImplService from class
demo.spring.HelloWorld
ERROR 2010-02-15 06:21:09,324 [STDERR] Feb 15, 2010 6:21:09 AM
org.apache.cxf.endpoint.ServerImpl initDestination
INFO: Setting the server's publish address to be /v1/soap/HelloWorld
INFO  2010-02-15 06:21:09,324 [ContextLoader] Root WebApplicationContext:
initialization completed in 11000 ms
ERROR 2010-02-15 06:21:09,340 [STDERR] Feb 15, 2010 6:21:09 AM
org.apache.cxf.transport.servlet.CXFServlet updateContext
INFO: Load the bus with application context
INFO  2010-02-15 06:21:09,355 [BusApplicationContext] Refreshing
org.apache.cxf.bus.spring.BusApplicationContext@18b6702: dis
play name [org.apache.cxf.bus.spring.BusApplicationContext@18b6702]; startup
date [Mon Feb 15 06:21:09 GMT 2010]; parent:
org.springframework.web.context.support.XmlWebApplicationContext@167390d
INFO  2010-02-15 06:21:09,465 [BusApplicationContext] Bean factory for
application context
[org.apache.cxf.bus.spring.BusApplicationContext@18b6702]:
org.springframework.beans.factory.support.DefaultListableBeanFactory@ef138b
INFO  2010-02-15 06:21:09,465 [DefaultListableBeanFactory] Pre-instantiating
singletons in org.springframework.beans.factory.
support.DefaultListableBeanFactory@ef138b: defining beans []; parent:
org.springframework.beans.factory.support.DefaultListableBeanFactory@12b2cc
ERROR 2010-02-15 06:21:09,465 [STDERR] Feb 15, 2010 6:21:09 AM
org.apache.cxf.transport.servlet.AbstractCXFServlet
replaceDestinationFactory
INFO: Servlet transport factory already registered


Jiggy.
-- 
View this message in context: http://old.nabble.com/org.apache.cxf.service.factory.ReflectionServiceFactoryBean-bu-ildServiceFromClass-Console-Error-on-server-star-tp27595369p27595369.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: org.apache.cxf.service.factory.ReflectionServiceFactoryBean bu ildServiceFromClass Console Error on server star

Posted by JMalkan <jm...@mail.com>.
No i am not using any log re director. Can tell show me how to do this?

Alessio Soldano wrote:
> 
> JMalkan, this is most probably a general issue with using the 
> java.util.logging.Logger on JBoss AS.
> For instance, the JBossWS-CXF integration comes with a JDKLogRedirector 
> that properly translates and redirects org.apache.cxf category logs to 
> the jboss logger. You might want to try the JBossWS-CXF integration (I'm 
> assuming you're not using that now, correct me if I'm wrong, in which 
> case there's probably another issue), or implement on you own something 
> similar to what's here 
> http://anonsvn.jboss.org/repos/jbossws/common/tags/jbossws-common-1.2.2.GA/src/main/java/org/jboss/wsf/common/logging/
> Cheers
> Alessio
> 
> Daniel Kulp wrote:
>> It's a bug in JBoss.   For some reason, everything we output in the
>> Logger at 
>> INFO level, JBoss flags at ERROR.  
>>
>> Dan
>>
>>
>> On Mon February 15 2010 10:21:06 am JMalkan wrote:
>>   
>>> Hi CXF Gurus,
>>>
>>> I am a new bee. When I start my web module (part of an ear) in JBoss
>>> Server, I see following error.
>>>
>>> Any help resolving these errors will be greatly appreciated.
>>>
>>>
>>> ERROR 2010-02-15 06:21:05,246 [STDERR] Feb 15, 2010 6:21:05 AM
>>> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
>>> buildServiceFromClass
>>> INFO: Creating Service
>>> {http://auth.ports.v1.webservices.sl.te.com/}AuthService from class
>>> com.axeda.sl.webservices.v1.ports.auth.AuthWService
>>> ERROR 2010-02-15 06:21:06,668 [STDERR] Feb 15, 2010 6:21:06 AM
>>> org.apache.cxf.endpoint.ServerImpl initDestination
>>> INFO: Setting the server's publish address to be /v1/soap/Auth
>>>
>>> ERROR 2010-02-15 06:21:09,168 [STDERR] Feb 15, 2010 6:21:09 AM
>>> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
>>> buildServiceFromClass
>>> INFO: Creating Service {http://spring.demo/}HelloWorldImplService from
>>> class demo.spring.HelloWorld
>>> ERROR 2010-02-15 06:21:09,324 [STDERR] Feb 15, 2010 6:21:09 AM
>>> org.apache.cxf.endpoint.ServerImpl initDestination
>>> INFO: Setting the server's publish address to be /v1/soap/HelloWorld
>>> INFO  2010-02-15 06:21:09,324 [ContextLoader] Root
>>> WebApplicationContext:
>>> initialization completed in 11000 ms
>>> ERROR 2010-02-15 06:21:09,340 [STDERR] Feb 15, 2010 6:21:09 AM
>>> org.apache.cxf.transport.servlet.CXFServlet updateContext
>>> INFO: Load the bus with application context
>>> INFO  2010-02-15 06:21:09,355 [BusApplicationContext] Refreshing
>>> org.apache.cxf.bus.spring.BusApplicationContext@18b6702: dis
>>> play name [org.apache.cxf.bus.spring.BusApplicationContext@18b6702];
>>> startup date [Mon Feb 15 06:21:09 GMT 2010]; parent:
>>> org.springframework.web.context.support.XmlWebApplicationContext@167390d
>>> INFO  2010-02-15 06:21:09,465 [BusApplicationContext] Bean factory for
>>> application context
>>> [org.apache.cxf.bus.spring.BusApplicationContext@18b6702]:
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@ef138b
>>> INFO  2010-02-15 06:21:09,465 [DefaultListableBeanFactory]
>>> Pre-instantiating singletons in org.springframework.beans.factory.
>>> support.DefaultListableBeanFactory@ef138b: defining beans []; parent:
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@12b2cc
>>> ERROR 2010-02-15 06:21:09,465 [STDERR] Feb 15, 2010 6:21:09 AM
>>> org.apache.cxf.transport.servlet.AbstractCXFServlet
>>> replaceDestinationFactory
>>> INFO: Servlet transport factory already registered
>>>
>>>
>>> Jiggy.
>>>     
>>
>>   
> 
> 
> -- 
> Alessio Soldano
> Web Service Lead, JBoss
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/org.apache.cxf.service.factory.ReflectionServiceFactoryBean-bu-ildServiceFromClass-Console-Error-on-server-star-tp27595369p27632184.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: org.apache.cxf.service.factory.ReflectionServiceFactoryBean bu ildServiceFromClass Console Error on server star

Posted by Alessio Soldano <as...@redhat.com>.
JMalkan, this is most probably a general issue with using the 
java.util.logging.Logger on JBoss AS.
For instance, the JBossWS-CXF integration comes with a JDKLogRedirector 
that properly translates and redirects org.apache.cxf category logs to 
the jboss logger. You might want to try the JBossWS-CXF integration (I'm 
assuming you're not using that now, correct me if I'm wrong, in which 
case there's probably another issue), or implement on you own something 
similar to what's here 
http://anonsvn.jboss.org/repos/jbossws/common/tags/jbossws-common-1.2.2.GA/src/main/java/org/jboss/wsf/common/logging/
Cheers
Alessio

Daniel Kulp wrote:
> It's a bug in JBoss.   For some reason, everything we output in the Logger at 
> INFO level, JBoss flags at ERROR.  
>
> Dan
>
>
> On Mon February 15 2010 10:21:06 am JMalkan wrote:
>   
>> Hi CXF Gurus,
>>
>> I am a new bee. When I start my web module (part of an ear) in JBoss
>> Server, I see following error.
>>
>> Any help resolving these errors will be greatly appreciated.
>>
>>
>> ERROR 2010-02-15 06:21:05,246 [STDERR] Feb 15, 2010 6:21:05 AM
>> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
>> buildServiceFromClass
>> INFO: Creating Service
>> {http://auth.ports.v1.webservices.sl.te.com/}AuthService from class
>> com.axeda.sl.webservices.v1.ports.auth.AuthWService
>> ERROR 2010-02-15 06:21:06,668 [STDERR] Feb 15, 2010 6:21:06 AM
>> org.apache.cxf.endpoint.ServerImpl initDestination
>> INFO: Setting the server's publish address to be /v1/soap/Auth
>>
>> ERROR 2010-02-15 06:21:09,168 [STDERR] Feb 15, 2010 6:21:09 AM
>> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
>> buildServiceFromClass
>> INFO: Creating Service {http://spring.demo/}HelloWorldImplService from
>> class demo.spring.HelloWorld
>> ERROR 2010-02-15 06:21:09,324 [STDERR] Feb 15, 2010 6:21:09 AM
>> org.apache.cxf.endpoint.ServerImpl initDestination
>> INFO: Setting the server's publish address to be /v1/soap/HelloWorld
>> INFO  2010-02-15 06:21:09,324 [ContextLoader] Root WebApplicationContext:
>> initialization completed in 11000 ms
>> ERROR 2010-02-15 06:21:09,340 [STDERR] Feb 15, 2010 6:21:09 AM
>> org.apache.cxf.transport.servlet.CXFServlet updateContext
>> INFO: Load the bus with application context
>> INFO  2010-02-15 06:21:09,355 [BusApplicationContext] Refreshing
>> org.apache.cxf.bus.spring.BusApplicationContext@18b6702: dis
>> play name [org.apache.cxf.bus.spring.BusApplicationContext@18b6702];
>> startup date [Mon Feb 15 06:21:09 GMT 2010]; parent:
>> org.springframework.web.context.support.XmlWebApplicationContext@167390d
>> INFO  2010-02-15 06:21:09,465 [BusApplicationContext] Bean factory for
>> application context
>> [org.apache.cxf.bus.spring.BusApplicationContext@18b6702]:
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@ef138b
>> INFO  2010-02-15 06:21:09,465 [DefaultListableBeanFactory]
>> Pre-instantiating singletons in org.springframework.beans.factory.
>> support.DefaultListableBeanFactory@ef138b: defining beans []; parent:
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@12b2cc
>> ERROR 2010-02-15 06:21:09,465 [STDERR] Feb 15, 2010 6:21:09 AM
>> org.apache.cxf.transport.servlet.AbstractCXFServlet
>> replaceDestinationFactory
>> INFO: Servlet transport factory already registered
>>
>>
>> Jiggy.
>>     
>
>   


-- 
Alessio Soldano
Web Service Lead, JBoss


Re: org.apache.cxf.service.factory.ReflectionServiceFactoryBean bu ildServiceFromClass Console Error on server star

Posted by JMalkan <jm...@mail.com>.
This worked. I don't see error messages any more.


dkulp wrote:
> 
> 
> There is some docs at:
> 
> http://cxf.apache.org/docs/debugging-and-logging.html
> 
> about getting CXF to log to log4j.   You may be able to give that a try.  
> I'm 
> not sure if that will work any better.
> 
> Dan
> 
> On Tue February 16 2010 3:17:14 pm JMalkan wrote:
>> Is there a work around?
>> 
>> dkulp wrote:
>> > It's a bug in JBoss.   For some reason, everything we output in the
>> > Logger at
>> > INFO level, JBoss flags at ERROR.
>> > 
>> > Dan
>> > 
>> > On Mon February 15 2010 10:21:06 am JMalkan wrote:
>> >> Hi CXF Gurus,
>> >> 
>> >> I am a new bee. When I start my web module (part of an ear) in JBoss
>> >> Server, I see following error.
>> >> 
>> >> Any help resolving these errors will be greatly appreciated.
>> >> 
>> >> 
>> >> ERROR 2010-02-15 06:21:05,246 [STDERR] Feb 15, 2010 6:21:05 AM
>> >> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
>> >> buildServiceFromClass
>> >> INFO: Creating Service
>> >> {http://auth.ports.v1.webservices.sl.te.com/}AuthService from class
>> >> com.axeda.sl.webservices.v1.ports.auth.AuthWService
>> >> ERROR 2010-02-15 06:21:06,668 [STDERR] Feb 15, 2010 6:21:06 AM
>> >> org.apache.cxf.endpoint.ServerImpl initDestination
>> >> INFO: Setting the server's publish address to be /v1/soap/Auth
>> >> 
>> >> ERROR 2010-02-15 06:21:09,168 [STDERR] Feb 15, 2010 6:21:09 AM
>> >> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
>> >> buildServiceFromClass
>> >> INFO: Creating Service {http://spring.demo/}HelloWorldImplService from
>> >> class demo.spring.HelloWorld
>> >> ERROR 2010-02-15 06:21:09,324 [STDERR] Feb 15, 2010 6:21:09 AM
>> >> org.apache.cxf.endpoint.ServerImpl initDestination
>> >> INFO: Setting the server's publish address to be /v1/soap/HelloWorld
>> >> INFO  2010-02-15 06:21:09,324 [ContextLoader] Root
>> >> WebApplicationContext: initialization completed in 11000 ms
>> >> ERROR 2010-02-15 06:21:09,340 [STDERR] Feb 15, 2010 6:21:09 AM
>> >> org.apache.cxf.transport.servlet.CXFServlet updateContext
>> >> INFO: Load the bus with application context
>> >> INFO  2010-02-15 06:21:09,355 [BusApplicationContext] Refreshing
>> >> org.apache.cxf.bus.spring.BusApplicationContext@18b6702: dis
>> >> play name [org.apache.cxf.bus.spring.BusApplicationContext@18b6702];
>> >> startup date [Mon Feb 15 06:21:09 GMT 2010]; parent:
>> >>
>> org.springframework.web.context.support.XmlWebApplicationContext@167390d
>> >> INFO  2010-02-15 06:21:09,465 [BusApplicationContext] Bean factory for
>> >> application context
>> >> [org.apache.cxf.bus.spring.BusApplicationContext@18b6702]:
>> >>
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@ef1
>> >> 38b INFO  2010-02-15 06:21:09,465 [DefaultListableBeanFactory]
>> >> Pre-instantiating singletons in org.springframework.beans.factory.
>> >> support.DefaultListableBeanFactory@ef138b: defining beans []; parent:
>> >>
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@12b
>> >> 2cc ERROR 2010-02-15 06:21:09,465 [STDERR] Feb 15, 2010 6:21:09 AM
>> >> org.apache.cxf.transport.servlet.AbstractCXFServlet
>> >> replaceDestinationFactory
>> >> INFO: Servlet transport factory already registered
>> >> 
>> >> 
>> >> Jiggy.
> 
> -- 
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog
> 
> 

-- 
View this message in context: http://old.nabble.com/org.apache.cxf.service.factory.ReflectionServiceFactoryBean-bu-ildServiceFromClass-Console-Error-on-server-star-tp27595369p27632159.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: org.apache.cxf.service.factory.ReflectionServiceFactoryBean bu ildServiceFromClass Console Error on server star

Posted by codechan <10...@qq.com>.
How to solve this problem.Any help resolving these errors will be greatly
appreciated.



--
View this message in context: http://cxf.547215.n5.nabble.com/org-apache-cxf-service-factory-ReflectionServiceFactoryBean-bu-ildServiceFromClass-Console-Error-on-r-tp558692p5782473.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: org.apache.cxf.service.factory.ReflectionServiceFactoryBean bu ildServiceFromClass Console Error on server star

Posted by Daniel Kulp <dk...@apache.org>.
There is some docs at:

http://cxf.apache.org/docs/debugging-and-logging.html

about getting CXF to log to log4j.   You may be able to give that a try.   I'm 
not sure if that will work any better.

Dan

On Tue February 16 2010 3:17:14 pm JMalkan wrote:
> Is there a work around?
> 
> dkulp wrote:
> > It's a bug in JBoss.   For some reason, everything we output in the
> > Logger at
> > INFO level, JBoss flags at ERROR.
> > 
> > Dan
> > 
> > On Mon February 15 2010 10:21:06 am JMalkan wrote:
> >> Hi CXF Gurus,
> >> 
> >> I am a new bee. When I start my web module (part of an ear) in JBoss
> >> Server, I see following error.
> >> 
> >> Any help resolving these errors will be greatly appreciated.
> >> 
> >> 
> >> ERROR 2010-02-15 06:21:05,246 [STDERR] Feb 15, 2010 6:21:05 AM
> >> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> >> buildServiceFromClass
> >> INFO: Creating Service
> >> {http://auth.ports.v1.webservices.sl.te.com/}AuthService from class
> >> com.axeda.sl.webservices.v1.ports.auth.AuthWService
> >> ERROR 2010-02-15 06:21:06,668 [STDERR] Feb 15, 2010 6:21:06 AM
> >> org.apache.cxf.endpoint.ServerImpl initDestination
> >> INFO: Setting the server's publish address to be /v1/soap/Auth
> >> 
> >> ERROR 2010-02-15 06:21:09,168 [STDERR] Feb 15, 2010 6:21:09 AM
> >> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> >> buildServiceFromClass
> >> INFO: Creating Service {http://spring.demo/}HelloWorldImplService from
> >> class demo.spring.HelloWorld
> >> ERROR 2010-02-15 06:21:09,324 [STDERR] Feb 15, 2010 6:21:09 AM
> >> org.apache.cxf.endpoint.ServerImpl initDestination
> >> INFO: Setting the server's publish address to be /v1/soap/HelloWorld
> >> INFO  2010-02-15 06:21:09,324 [ContextLoader] Root
> >> WebApplicationContext: initialization completed in 11000 ms
> >> ERROR 2010-02-15 06:21:09,340 [STDERR] Feb 15, 2010 6:21:09 AM
> >> org.apache.cxf.transport.servlet.CXFServlet updateContext
> >> INFO: Load the bus with application context
> >> INFO  2010-02-15 06:21:09,355 [BusApplicationContext] Refreshing
> >> org.apache.cxf.bus.spring.BusApplicationContext@18b6702: dis
> >> play name [org.apache.cxf.bus.spring.BusApplicationContext@18b6702];
> >> startup date [Mon Feb 15 06:21:09 GMT 2010]; parent:
> >> org.springframework.web.context.support.XmlWebApplicationContext@167390d
> >> INFO  2010-02-15 06:21:09,465 [BusApplicationContext] Bean factory for
> >> application context
> >> [org.apache.cxf.bus.spring.BusApplicationContext@18b6702]:
> >> org.springframework.beans.factory.support.DefaultListableBeanFactory@ef1
> >> 38b INFO  2010-02-15 06:21:09,465 [DefaultListableBeanFactory]
> >> Pre-instantiating singletons in org.springframework.beans.factory.
> >> support.DefaultListableBeanFactory@ef138b: defining beans []; parent:
> >> org.springframework.beans.factory.support.DefaultListableBeanFactory@12b
> >> 2cc ERROR 2010-02-15 06:21:09,465 [STDERR] Feb 15, 2010 6:21:09 AM
> >> org.apache.cxf.transport.servlet.AbstractCXFServlet
> >> replaceDestinationFactory
> >> INFO: Servlet transport factory already registered
> >> 
> >> 
> >> Jiggy.

-- 
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog

Re: org.apache.cxf.service.factory.ReflectionServiceFactoryBean bu ildServiceFromClass Console Error on server star

Posted by JMalkan <jm...@mail.com>.
Is there a work around?


dkulp wrote:
> 
> 
> It's a bug in JBoss.   For some reason, everything we output in the Logger
> at 
> INFO level, JBoss flags at ERROR.  
> 
> Dan
> 
> 
> On Mon February 15 2010 10:21:06 am JMalkan wrote:
>> Hi CXF Gurus,
>> 
>> I am a new bee. When I start my web module (part of an ear) in JBoss
>> Server, I see following error.
>> 
>> Any help resolving these errors will be greatly appreciated.
>> 
>> 
>> ERROR 2010-02-15 06:21:05,246 [STDERR] Feb 15, 2010 6:21:05 AM
>> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
>> buildServiceFromClass
>> INFO: Creating Service
>> {http://auth.ports.v1.webservices.sl.te.com/}AuthService from class
>> com.axeda.sl.webservices.v1.ports.auth.AuthWService
>> ERROR 2010-02-15 06:21:06,668 [STDERR] Feb 15, 2010 6:21:06 AM
>> org.apache.cxf.endpoint.ServerImpl initDestination
>> INFO: Setting the server's publish address to be /v1/soap/Auth
>> 
>> ERROR 2010-02-15 06:21:09,168 [STDERR] Feb 15, 2010 6:21:09 AM
>> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
>> buildServiceFromClass
>> INFO: Creating Service {http://spring.demo/}HelloWorldImplService from
>> class demo.spring.HelloWorld
>> ERROR 2010-02-15 06:21:09,324 [STDERR] Feb 15, 2010 6:21:09 AM
>> org.apache.cxf.endpoint.ServerImpl initDestination
>> INFO: Setting the server's publish address to be /v1/soap/HelloWorld
>> INFO  2010-02-15 06:21:09,324 [ContextLoader] Root WebApplicationContext:
>> initialization completed in 11000 ms
>> ERROR 2010-02-15 06:21:09,340 [STDERR] Feb 15, 2010 6:21:09 AM
>> org.apache.cxf.transport.servlet.CXFServlet updateContext
>> INFO: Load the bus with application context
>> INFO  2010-02-15 06:21:09,355 [BusApplicationContext] Refreshing
>> org.apache.cxf.bus.spring.BusApplicationContext@18b6702: dis
>> play name [org.apache.cxf.bus.spring.BusApplicationContext@18b6702];
>> startup date [Mon Feb 15 06:21:09 GMT 2010]; parent:
>> org.springframework.web.context.support.XmlWebApplicationContext@167390d
>> INFO  2010-02-15 06:21:09,465 [BusApplicationContext] Bean factory for
>> application context
>> [org.apache.cxf.bus.spring.BusApplicationContext@18b6702]:
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@ef138b
>> INFO  2010-02-15 06:21:09,465 [DefaultListableBeanFactory]
>> Pre-instantiating singletons in org.springframework.beans.factory.
>> support.DefaultListableBeanFactory@ef138b: defining beans []; parent:
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@12b2cc
>> ERROR 2010-02-15 06:21:09,465 [STDERR] Feb 15, 2010 6:21:09 AM
>> org.apache.cxf.transport.servlet.AbstractCXFServlet
>> replaceDestinationFactory
>> INFO: Servlet transport factory already registered
>> 
>> 
>> Jiggy.
> 
> -- 
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog
> 
> 

-- 
View this message in context: http://old.nabble.com/org.apache.cxf.service.factory.ReflectionServiceFactoryBean-bu-ildServiceFromClass-Console-Error-on-server-star-tp27595369p27614320.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: org.apache.cxf.service.factory.ReflectionServiceFactoryBean bu ildServiceFromClass Console Error on server star

Posted by Daniel Kulp <dk...@apache.org>.
It's a bug in JBoss.   For some reason, everything we output in the Logger at 
INFO level, JBoss flags at ERROR.  

Dan


On Mon February 15 2010 10:21:06 am JMalkan wrote:
> Hi CXF Gurus,
> 
> I am a new bee. When I start my web module (part of an ear) in JBoss
> Server, I see following error.
> 
> Any help resolving these errors will be greatly appreciated.
> 
> 
> ERROR 2010-02-15 06:21:05,246 [STDERR] Feb 15, 2010 6:21:05 AM
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> buildServiceFromClass
> INFO: Creating Service
> {http://auth.ports.v1.webservices.sl.te.com/}AuthService from class
> com.axeda.sl.webservices.v1.ports.auth.AuthWService
> ERROR 2010-02-15 06:21:06,668 [STDERR] Feb 15, 2010 6:21:06 AM
> org.apache.cxf.endpoint.ServerImpl initDestination
> INFO: Setting the server's publish address to be /v1/soap/Auth
> 
> ERROR 2010-02-15 06:21:09,168 [STDERR] Feb 15, 2010 6:21:09 AM
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> buildServiceFromClass
> INFO: Creating Service {http://spring.demo/}HelloWorldImplService from
> class demo.spring.HelloWorld
> ERROR 2010-02-15 06:21:09,324 [STDERR] Feb 15, 2010 6:21:09 AM
> org.apache.cxf.endpoint.ServerImpl initDestination
> INFO: Setting the server's publish address to be /v1/soap/HelloWorld
> INFO  2010-02-15 06:21:09,324 [ContextLoader] Root WebApplicationContext:
> initialization completed in 11000 ms
> ERROR 2010-02-15 06:21:09,340 [STDERR] Feb 15, 2010 6:21:09 AM
> org.apache.cxf.transport.servlet.CXFServlet updateContext
> INFO: Load the bus with application context
> INFO  2010-02-15 06:21:09,355 [BusApplicationContext] Refreshing
> org.apache.cxf.bus.spring.BusApplicationContext@18b6702: dis
> play name [org.apache.cxf.bus.spring.BusApplicationContext@18b6702];
> startup date [Mon Feb 15 06:21:09 GMT 2010]; parent:
> org.springframework.web.context.support.XmlWebApplicationContext@167390d
> INFO  2010-02-15 06:21:09,465 [BusApplicationContext] Bean factory for
> application context
> [org.apache.cxf.bus.spring.BusApplicationContext@18b6702]:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@ef138b
> INFO  2010-02-15 06:21:09,465 [DefaultListableBeanFactory]
> Pre-instantiating singletons in org.springframework.beans.factory.
> support.DefaultListableBeanFactory@ef138b: defining beans []; parent:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@12b2cc
> ERROR 2010-02-15 06:21:09,465 [STDERR] Feb 15, 2010 6:21:09 AM
> org.apache.cxf.transport.servlet.AbstractCXFServlet
> replaceDestinationFactory
> INFO: Servlet transport factory already registered
> 
> 
> Jiggy.

-- 
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog