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
