Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-24 Thread roshan wijesena
So this is not because of java problem? On Fri, Nov 24, 2017 at 10:24 PM Isuru Uyanage wrote: > Hi Irham, > Yes it worked with *carbon/** with java build 1.8.0_144-b01. > > > Thanks > Isuru > > *Thanks and Best Regards,* > > *Isuru Uyanage* > *Software Engineer - QA | WSO2* >

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-24 Thread roshan wijesena
Ok, thanks Bhathiya. On Fri, Nov 24, 2017 at 11:02 PM Bhathiya Jayasekara wrote: > It is. What Irham has suggested is a workaround to fix one of a few issues > which occur due to that bug, and it opens up a security vulnerability too. > In a production environment, you

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-24 Thread Bhathiya Jayasekara
It is. What Irham has suggested is a workaround to fix one of a few issues which occur due to that bug, and it opens up a security vulnerability too. In a production environment, you shouldn't do that. Thanks, Bhathiya On Fri, Nov 24, 2017 at 4:56 PM, roshan wijesena

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-24 Thread Isuru Uyanage
Hi Irham, Yes it worked with *carbon/** with java build 1.8.0_144-b01. Thanks Isuru *Thanks and Best Regards,* *Isuru Uyanage* *Software Engineer - QA | WSO2* *Mobile : **+94 77 <+94%2077%20767%201807> 55 30752* *LinkedIn: **https://www.linkedin.com/in/isuru-uyanage/

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-23 Thread Irham Iqbal
Hi Isuru, The reason for the issue your facing is the request is not going for /carbon/admin/* IMO if you making it /carbon/* it should work. Thanks, Iqbal On Thu, Nov 23, 2017 at 8:20 PM, Bhathiya Jayasekara wrote: > Hi Roshan, > > No, that's not a public thread. > >

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-23 Thread Isuru Uyanage
Hi All, I tried updating Owasp.CsrfGuard.Carbon.properties file, which is in $APIM_HOME/repository/conf/security folder by adding the below entry. org.owasp.csrfguard.unprotected.mgtconsolelogin=% servletContext%/carbon/admin/* I could log in to the Management console with admin credentials but

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-23 Thread Bhathiya Jayasekara
Hi Roshan, No, that's not a public thread. Here[1] is the original bug. @Isuru: Make sure you don't have the previous version in your PATH variable. [1] https://bugs.openjdk.java.net/browse/JDK-8189789 Thanks, Bhathiya On Thu, Nov 23, 2017 at 4:30 PM, Isuru Uyanage wrote:

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-23 Thread Malintha Amarasinghe
I was under the impression this is only specific to 8u151, however, make sure you have done the basic checks. (java -version returns the correct java version, and you are using a new terminal to start the server once java is updated.) PS: I am using 1.8.0_131-b11 and not getting this issue.

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-23 Thread Isuru Uyanage
Hi All, I downgraded Java to (build 1.8.0_144-b01) and restarted the APIM 2.1.0 But still, I'm getting the same error. Any thoughts about this. *Thanks and Best Regards,* *Isuru Uyanage* *Software Engineer - QA | WSO2* *Mobile : **+94 77 <+94%2077%20767%201807> 55 30752* *LinkedIn:

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-22 Thread roshan wijesena
Hi Rumy, is this mail public ?, [Important][Critical] None of WSO2 products are working with latest JDK. I am also facing the same problem, however downgrade java is not a option for me :( On Wed, Nov 22, 2017 at 11:09 PM, Mushthaq Rumy wrote: > Hi Isuru, > > Seems like the

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-22 Thread Malintha Amarasinghe
Hi Isuru, There was some recent similar issue which happens in the latest JDK version. If you are using 8u151, please downgrade it to a lower minor version and check. Thanks! On Wed, Nov 22, 2017 at 3:08 PM, Isuru Uyanage wrote: > Hi All, > > I'm using wum updated pack

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-22 Thread Isuru Uyanage
Hi Irham/Malintha, Thank you for the prompt reply. It worked. Regards, Isuru *Thanks and Best Regards,* *Isuru Uyanage* *Software Engineer - QA | WSO2* *Mobile : **+94 77 <+94%2077%20767%201807> 55 30752* *LinkedIn: **https://www.linkedin.com/in/isuru-uyanage/

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-22 Thread Bhathiya Jayasekara
On Wed, Nov 22, 2017 at 3:35 PM, Irham Iqbal wrote: > Hi Isuru, > > The reason might the java version you're using. > > You can update the Owasp.CsrfGuard.Carbon.properties file, which is in > $APIM_HOME/repository/conf/security folder with the bellowing entry to > ignore this

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-22 Thread Mushthaq Rumy
Hi Isuru, Seems like the java version is causing this issue. This issue is there with java JDK 8u151. Please refer [1] for more details. [1] - [Important][Critical] None of WSO2 products are working with latest JDK [Was: GZIP decoding issue in APIM/EI when deployed in MC] Thanks & Regards,

Re: [Dev] [APIM]Cannot login to APIM Management console with admin credentials

2017-11-22 Thread Irham Iqbal
Hi Isuru, The reason might the java version you're using. You can update the Owasp.CsrfGuard.Carbon.properties file, which is in $APIM_HOME/repository/conf/security folder with the bellowing entry to ignore this error, IMO it's better if you use the proper java version.