[Dev] WSO2 API Manager 2.2.0-update5 Released!

2018-05-10 Thread Rukshan Premathunga
The WSO2 API Manager team is pleased to announce the release of version 2.2.
0-update5 of API Manager.

WSO2 API Manager is a platform for creating, managing, consuming and
monitoring APIs. It employs proven SOA best practices to solve a wide range
of APImanagement challenges such as API provisioning, API governance,
API security
and API monitoring. It combines some of the most powerful and mature
components of the WSO2's state-of-the-art Carbon platform to deliver a
smooth and end-to-end API management experience while catering to both
API publisher
and API consumer requirements.

WSO2 API Manager is comprised of several modules.

   - API Provider: Define new APIs and manage them
   - API Store: Browse published APIs and subscribe to them
   - API Gateway: The underlying API runtime based on WSO2 ESB
   - API Key Manager: Performs Key Generation and Key Validation
   functionalities
   - API Traffic Manager: Performs Rate Limiting of API Requests

For more information on WSO2 API Manager please visit http://wso2.com
/products/api-manager. Also, take a look at the online product documentation
.

Distributions
wso2am-2.2.0-update5.zip

ws02am-micro-gw-2.2.0-update5.zip


wso2am-analytics-2.2.0-update1.zip


How to Run

   1. Extract the downloaded zip
   2. Go to the bin directory in the extracted folder
   3. Run the wso2server.sh or wso2server.bat as appropriate
   4. Launch a web browser and navigate to https://localhost:9443/publisher to
   access the API publisher webapp
   5. Navigate to https://localhost:9443/store to access the API store
   6. Navigate to https://localhost:9443/admin to access Admin Portal
   7. Use "admin", "admin" as the username and password to login as an admin

Bug Fixes And Improvements in 2.2.0-update5

   - GitHub (Product-apim
   )

Known Issues

All the open issues pertaining to WSO2 API Manager are reported at the
following location:

   - GitHub (Product-apim
   
),
   (Carbon-apimgt
   
),
   (Analytics-apim
   )

How You Can ContributeMailing Lists

Join our mailing list and correspond with the developers directly.

   -

   Developer List: dev@wso2.org | Subscribe | Mail Archive
   -

   User List: u...@wso2.org | Subscribe | Mail Archive

Reporting Issues

We encourage you to report issues, documentation faults, and feature
requests regarding WSO2 API Manager through the public API Manager Git Repo
.

-- The WSO2 API Manager Team --

-- 
Rukshan Chathuranga.
WSO2, Inc.
+94711822074
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] VFS FTP connection timeout settings

2018-05-10 Thread Riyafa Abdul Hameed
Hi Norberto,

Can you please report an issue here[1] with a complete example on how to
reproduce. Please include a sample proxy and the logs generated. Also
include details on how to enable the logs you generated. We shall look into
it.

[1] https://github.com/wso2/product-ei/issues

Thanks,
Riyafa

On Wed, May 9, 2018 at 3:03 PM Fernandes, Norberto <
nfern...@jaguarlandrover.com> wrote:

> Hi,
>
> Riyafa, I am using EI 6.2.0.
>
> Thishani, On the proxy I defined the maxRetryCount and reconnectTimeout
> like:
>
> 
>ftp://:xx...@10.xxx.206
> /QA/J?transport.vfs.ReconnectTimeout=10transport.vfs.MaxRetryCount=5>
>
> If you notice on the log that I sent, these parameters are defined and
> printed by the VFSOutTransportInfo. But I don't think these parameters are
> sent to the vfs ftp provider classes.
> Or there are other set of parameters to set it. But I could not find any
> documentation on these.
>
> Regards,
> Norberto
>
>
>
> On 9 May 2018 at 05:25, Thishani Lucas  wrote:
>
>> Hi Norberto,
>>
>> As you can see from the code [1], these logs are printed if there's a
>> number format exp. How did you define the MaxRetryCount and
>> ReconnectTimeout?
>>
>> [1]
>> https://github.com/wso2/wso2-commons-vfs/blob/2.2.x/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClientFactory.java#L140
>>
>> Thanks,
>> Thishani
>>
>> On Wed, May 9, 2018 at 5:48 AM, Riyafa Abdul Hameed 
>> wrote:
>>
>>> Hi,
>>>
>>> Which version of ESB/EI are you using?
>>>
>>> Regards,
>>> Riyafa
>>>
>>> On Tue, 8 May 2018, 20:11 Fernandes, Norberto, <
>>> nfern...@jaguarlandrover.com> wrote:
>>>
 Hi team,

 I have a proxy that is sending data using the vfs transport and ftp
 protocol.
 I have this logging when I enable the logging.

 TID: [-1234] [] [2018-05-08 15:11:18,818] DEBUG
 {org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  Using the
 fileURI: ftp://userQA:pas...@10.xxx.xx.xxx
 /QA/AXES/XXion_Test.csv?transport.v

 fs.ReconnectTimeout=10=5
 {org.apache.synapse.commons.vfs.VFSOutTransportInfo}

 TID: [-1234] [] [2018-05-08 15:11:18,818] DEBUG
 {org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  Using the
 maxRetryCount  : 5 {org.apache.synapse.commons.vfs.VFSOutTransportInfo}

 TID: [-1234] [] [2018-05-08 15:11:18,818] DEBUG
 {org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  Using the
 reconnectionTimeout : 1
 {org.apache.synapse.commons.vfs.VFSOutTransportInfo}

 TID: [-1234] [] [2018-05-08 15:11:18,819] DEBUG
 {org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  Using the
 append : false
 {org.apache.synapse.commons.vfs.VFSOutTransportInfo}

 TID: [-1234] [] [2018-05-08 15:11:18,819] DEBUG
 {org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  File locking
   : OFF {org.apache.synapse.commons.vfs.VFSOutTransportInfo}

 TID: [-1234] [] [2018-05-08 15:11:18,819]  WARN
 {org.apache.commons.vfs2.provider.ftp.FtpClientFactory$FtpConnectionFactory}
 -  Invalid connection timeout null. Set the connectionTimeout as 5000.
 (default) {org.apache.com

 mons.vfs2.provider.ftp.FtpClientFactory$FtpConnectionFactory}

 TID: [-1234] [] [2018-05-08 15:11:18,819]  WARN
 {org.apache.commons.vfs2.provider.ftp.FtpClientFactory$FtpConnectionFactory}
 -  Invalid connection retry count null. Set the connectionRetryCount
 as 5. (default) {org.apache

 .commons.vfs2.provider.ftp.FtpClientFactory$FtpConnectionFactory}


 I have the RecoonectTimeout and the MaxRetryCount settings defined. But
 the apache commons vfs class indicates that the connection timeout and
 retry count is not defined.

 How can I defined these parameters?

 Regards,
 Norberto

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev

>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>> *Thishani Lucas*
>> *Software Engineer*
>> *WSO2 Lanka (Private) Limited**: http://wso2.com *
>> *lean.enterprise.middle-ware*
>>
>> *Tel: +94 77 2556931 *
>>
>> *LinkedIn: https://www.linkedin.com/in/thishani-lucas/
>> *
>>
>> 
>>
>
>

-- 
Riyafa Abdul Hameed
Software Engineer, WSO2 Lanka (Pvt) Ltd 

Email: riy...@wso2.com 
Website: https://riyafa.wordpress.com/ 
  

___
Dev mailing list
Dev@wso2.org

[Dev] ClassNotFoundException: org.wso2.carbon.webapp.mgt.filter.AuthorizationHeaderFilter

2018-05-10 Thread Madhawa Gunasekara
Hi All,

I'm getting this ClassNotFound exception, I have seen that this issue can
be avoid by installing web app hosting features to the p2-profile [1]. but
I don't need web apps hosting feature for the p2-profile

How can I avoid this issue?

[2018-05-11 08:39:03,831] [EI-Lightweight] ERROR - StandardContext
Exception starting filter
org.wso2.carbon.webapp.mgt.filter.AuthorizationHeaderFilter
java.lang.ClassNotFoundException:
org.wso2.carbon.webapp.mgt.filter.AuthorizationHeaderFilter
at
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1907)
at
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1750)
at
org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:534)
at
org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:516)
at
org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:148)
at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:264)
at
org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:108)
at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4958)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5660)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1700)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1690)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[2018-05-11 08:39:03,833] [EI-Lightweight] ERROR - StandardContext One or
more Filters failed to start. Full details will be found in the appropriate
container log file
[2018-05-11 08:39:03,833] [EI-Lightweight] ERROR - StandardContext Context
[/] startup failed due to previous errors

[1] https://github.com/wso2/product-ei/issues/1275

Thanks,
Madhawa

-- 
*Madhawa Gunasekara*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
*
linkedin: *http://lk.linkedin.com/in/mgunasekara
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Maven dependency for WSO2 Synapse version 2.1.7.wso2v15

2018-05-10 Thread Lahiru Sandaruwan
Never mind,

Got it with following repo,


wso2-nexus-repository
WSO2 nexus Repository
http://maven.wso2.org/nexus/content/groups/wso2-public/



Thanks.

On Thu, May 10, 2018 at 4:19 PM, Lahiru Sandaruwan  wrote:

> Devs,
>
> Can't find $subject at,
> https://mvnrepository.com/artifact/org.apache.synapse/
> synapse-core?repo=wso2
>
> Any idea?
>
> Thanks.
>
> --
> --
>
> Lahiru Sandaruwan
> WSO2 Inc., http://wso2.com
>
> lean.enterprise.middleware
>
> m: +1 901 530 2379
> e: lahi...@wso2.com b: https://medium.com/@lahirugmg
> in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>
>


-- 
--

Lahiru Sandaruwan
WSO2 Inc., http://wso2.com

lean.enterprise.middleware

m: +1 901 530 2379
e: lahi...@wso2.com b: https://medium.com/@lahirugmg
in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Maven dependency for WSO2 Synapse version 2.1.7.wso2v15

2018-05-10 Thread Lahiru Sandaruwan
Devs,

Can't find $subject at,
https://mvnrepository.com/artifact/org.apache.synapse/synapse-core?repo=wso2

Any idea?

Thanks.

-- 
--

Lahiru Sandaruwan
WSO2 Inc., http://wso2.com

lean.enterprise.middleware

m: +1 901 530 2379
e: lahi...@wso2.com b: https://medium.com/@lahirugmg
in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev