On Aug 30, 2013, at 8:16 AM, Isuru Udana <[email protected]> wrote: > Hi, > > It looks like VFSTransportListener and MailTransportListener is enabled by > default in axis2.xml [1]. > IMO it should be disabled by default. Any reason for doing like that ?
Yes, I noticed this too. It looks like we have always had these transports enabled by default (I just cross checked with the 2.1 release tag). Probably something changed in the Axis2/BaseTransport side, so now it prints this warning. I suppose we can disable these transports in the default configuration. Thanks, Hiranya > > [1] > http://svn.apache.org/repos/asf/synapse/trunk/java/repository/conf/axis2.xml > > > > > On Fri, Aug 30, 2013 at 3:11 PM, Thilini Gamage <[email protected]> wrote: > Hi all, > > I tried to start the synapse server using sample 150 and the following > warning is reported in server starting time and following error is reported > in server shut down time. What may be the issue here? > > Server start up time > > 2013-08-30 15:07:03,125 [-] [main] INFO MailTransportListener MAILTO > listener started > 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,128 [-] [main] INFO PassThroughHttpSSLListener Starting > pass-through HTTPS listener... > 2013-08-30 15:07:03,158 [-] [main] INFO PassThroughHttpSSLListener > Pass-through HTTPS listener started on port: 8243 > 2013-08-30 15:07:03,159 [-] [main] INFO PassThroughHttpListener Starting > pass-through HTTP listener... > 2013-08-30 15:07:03,161 [-] [main] INFO PassThroughHttpListener Pass-through > HTTP listener started on port: 8280 > 2013-08-30 15:07:03,161 [-] [main] INFO VFSTransportListener VFS listener > started > 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 > > Server shut down time > > 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,415 [-] [Thread-9] INFO PassThroughHttpListener Stopping > pass-through HTTP listener.. > 2013-08-30 15:09:14,416 [-] [PassThroughHTTPListener] INFO > PassThroughHttpListener HTTP listener shutdown. > 2013-08-30 15:09:14,416 [-] [Thread-9] INFO VFSTransportListener VFS > Listener Shutdown > 2013-08-30 15:09:14,416 [-] [Thread-9] ERROR VFSTransportListener Unable to > stop service : StockQuoteProxy - unable to find the corresponding protocol > endpoint > > > > > > > -- > Isuru Udana > Senior Software Engineer; WSO2 Inc.; http://wso2.com > > email: [email protected] > blog: http://mytecheye.blogspot.com/ > twitter: http://twitter.com/isudana > > > -- Hiranya Jayathilaka Mayhem Lab/RACE Lab; Dept. of Computer Science, UCSB; http://cs.ucsb.edu E-mail: [email protected]; Mobile: +1 (805) 895-7443 Blog: http://techfeast-hiranya.blogspot.com
