********************************************************************************
Message : Failed to start inbound endpoint "myPOP"
Type : org.mule.api.lifecycle.LifecycleException
Code : MULE_ERROR-70312
JavaDoc :
http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/lifecycle/LifecycleException.html
********************************************************************************
Exception stack is:
1. URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "fo" (java.lang.IllegalArgumentException)
java.net.URLDecoder:-1 (null)
2. Failed to start inbound endpoint "myPOP" (org.mule.api.lifecycle.LifecycleException)
org.mule.endpoint.DefaultInboundEndpoint:118 (
http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/lifecycle/LifecycleException.html)
********************************************************************************
Root Exception stack trace:
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "fo"
at java.net.URLDecoder.decode(Unknown Source)
at org.mule.transport.email.AbstractMailConnector.urlFromEndpoint(AbstractMailConnector.java:122)
at org.mule.transport.email.AbstractMailConnector.newSession(AbstractMailConnector.java:185)
at org.mule.transport.email.AbstractMailConnector.getSessionDetails(AbstractMailConnector.java:94)
at org.mule.transport.email.RetrieveMessageReceiver.doConnect(RetrieveMessageReceiver.java:79)
at org.mule.transport.AbstractTransportMessageHandler.connect(AbstractTransportMessageHandler.java:218)
at org.mule.transport.AbstractConnector.registerListener(AbstractConnector.java:1248)
at org.mule.endpoint.DefaultInboundEndpoint.start(DefaultInboundEndpoint.java:104)
<snip>
********************************************************************************
Message : The endpoint "
pop3://bob:foo#[
bar@pop:110" is malformed and cannot be parsed. If this is the name of a global endpoint, check the name is correct, that the endpoint exists, and that you are using the correct configuration (eg the "ref" attribute). Note that names on inbound and outbound endpoints cannot be used to send or receive messages; use a named global endpoint instead.. Only Outbound endpoints can be dynamic
Type : org.mule.api.endpoint.MalformedEndpointException
Code : MULE_ERROR-64051
JavaDoc :
http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/endpoint/MalformedEndpointException.html
********************************************************************************
Exception stack is:
1. The endpoint "
pop3://bob:foo#[
bar@pop:110" is malformed and cannot be parsed. If this is the name of a global endpoint, check the name is correct, that the endpoint exists, and that you are using the correct configuration (eg the "ref" attribute). Note that names on inbound and outbound endpoints cannot be used to send or receive messages; use a named global endpoint instead.. Only Outbound endpoints can be dynamic (org.mule.api.endpoint.MalformedEndpointException)
org.mule.endpoint.AbstractEndpointBuilder:183 (
http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/endpoint/MalformedEndpointException.html)
********************************************************************************
Root Exception stack trace:
org.mule.api.endpoint.MalformedEndpointException: The endpoint "
pop3://bob:foo#[
bar@pop:110" is malformed and cannot be parsed. If this is the name of a global endpoint, check the name is correct, that the endpoint exists, and that you are using the correct configuration (eg the "ref" attribute). Note that names on inbound and outbound endpoints cannot be used to send or receive messages; use a named global endpoint instead.. Only Outbound endpoints can be dynamic
at org.mule.endpoint.AbstractEndpointBuilder.doBuildInboundEndpoint(AbstractEndpointBuilder.java:183)
at org.mule.endpoint.AbstractEndpointBuilder.buildInboundEndpoint(AbstractEndpointBuilder.java:117)
at org.mule.endpoint.DefaultEndpointFactory.getInboundEndpoint(DefaultEndpointFactory.java:83)
<snip>
Hi Noriko,
Did you try adding escape characters to that special characters?