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 <is...@gmail.com> on 2013/09/23 19:35:30 UTC

Re: Errors and warning while deploying a proxy service

Hi Hiranya,

I am still getting these warnings.
It seems like we haven't disable these transports yet in the trunk [1].

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



On Sat, Aug 31, 2013 at 6:23 AM, Hiranya Jayathilaka
<hi...@gmail.com>wrote:

>
> On Aug 30, 2013, at 8:16 AM, Isuru Udana <is...@gmail.com> 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 <tg...@gmail.com>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: isudana@gmail.com
> 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: hiranya@cs.ucsb.edu <hi...@wso2.com>;  Mobile: +1 (805) 895-7443
> Blog: http://techfeast-hiranya.**blogspot.com<http://techfeast-hiranya.blogspot.com/>
>
>


-- 
*Isuru Udana*
*
*
*
Senior
**
Software Engineer; WSO2 Inc.; http://wso2.com

email: isudana@gmail.com
blog: http://mytecheye.blogspot.com/
twitter: http://twitter.com/isudana
*

Re: Errors and warning while deploying a proxy service

Posted by Isuru Udana <is...@gmail.com>.
JIRA[1] created to track this issue.

[1] https://issues.apache.org/jira/browse/SYNAPSE-978

Thanks.


On Tue, Sep 24, 2013 at 1:45 AM, Hiranya Jayathilaka
<hi...@gmail.com>wrote:

> Yes, we haven't. Could you perhaps create a JIRA for this, so it doesn't
> fall through the cracks?
>
> Thanks,
> Hiranya
>
> On Sep 23, 2013, at 10:35 AM, Isuru Udana <is...@gmail.com> wrote:
>
> Hi Hiranya,
>
> I am still getting these warnings.
> It seems like we haven't disable these transports yet in the trunk [1].
>
> [1]
> http://svn.apache.org/repos/asf/synapse/trunk/java/repository/conf/axis2.xml
>
>
>
> On Sat, Aug 31, 2013 at 6:23 AM, Hiranya Jayathilaka <hiranya911@gmail.com
> > wrote:
>
>>
>> On Aug 30, 2013, at 8:16 AM, Isuru Udana <is...@gmail.com> 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 <tg...@gmail.com>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: isudana@gmail.com
>> 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: hiranya@cs.ucsb.edu <hi...@wso2.com>;  Mobile: +1 (805)
>> 895-7443
>> Blog: http://techfeast-hiranya.**blogspot.com<http://techfeast-hiranya.blogspot.com/>
>>
>>
>
>
> --
> *Isuru Udana*
> *
> *
> *
> Senior
> **Software Engineer; WSO2 Inc.; http://wso2.com
>
> email: isudana@gmail.com
> 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: hiranya@cs.ucsb.edu <hi...@wso2.com>;  Mobile: +1 (805) 895-7443
> Blog: http://techfeast-hiranya.**blogspot.com<http://techfeast-hiranya.blogspot.com/>
>
>


-- 
*Isuru Udana*
*
*
*
Senior
**
Software Engineer; WSO2 Inc.; http://wso2.com

email: isudana@gmail.com
blog: http://mytecheye.blogspot.com/
twitter: http://twitter.com/isudana
*

Re: Errors and warning while deploying a proxy service

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
Yes, we haven't. Could you perhaps create a JIRA for this, so it doesn't fall through the cracks?

Thanks,
Hiranya

On Sep 23, 2013, at 10:35 AM, Isuru Udana <is...@gmail.com> wrote:

> Hi Hiranya,
> 
> I am still getting these warnings.
> It seems like we haven't disable these transports yet in the trunk [1].
> 
> [1] http://svn.apache.org/repos/asf/synapse/trunk/java/repository/conf/axis2.xml
> 
> 
> 
> On Sat, Aug 31, 2013 at 6:23 AM, Hiranya Jayathilaka <hi...@gmail.com> wrote:
> 
> On Aug 30, 2013, at 8:16 AM, Isuru Udana <is...@gmail.com> 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 <tg...@gmail.com> 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: isudana@gmail.com 
>> 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: hiranya@cs.ucsb.edu;  Mobile: +1 (805) 895-7443
> Blog: http://techfeast-hiranya.blogspot.com
> 
> 
> 
> 
> -- 
> Isuru Udana
> Senior  Software Engineer; WSO2 Inc.; http://wso2.com
> 
> email: isudana@gmail.com 
> 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: hiranya@cs.ucsb.edu;  Mobile: +1 (805) 895-7443
Blog: http://techfeast-hiranya.blogspot.com