I have follow all the step to create http upload application given in the
tutorial of servicemix successfully.
The deployable of the application is successfully deployed on the
servicemix.
When I create a client and try to upload a file using the appliaction
following exception displayed in the browser:

<?xml version="1.0" encoding="UTF-8" ?> 
- <error>
- <![CDATA[ 
javax.jbi.messaging.MessagingException: HandlerBean.onProviderExchange():
The filename, directory name, or volume label syntax is incorrect
        at
org.apache.servicemix.jbi.HandlerBean.onProviderExchange(HandlerBean.java:173)
        at
org.apache.servicemix.jbi.HandlerBean.onMessageExchange(HandlerBean.java:56)
        at
org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoint.java:235)
        at 
org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:211)
        at
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
        at
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
        at
org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
        at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
        at
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
        at
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
        at
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)
  ]]> 
  </error>



And following exception appear on the console of servicemix:


ERROR - BeanComponent                  - Error processing exchange InOut[
  id: ID:10.105.115.61-117c979d8b4-10:2
  status: Active
  role: provider
  service: {http://www.servicemix.org/example}httphandler
  endpoint: handlerEndpoint
  in: <?xml version="1.0" encoding="UTF-8"?><payload/>
]
javax.jbi.messaging.MessagingException: HandlerBean.onProviderExchange():
The filename, directory name, or volume label syntax is incorrect
        at
org.apache.servicemix.jbi.HandlerBean.onProviderExchange(HandlerBean.java:173)
        at
org.apache.servicemix.jbi.HandlerBean.onMessageExchange(HandlerBean.java:56)
        at
org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoint.java:235)
        at
org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:211)
        at
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
        at
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
        at
org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
        at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
        at
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
        at
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
        at
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)


Please help me to solve this problem.

Thanks,
Puneet Jain


-- 
View this message in context: 
http://www.nabble.com/Problem-in-running-the-http-upload-application-tutorial-Example-tp15178224s12049p15178224.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to