[pache.camel.spring.Main.main()] ServerImpl                     INFO  Setting
the server's publish address to be http://localhost:58605
[pache.camel.spring.Main.main()] Server                         INFO 
jetty-7.5.4.v20111024
[pache.camel.spring.Main.main()] AbstractConnector              INFO 
Started SelectChannelConnector@localhost:58605 STARTING
[pache.camel.spring.Main.main()] ContextHandler                 INFO 
started o.e.j.s.h.ContextHandler{,null}
[pache.camel.spring.Main.main()] SpringCamelContext             INFO  Apache
Camel 2.10.0.redhat-60024 (CamelContext: AccessControl-Routes) is starting
[pache.camel.spring.Main.main()] ManagementStrategyFactory      INFO  JMX
enabled.
[pache.camel.spring.Main.main()] DefaultTypeConverter           INFO  Loaded
192 type converters
[pache.camel.spring.Main.main()] ServerImpl                     INFO 
Setting the server's publish address to be http://localhost:8096/rest
[pache.camel.spring.Main.main()] MongoDbEndpoint                INFO 
Initialising MongoDb endpoint:
Endpoint[mongodb://myDb?collection=accesscontrollist&database=dstfsrc&operation=insert]
[pache.camel.spring.Main.main()] MongoDbEndpoint                INFO 
MongoDb component initialised and endpoint bound to MongoDB collection with
the following paramters. Address list: [localhost/127.0.0.1:27017], Db:
dstfsrc, Collection: accesscontrollist
[pache.camel.spring.Main.main()] MongoDbEndpoint                INFO 
Initialising MongoDb endpoint:
Endpoint[mongodb://myDb?collection=accesscontrollist&database=dstfsrc&operation=insert]
[pache.camel.spring.Main.main()] MongoDbEndpoint                INFO 
MongoDb component initialised and endpoint bound to MongoDB collection with
the following paramters. Address list: [localhost/127.0.0.1:27017], Db:
dstfsrc, Collection: accesscontrollist
[pache.camel.spring.Main.main()] MongoDbEndpoint                INFO 
Initialising MongoDb endpoint:
Endpoint[mongodb://myDb?collection=accesscontrollist&database=dstfsrc&operation=remove]
[pache.camel.spring.Main.main()] MongoDbEndpoint                INFO 
MongoDb component initialised and endpoint bound to MongoDB collection with
the following paramters. Address list: [localhost/127.0.0.1:27017], Db:
dstfsrc, Collection: accesscontrollist
[pache.camel.spring.Main.main()] MongoDbEndpoint                INFO 
Initialising MongoDb endpoint:
Endpoint[mongodb://myDb?collection=accesscontrollist&database=dstfsrc&operation=update]
[pache.camel.spring.Main.main()] MongoDbEndpoint                INFO 
MongoDb component initialised and endpoint bound to MongoDB collection with
the following paramters. Address list: [localhost/127.0.0.1:27017], Db:
dstfsrc, Collection: accesscontrollist
[pache.camel.spring.Main.main()] Server                         INFO 
jetty-7.5.4.v20111024
[pache.camel.spring.Main.main()] AbstractConnector              INFO 
Started SelectChannelConnector@localhost:8096 STARTING
[pache.camel.spring.Main.main()] ContextHandler                 INFO 
started o.e.j.s.h.ContextHandler{,null}
[pache.camel.spring.Main.main()] SpringCamelContext             INFO  Route:
MongoDB-AccessControlRoute1 started and consuming from:
Endpoint[cxfrs://http://localhost:8096/rest?resourceClasses=com.dstsystems.dstfsrc.acl.routes.AccessControlServices]
[pache.camel.spring.Main.main()] ultManagementLifecycleStrategy INFO 
StatisticsLevel at All so enabling load performance statistics
[pache.camel.spring.Main.main()] SpringCamelContext             INFO  Total
1 routes, of which 1 is started.
[pache.camel.spring.Main.main()] SpringCamelContext             INFO  Apache
Camel 2.10.0.redhat-60024 (CamelContext: AccessControl-Routes) started in
0.464 seconds
[                qtp24685196-25] JAXRSUtils                     WARN  No
message body reader has been found for request class Associate, ContentType
: application/json.
[                qtp24685196-25] WebApplicationExceptionMapper  WARN 
javax.ws.rs.WebApplicationException
        at
org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBody(JAXRSUtils.java:1054)
        at
org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:614)
        at
org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.java:578)
        at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:238)
        at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:89)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
        at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
        at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:348)
        at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:312)
        at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:72)
        at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:943)
        at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:879)
        at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
        at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
        at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
        at org.eclipse.jetty.server.Server.handle(Server.java:349)
        at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
        at
org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:936)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:801)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:224)
        at
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)
        at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)
        at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)
        at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
        at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
        at java.lang.Thread.run(Thread.java:745)



--
View this message in context: 
http://camel.465427.n5.nabble.com/Getting-NO-Messege-Reader-Exception-Please-give-me-the-direction-to-move-forward-tp5774995.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to