Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.1.2
-
Component/s: Modules: CXF, Transport: File
-
Labels:None
-
Environment:
OS: Windows XP Home Edition. JDK Version: 1.6.0_06.
Servlet Container (hosting the web services): Tomcat 6.0_16
-
User impact:High
-
Configuration:
-
Log Output:
-
Similar Issues:None
Description
Hello,
I've come across a problem with Mule which I have not managed to solved for quite some time and seems to be a bug. I monitor a local folder for arrival of new files and then trigger a workflow of several web service calls via the CXF transport. This works perfectly fine when only one file arrives in the folder at a time, with more than one I get the exception below. This seems to be a bug to me because the thrown exception mentions that there are at least two connectors defined matching the http protocol; but in my Mule configuration there's no http connector defined. I have tried this with Mule 2.1.1 and with Mule 2.1.2 and the same problem. The exceptions and config file are bellow.
Diana.
Diana, this may indeed be a bug. As a possible workaround can you try adding a <http:connector> declaration and then on your cxf endpoints use protocolConnector="yourHttpConnector" to refer to it. Let me know if that works.