Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-21 Thread Afkham Azeez
I have fixed this. The CC API cleanup had exposed a gross misunderstanding people have been having about the CC API. All deployers need to be fixed. I will send a separate mail. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/de

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-21 Thread Afkham Azeez
On Fri, Sep 21, 2012 at 6:37 PM, Supun Malinga wrote: > > > On Fri, Sep 21, 2012 at 6:31 PM, Afkham Azeez wrote: > >> >> >> On Fri, Sep 21, 2012 at 6:28 PM, Supun Malinga wrote: >> >>> Hi, >>> >>> On Fri, Sep 21, 2012 at 6:12 PM, Afkham Azeez wrote: >>> On Fri, Sep 21, 2012 at 5

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-21 Thread Supun Malinga
On Fri, Sep 21, 2012 at 6:31 PM, Afkham Azeez wrote: > > > On Fri, Sep 21, 2012 at 6:28 PM, Supun Malinga wrote: > >> Hi, >> >> On Fri, Sep 21, 2012 at 6:12 PM, Afkham Azeez wrote: >> >>> >>> >>> On Fri, Sep 21, 2012 at 5:50 PM, Supun Malinga wrote: >>> Hi, I had a look. Happens

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-21 Thread Afkham Azeez
On Fri, Sep 21, 2012 at 6:28 PM, Supun Malinga wrote: > Hi, > > On Fri, Sep 21, 2012 at 6:12 PM, Afkham Azeez wrote: > >> >> >> On Fri, Sep 21, 2012 at 5:50 PM, Supun Malinga wrote: >> >>> Hi, >>> >>> I had a look. Happens for normal webapps as well. Guessing due to CC >>> refactoring. >>> Prad

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-21 Thread Supun Malinga
Hi, On Fri, Sep 21, 2012 at 6:12 PM, Afkham Azeez wrote: > > > On Fri, Sep 21, 2012 at 5:50 PM, Supun Malinga wrote: > >> Hi, >> >> I had a look. Happens for normal webapps as well. Guessing due to CC >> refactoring. >> Pradeep, please have a look. >> >> > This is not a CC refactoring thing. De

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-21 Thread Afkham Azeez
On Fri, Sep 21, 2012 at 5:50 PM, Supun Malinga wrote: > Hi, > > I had a look. Happens for normal webapps as well. Guessing due to CC > refactoring. > Pradeep, please have a look. > > This is not a CC refactoring thing. Debug webapp deployer and see why the tenant ID is becoming -1. Azeez > tha

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-21 Thread Supun Malinga
Hi, I had a look. Happens for normal webapps as well. Guessing due to CC refactoring. Pradeep, please have a look. thanks, On Fri, Sep 21, 2012 at 5:34 PM, Lalaji Sureshika wrote: > Hi > > Is anyone from AS team currently look in to this? I created the jira [1] > for this issue as this need to

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-21 Thread Lalaji Sureshika
Hi Is anyone from AS team currently look in to this? I created the jira [1] for this issue as this need to fix as the stabilization effort for APIM 1.0.1 build pack. Appreciate help on this. [1] https://wso2.org/jira/browse/APIMANAGER-728 Thanks; On Fri, Sep 21, 2012 at 10:35 AM, Afkham Azeez

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-20 Thread Afkham Azeez
This exception is something that occurs from time to time even in other scenarios, so we need to investigate and fix it. On Fri, Sep 21, 2012 at 11:14 AM, Kishanthan Thangarajah < kishant...@wso2.com> wrote: > Can you consistently reproduce this? The root cause is > " java.lang.SecurityException:

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-20 Thread Lalaji Sureshika
Hi , Yes,this issue is consistently appearing,when trying to rename an app name from directory structure while server is running. Thanks; On Fri, Sep 21, 2012 at 10:14 AM, Kishanthan Thangarajah < kishant...@wso2.com> wrote: > Can you consistently reproduce this? The root cause is > " java.lang

Re: [Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-20 Thread Kishanthan Thangarajah
Can you consistently reproduce this? The root cause is " java.lang.SecurityException: Illegal access attempt by tenant[-1] to sessions owned by tenant[-1234]", which may arise when the correct tenant id from carbon context is not returned. On Fri, Sep 21, 2012 at 10:43 AM, Lalaji Sureshika wrote

[Dev] Error in web-app hot deployment-[when trying renaming apps]

2012-09-20 Thread Lalaji Sureshika
Hi, When I'm trying to rename a jaggery-app from [{Server_Home}/repository/deployment/server/jaggeryapps],following exception[1] related to webapp-mgt appearing in console. And I can see both the newly named app and the older named app are listed in management console listing page. Tried with pu