Re: [Dev] File Processing :Have issues while File proceesing in wso2.

2018-07-09 Thread Shakila Sasikaran
Hi,

IMHO, there is no way to achieve this and all the available files in source
location will be picked and processed. You can do the following as a
workaround.

when you process the file,
1. copy the file into another backup directory using file connector

.
2. check whether the particular file is available in the backup directory.
If it is not there, you can process it.

[1] https://docs.wso2.com/display/ESBCONNECTORS/Working+
with+the+File+Connector#WorkingwiththeFileConnector-copy
[2] https://docs.wso2.com/display/ESBCONNECTORS/Working+with+
the+File+Connector#WorkingwiththeFileConnector-isFileExist

Thanks

On Tue, Jul 10, 2018 at 11:31 AM, aditya shivankar <
shivankar.adit...@gmail.com> wrote:

> Respected Sir,
>
> I have to process only the files which are coming to the folder *newly* (
> there could be files which are already existing in the folder which should
> not be picked for processing )
>
> The client does not want to move the files to another folder after
> processing. So if the file remains in the same folder after processing.
> They should not be re-processed and should remain in the same folder with
> same extension
>
> Below is the code I am trying.  But I am not able to achieve above .P*lease
> guide*.
>
> 
> http://ws.apache.org/ns/synapse";>
> 
> 
>  value="true"/>
>  value=""/>
>  scope="axis2"/>
>  inputSchema="gov:datamapper/xmlToCsv1_inputSchema.json" inputType="XML"
> outputSchema="gov:datamapper/xmlToCsv1_outputSchema.json"
> outputType="CSV"/>
>  name="transport.vfs.ReplyFileName" scope="transport" type="STRING"/>
>  value="true"/>
>  value="application/csv"/>
>  scope="transport"/>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> true
> 50ms
> application/xml
> f
> ile:///C:/Flatfile/input1
> MOVE
> file:///C:/Flatfile/
> failure
> MOVE
> .*\.xml
> disable
> file:///C:/Flatfile/orgFilesProcessedSuccessfully
> 
>
> With Regards,
> Aditya
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Shakila Sasikaran
Software Engineer
Mobile :+94 (0) 77 526 6848
shak...@wso2.com
WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] File Processing :Have issues while File proceesing in wso2.

2018-07-09 Thread aditya shivankar
Respected Sir,

I have to process only the files which are coming to the folder *newly* (
there could be files which are already existing in the folder which should
not be picked for processing )

The client does not want to move the files to another folder after
processing. So if the file remains in the same folder after processing.
They should not be re-processed and should remain in the same folder with
same extension

Below is the code I am trying.  But I am not able to achieve above .P*lease
guide*.


http://ws.apache.org/ns/synapse";>



















true
50ms
application/xml
file:///C:/Flatfile/input1
MOVE
file:///C:/Flatfile/failure
MOVE
.*\.xml
disable
file:///C:/Flatfile/orgFilesProcessedSuccessfully


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


[Dev] Obtaining user attributes via authentication context.

2018-07-09 Thread Isurianuradha96
Hi all,

I have come up with a scenario in WSO2IS which is required to first user
needs to authenticate with primary usestore and get authenticated user's
attributes. From user attributes list, I need to get a specific attribute
which is pre-configured by the end user and then call
an external web-service to obtain external claims. Thereafter, this
external claim's values should be used in the response object to send to
the client application.

I have been trying to achieve this task by configuring two authentication
steps in WSO2IS 5.4.0. As the first step, I used the basic local
authenticator to authenticate the user via primary usestore. As the next
step, I configured a custom federated authenticator which is implemented to
call the external web service. In the second step, I need to get the user's
attributes from the first step but I was not able to find a way to achieve
this. I have been looking into the AuthenticationContext object to find the
relevant attributes but I only found the subject identifier value of the
authenticated user. According to my requirement, either subject identifier
is needed to configure from the first step or searching through the
pre-configured attribute from the attribute list which is received from the
first step. My question is, is there any way to get the authenticated
user's attribute list from the custom federated authenticator via
AuthenticationContext object?

If my above approach is not doable, please explain me to an alternative
method to achieve this.

Thank you.

-- 
Kind Regards,
Isuri Anuradha.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [SP] What is our dashboard packaging modal

2018-07-09 Thread Udara Rathnayake
Similar to what we had earlier in DS do we have an option to package a
dashboard?

My requirement is to design/develop a custom dashboard with all
dependencies then deploy in SP programmatically along with a streaming app.
​

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


Re: [Dev] File Upload to Application Server 5.3.0 with Admin Services

2018-07-09 Thread Sathya Bandara
Hi Maneesha,

You need to include the following entity in your soap request .

cid:464597495550

The value of the cid can be a random integer.
Then in the attachment, you need to select this value in the 'Part' column.

Using following request I was able to successfully upload a web application.

http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://org.apache.axis2/xsd"; xmlns:xsd1="
http://mgt.webapp.carbon.wso2.org/xsd";>
   
   
  
 
 

cid:464597495550

playground2.war
 
  
   


Please see the attached diagram for further clarifications.

Thanks,

On Mon, Jul 9, 2018 at 4:29 PM, Maneesha Wijesekara 
wrote:

> Hi All,
>
> I'm trying to use admin services to upload a web application (.war) to
> Application Server 5.3.0 with 'uploadWebapp' in 'WebappAdmin' admin
> service, but I receive the following error when uploading the file. I've
> attached the .war file along with the request using SoapUI.
>
> *Error*
>
> [2018-07-09 10:44:05,081] ERROR 
> {org.wso2.carbon.tomcat.internal.CarbonTomcat} -  Webapp 
> StandardContext[/VersionSample/2] failed to deploy
> [2018-07-09 10:44:05,081] ERROR 
> {org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer} -  Error while 
> deploying webapp: 
> StandardContext[VersionSample#2.war].File[/home/ubuntu/wso2as-5.3.0/repository/deployment/server/webapps/VersionSample#2.war]
> org.wso2.carbon.tomcat.CarbonTomcatException: Webapp failed to deploy
>   at 
> org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:356)
>   at 
> org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:252)
>   at 
> org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWebappDeployment(TomcatGenericWebappsDeployer.java:314)
>   at 
> org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWarWebappDeployment(TomcatGenericWebappsDeployer.java:212)
>   at 
> org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:179)
>   at 
> org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.deploy(TomcatGenericWebappsDeployer.java:144)
>   at 
> org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:224)
>   at 
> org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:114)
>   at 
> org.wso2.carbon.webapp.deployer.WebappDeployer.deploy(WebappDeployer.java:42)
>   at 
> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>   at 
> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
>   at 
> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
>   at 
> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
>   at 
> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
>   at 
> org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:371)
>   at 
> org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:59)
>   at 
> org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:67)
>   at 
> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.runAxisDeployment(CarbonDeploymentSchedulerTask.java:93)
>   at 
> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:138)
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>   at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>   at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>   at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>   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)
> Caused by: java.util.zip.ZipException: error in opening zip file
>   at java.util.zip.ZipFile.open(Native Method)
>   at java.util.zip.ZipFile.(ZipFile.java:225)
>   at java.util.zip.ZipFile.(ZipFile.java:155)
>   at java.util.jar.JarFile.(JarFile.java:166)
>   at java.util.jar.JarFile.(JarFile.java:103)
>   at 
> org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:331)
>   ... 25 more
> [2018-07-09 10:44:05,082] ERROR 
> {org.wso2.carbon.webapp.mgt.AbstractWebappDeployer} -  Error occurred while 
> deploying webapp : 
> /home/ubuntu/wso2as-5.3.0/repository/deployment/server/webapps/VersionSample#2.war
> org.wso2.carbon.CarbonException: Error while deploying webapp: 
> StandardContext[VersionSample#2.war].File[/home/ubun

Re: [Dev] [Architecture] [VOTE] Release of WSO2 API Manager Microgateway Toolkit 2.5.0 RC2

2018-07-09 Thread Rukshan Premathunga
Hi All,

Thanks for testing WSO2 API Manager Microgateway Toolkit 2.5.0 RC2.

Since this vote passed with 8 [+1]s and 0 [-1]s, we’re hereby closing this
vote and proceeding with API Manager Microgateway Toolkit 2.5.0 GA release.

Thanks and Regards.

On Mon, Jul 9, 2018 at 2:55 PM, Pubudu Gunatilaka  wrote:

> Hi,
>
> Tested the following use cases.
>
> 1. Micro gw with docker deployment
> 2. Micro gw with Kubernetes deployment - NodePort service type
> 3. Tested tenancy mode API invocation with JWT
>
> [+] Stable - go ahead & release.
>
> Thank you!
>
> On Mon, Jul 9, 2018 at 10:16 AM Fazlan Nazeem  wrote:
>
>> Hi all,
>>
>> Tested below scenarios.
>>
>> Analytics data publishing and retrieving with APIM Analytics Server with
>>
>>- OAuth applications
>>- JWT applications
>>
>> for all types of streams.
>>
>> [+] Stable - go ahead & release.
>>
>>
>> On Sun, Jul 8, 2018 at 2:07 PM Chamila Adhikarinayake 
>> wrote:
>>
>>> Hi All,
>>>
>>> Tested the below
>>>
>>>- Test dynamic endpoint setting up for prod/sandbox endpoints for
>>>followings
>>>- HTTP endpoint
>>>   - Load balance endpoint
>>>   - Failover endpoint
>>>
>>>
>>>- Test APIs with basic auth protected backends
>>>- Test dynamic endpoints and endpoint credentials import as command
>>>line parameters and system variables
>>>- Test gateway background start scenario
>>>
>>>
>>> [+] Stable - go ahead & release.
>>>
>>> Regards,
>>> Chamila
>>>
>>>
>>> On Sun, Jul 8, 2018 at 9:54 AM, Rukshan Premathunga 
>>> wrote:
>>>
 Hi All,

 Tested the below

- Tested Backend JWT
- Tested production and sandbox endpoints
- Tested in tenant space
- Test application and subscription throttling with oauth2 and jwt
token
- Test throttling in unauthentication mode

 [+] Stable - go ahead & release.

 Thanks and Regards

 On Sat, Jul 7, 2018 at 2:59 PM, Kasun Thennakoon 
 wrote:

> Hi all,
>
> Tested the below
>
>- Test micro-gw.bat setup, build, rest and help commands in a
>windows environment
>- Test gateway.bat run as a windows service
>- Test services with a mixed set of resources with and without auth
>- Enable JWT generation and test for the JWT
>header(X-JWT-Assertion)
>
> No blockers found.
>
> [+] Stable - go ahead & release.
>
> Thanks
> ~KasunTe
>
> --
> *Kasun Thennakoon*
> Software Engineer
> WSO2, Inc.
> Mobile:+94 711661919
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Rukshan Chathuranga.
 Software Engineer.
 WSO2, Inc.
 +94711822074

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


>>>
>>>
>>> --
>>> Regards,
>>> Chamila Adhikarinayake
>>> WSO2, Inc.
>>> Mobile - +94712346437
>>> Email  - chami...@wso2.com
>>> Blog  -  http://helpfromadhi.blogspot.com/
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>
>>
>> --
>> Thanks & Regards,
>>
>> *Fazlan Nazeem*
>> Senior Software Engineer
>> WSO2 Inc
>> Mobile : +94772338839
>> fazl...@wso2.com
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>
>
> --
> *Pubudu Gunatilaka*
> Committer and PMC Member - Apache Stratos
> Senior Software Engineer
> WSO2, Inc.: http://wso2.com
> mobile : +94774078049
>
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


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


Re: [Dev] CORS ERROR in userinfo API

2018-07-09 Thread Naduni Pamudika
You can add *CORSRequestHandler* inside the  section as below to
the *_UserInfoAPI_.xml* file in
*/repository/deployment/server/synapse-configs/default/api/
*folder.

  
 
 
  

Thanks,
Naduni

On Mon, Jul 9, 2018 at 4:59 PM, Naduni Pamudika  wrote:

> Hi,
>
> You can refer the document [1] for enabling CORS for userinfo API.
>
> [1] https://docs.wso2.com/display/AM210/Include+
> Additional+Headers+in+the+API+Console#IncludeAdditionalHeadersintheA
> PIConsole-EnableCORSForOauthTokenApis
>
> Thanks,
> Naduni
>
> On Mon, Jul 9, 2018 at 4:49 PM, shibsankar  wrote:
>
>> Hi ,
>>
>> I'm  getting  CORS  ERROR  in  * userinfo**  API * invocation.
>>
>>
>> Which * file / **files*  has the  CORS  configuration  in WSO2  for   
>> *userinfo
>> **API *?
>>
>>
>> Error :
>>
>> *Failed to load
>> http://xx-xx-xxx-xx-xx..xx.xxx.com:8280/userinfo
>> :
>> Response to preflight request doesn't pass access control check: No
>> 'Access-Control-Allow-Origin' header is present on the requested resource.
>> Origin 'http://localhost ' is therefore not allowed
>> access.*
>>
>>
>> Regards
>> Shib
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Naduni Pamudika*
> Software Engineer | WSO2
> Mobile: +94 719 143658 <+94%2071%20914%203658>
> [image: http://wso2.com/signature] 
>



-- 
*Naduni Pamudika*
Software Engineer | WSO2
Mobile: +94 719 143658 <+94%2071%20914%203658>
[image: http://wso2.com/signature] 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] CORS ERROR in userinfo API

2018-07-09 Thread Naduni Pamudika
Hi,

You can refer the document [1] for enabling CORS for userinfo API.

[1]
https://docs.wso2.com/display/AM210/Include+Additional+Headers+in+the+API+Console#IncludeAdditionalHeadersintheAPIConsole-EnableCORSForOauthTokenApis

Thanks,
Naduni

On Mon, Jul 9, 2018 at 4:49 PM, shibsankar  wrote:

> Hi ,
>
> I'm  getting  CORS  ERROR  in  * userinfo**  API * invocation.
>
>
> Which * file / **files*  has the  CORS  configuration  in WSO2  for   
> *userinfo
> **API *?
>
>
> Error :
>
> *Failed to load
> http://xx-xx-xxx-xx-xx..xx.xxx.com:8280/userinfo
> :
> Response to preflight request doesn't pass access control check: No
> 'Access-Control-Allow-Origin' header is present on the requested resource.
> Origin 'http://localhost ' is therefore not allowed
> access.*
>
>
> Regards
> Shib
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Naduni Pamudika*
Software Engineer | WSO2
Mobile: +94 719 143658 <+94%2071%20914%203658>
[image: http://wso2.com/signature] 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] CORS ERROR in userinfo API

2018-07-09 Thread shibsankar
Hi ,

I'm  getting  CORS  ERROR  in  * userinfo**  API * invocation.


Which * file / **files*  has the  CORS  configuration  in WSO2  for
*userinfo
**API *?


Error :

*Failed to load
http://xx-xx-xxx-xx-xx..xx.xxx.com:8280/userinfo
:
Response to preflight request doesn't pass access control check: No
'Access-Control-Allow-Origin' header is present on the requested resource.
Origin 'http://localhost ' is therefore not allowed
access.*


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


[Dev] File Upload to Application Server 5.3.0 with Admin Services

2018-07-09 Thread Maneesha Wijesekara
Hi All,

I'm trying to use admin services to upload a web application (.war) to
Application Server 5.3.0 with 'uploadWebapp' in 'WebappAdmin' admin
service, but I receive the following error when uploading the file. I've
attached the .war file along with the request using SoapUI.

*Error*

[2018-07-09 10:44:05,081] ERROR
{org.wso2.carbon.tomcat.internal.CarbonTomcat} -  Webapp
StandardContext[/VersionSample/2] failed to deploy
[2018-07-09 10:44:05,081] ERROR
{org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer} -  Error
while deploying webapp:
StandardContext[VersionSample#2.war].File[/home/ubuntu/wso2as-5.3.0/repository/deployment/server/webapps/VersionSample#2.war]
org.wso2.carbon.tomcat.CarbonTomcatException: Webapp failed to deploy
at 
org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:356)
at 
org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:252)
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWebappDeployment(TomcatGenericWebappsDeployer.java:314)
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWarWebappDeployment(TomcatGenericWebappsDeployer.java:212)
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:179)
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.deploy(TomcatGenericWebappsDeployer.java:144)
at 
org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:224)
at 
org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:114)
at 
org.wso2.carbon.webapp.deployer.WebappDeployer.deploy(WebappDeployer.java:42)
at 
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
at 
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
at 
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
at 
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
at 
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
at 
org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:371)
at 
org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:59)
at 
org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:67)
at 
org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.runAxisDeployment(CarbonDeploymentSchedulerTask.java:93)
at 
org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:138)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
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)
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:225)
at java.util.zip.ZipFile.(ZipFile.java:155)
at java.util.jar.JarFile.(JarFile.java:166)
at java.util.jar.JarFile.(JarFile.java:103)
at 
org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:331)
... 25 more
[2018-07-09 10:44:05,082] ERROR
{org.wso2.carbon.webapp.mgt.AbstractWebappDeployer} -  Error occurred
while deploying webapp :
/home/ubuntu/wso2as-5.3.0/repository/deployment/server/webapps/VersionSample#2.war
org.wso2.carbon.CarbonException: Error while deploying webapp:
StandardContext[VersionSample#2.war].File[/home/ubuntu/wso2as-5.3.0/repository/deployment/server/webapps/VersionSample#2.war]
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWebappDeployment(TomcatGenericWebappsDeployer.java:412)
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWarWebappDeployment(TomcatGenericWebappsDeployer.java:212)
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:179)
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.deploy(TomcatGenericWebappsDeployer.java:144)
at 
org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:224)
at 
org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:114)
at 
org.wso2.

Re: [Dev] [Architecture] [VOTE] Release of WSO2 API Manager Microgateway Toolkit 2.5.0 RC2

2018-07-09 Thread Pubudu Gunatilaka
Hi,

Tested the following use cases.

1. Micro gw with docker deployment
2. Micro gw with Kubernetes deployment - NodePort service type
3. Tested tenancy mode API invocation with JWT

[+] Stable - go ahead & release.

Thank you!

On Mon, Jul 9, 2018 at 10:16 AM Fazlan Nazeem  wrote:

> Hi all,
>
> Tested below scenarios.
>
> Analytics data publishing and retrieving with APIM Analytics Server with
>
>- OAuth applications
>- JWT applications
>
> for all types of streams.
>
> [+] Stable - go ahead & release.
>
>
> On Sun, Jul 8, 2018 at 2:07 PM Chamila Adhikarinayake 
> wrote:
>
>> Hi All,
>>
>> Tested the below
>>
>>- Test dynamic endpoint setting up for prod/sandbox endpoints for
>>followings
>>- HTTP endpoint
>>   - Load balance endpoint
>>   - Failover endpoint
>>
>>
>>- Test APIs with basic auth protected backends
>>- Test dynamic endpoints and endpoint credentials import as command
>>line parameters and system variables
>>- Test gateway background start scenario
>>
>>
>> [+] Stable - go ahead & release.
>>
>> Regards,
>> Chamila
>>
>>
>> On Sun, Jul 8, 2018 at 9:54 AM, Rukshan Premathunga 
>> wrote:
>>
>>> Hi All,
>>>
>>> Tested the below
>>>
>>>- Tested Backend JWT
>>>- Tested production and sandbox endpoints
>>>- Tested in tenant space
>>>- Test application and subscription throttling with oauth2 and jwt
>>>token
>>>- Test throttling in unauthentication mode
>>>
>>> [+] Stable - go ahead & release.
>>>
>>> Thanks and Regards
>>>
>>> On Sat, Jul 7, 2018 at 2:59 PM, Kasun Thennakoon 
>>> wrote:
>>>
 Hi all,

 Tested the below

- Test micro-gw.bat setup, build, rest and help commands in a
windows environment
- Test gateway.bat run as a windows service
- Test services with a mixed set of resources with and without auth
- Enable JWT generation and test for the JWT header(X-JWT-Assertion)

 No blockers found.

 [+] Stable - go ahead & release.

 Thanks
 ~KasunTe

 --
 *Kasun Thennakoon*
 Software Engineer
 WSO2, Inc.
 Mobile:+94 711661919

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


>>>
>>>
>>> --
>>> Rukshan Chathuranga.
>>> Software Engineer.
>>> WSO2, Inc.
>>> +94711822074
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Regards,
>> Chamila Adhikarinayake
>> WSO2, Inc.
>> Mobile - +94712346437
>> Email  - chami...@wso2.com
>> Blog  -  http://helpfromadhi.blogspot.com/
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
>
> --
> Thanks & Regards,
>
> *Fazlan Nazeem*
> Senior Software Engineer
> WSO2 Inc
> Mobile : +94772338839
> fazl...@wso2.com
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>


-- 
*Pubudu Gunatilaka*
Committer and PMC Member - Apache Stratos
Senior Software Engineer
WSO2, Inc.: http://wso2.com
mobile : +94774078049 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev