Re: [Dev] [MDM] Error occurred while issuing the access token

2015-05-24 Thread Thilini Cooray
Hi Milan, Were you able to resolve this issue? It seems to be a primary key constraint violation, trying to insert an access token which is already in the database. Are you getting this continuously or is this an intermittent issue? Thanks. On Sun, May 24, 2015 at 1:57 PM, Milan Perera wrote:

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-05-27 Thread Milan Perera
Hi Thilini, I was not able to resolve this On Mon, May 25, 2015 at 9:33 AM, Thilini Cooray wrote: > Hi Milan, > > Were you able to resolve this issue? > It seems to be a primary key constraint violation, trying to insert an > access token which is already in the database. > Are you getting this

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-05-27 Thread Milan Perera
Hi, Sorry for the inconvenience that made due to above incomplete reply. These are the steps which I have followed in order to reproduce the error. I used following curl command to obtain access token: curl -k -d "grant_type=password&username=admin&password=admin" -H "Authorization: Basic OEVYcl

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-06-10 Thread Dulitha Wijewantha
​Hi Dulanja/Johann, I am getting the same error as milan when trying refresh an access token with refresh token. Below I have included the stacktrace of the error. Cheers~​ 14:58:36,538 org.wso2.carbon.identity.oauth2.dao.TokenMgtDAO - Error while getting an Identity Persistence Store instance

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-06-11 Thread Prabath Abeysekera
Guys, I appreciate if we can get some help on this. Cheers, Prabath On Wed, Jun 10, 2015 at 3:02 PM, Dulitha Wijewantha wrote: > ​Hi Dulanja/Johann, > I am getting the same error as milan when trying refresh an access token > with refresh token. Below I have included the stacktrace of the erro

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-06-11 Thread Prasad Tissera
What is the carbon-identity version you are using? On Wed, Jun 10, 2015 at 3:02 PM, Dulitha Wijewantha wrote: > ​Hi Dulanja/Johann, > I am getting the same error as milan when trying refresh an access token > with refresh token. Below I have included the stacktrace of the error. > > Cheers~​ > >

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-06-12 Thread Prasad Tissera
We recreated issu with carbon-identity 4.4.0. Will update you with the progress. Thanks. Sent from my mobile On Jun 11, 2015 2:14 PM, "Prabath Abeysekera" wrote: > Guys, > > I appreciate if we can get some help on this. > > Cheers, > Prabath > > On Wed, Jun 10, 2015 at 3:02 PM, Dulitha Wijewanth

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-06-14 Thread Prasad Tissera
Fixed this in carbon-identity master branch and will included in the next release. Thanks. Sent from my mobile On Jun 12, 2015 9:45 PM, "Prasad Tissera" wrote: > We recreated issu with carbon-identity 4.4.0. Will update you with the > progress. Thanks. > > Sent from my mobile > On Jun 11, 2015 2

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-06-14 Thread Manoj Gunawardena
Hi Prasad, Can we have a patch to continue our testing. Thanks On Sun, Jun 14, 2015 at 10:15 PM, Prasad Tissera wrote: > Fixed this in carbon-identity master branch and will included in the next > release. Thanks. > > Sent from my mobile > On Jun 12, 2015 9:45 PM, "Prasad Tissera" wrote: > >>

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-06-15 Thread Prasad Tissera
Use following [1]. Fix is in [2]. [1]. https://drive.google.com/a/wso2.com/file/d/0B_NmD95Sz0hGV2Rfbk9DZEl2cFE/view?usp=sharing [2]. https://github.com/wso2/carbon-identity/commit/39ec9b89054a46931b9bf21076dc638ed59fc525#diff-7cf878f4a46b550e06061046db38862d On Mon, Jun 15, 2015 at 12:22 PM, Mano