You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Isuru Udana Loku Narangoda (JIRA)" <ji...@apache.org> on 2013/09/24 05:02:07 UTC

[jira] [Created] (SYNAPSE-978) Warnings get printed while deploying a proxy service

Isuru Udana Loku Narangoda created SYNAPSE-978:
--------------------------------------------------

             Summary: Warnings get printed while deploying a proxy service
                 Key: SYNAPSE-978
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-978
             Project: Synapse
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Isuru Udana Loku Narangoda
            Assignee: Hiranya Jayathilaka
            Priority: Minor


At Server start up...
-----------------------------
2013-08-30 15:07:03,126 [-] [main]  WARN MailTransportListener Unable to configure the service StockQuoteProxy for the MAILTO transport: Service doesn't have configuration information for transport mailto. This service is being marked as faulty and will not be available over the MAILTO transport.
2013-08-30 15:07:03,126 [-] [main]  WARN MailTransportListener Disabling the mailto transport for the service StockQuoteProxy, because it is not configured properly for the service

2013-08-30 15:07:03,161 [-] [main]  WARN PollTableEntry required parameter transport.vfs.FileURI is missing in the proxy service configuration
2013-08-30 15:07:03,162 [-] [main]  WARN VFSTransportListener Unable to configure the service StockQuoteProxy for the VFS transport: Service doesn't have configuration information for transport vfs. This service is being marked as faulty and will not be available over the VFS transport.
2013-08-30 15:07:03,162 [-] [main]  WARN VFSTransportListener Disabling the vfs transport for the service StockQuoteProxy, because it is not configured properly for the service

At Server shut down...
---------------------------------
2013-08-30 15:09:14,415 [-] [Thread-9] ERROR MailTransportListener Unable to stop service : StockQuoteProxy - unable to find the corresponding protocol endpoint
2013-08-30 15:09:14,416 [-] [Thread-9] ERROR VFSTransportListener Unable to stop service : StockQuoteProxy - unable to find the corresponding protocol endpoint


It looks like VFSTransportListener and MailTransportListener is enabled by default in axis2.xml [1].
It should be disabled by default.

[1] http://svn.apache.org/repos/asf/synapse/trunk/java/repository/conf/axis2.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org