By: Sakit Atakishiyev user 25 May 2017 at 8:08 a.m. CDT

16 Responses
Sakit Atakishiyev gravatar
Hi. I faced with issue that is relating to oxAuth 3.1.0. Problem is that : I pulled last version of oxAuth from github because of fixed bugs. Then i built it with maven and deployed oxAuth-server.war to server . But after deploying , gluu-server did not work . These are my logs : [oxAuth_log](https://www.dropbox.com/s/tt7xu9nl6i5r0km/oxauth%281%29.log?dl=0) [oxTrust_log](https://www.dropbox.com/s/ir30dkf3td9dwy6/oxtrust%281%29.log?dl=0)

By Aliaksandr Samuseu staff 25 May 2017 at 10:13 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Sakit. Do you really mean it's Gluu CE **3.1**? 3.1 is quite far from completion yet, and may not even be ready for testing, it's not guaranteed to work, being a work-in-progress.

By Sakit Atakishiyev user 26 May 2017 at 12:11 a.m. CDT

Sakit Atakishiyev gravatar
Hi . No , i use Gluu Server 3.0.1 , but oxAuth 3.1.0. Yuriy said me to use this version. Because he fixed bug that i recorded . Then he said me to pull oxAuth 3.1 and build it.Then i deployed it to server. What is your suggest?

By Aliaksandr Samuseu staff 26 May 2017 at 4:34 a.m. CDT

Aliaksandr Samuseu gravatar
Do you mean [this ticket](https://support.gluu.org/customization/4061/custom-scripts/)? Reassigning the ticket to Yuriy then.

By Yuriy Zabrovarnyy staff 26 May 2017 at 5:08 a.m. CDT

Yuriy Zabrovarnyy gravatar
So what is the problem with oxauth ? re: oxtrust - it is not adapted to latest oxauth code. This is ongoing development. Also make sure that 3.1 schema is provided to LDAP server otherwise you will get runtime errors (due to inconsistency between ldap schema and 3.1 oxauth code).

By Sakit Atakishiyev user 26 May 2017 at 5:17 a.m. CDT

Sakit Atakishiyev gravatar
I only updated oxAuth.war , not ldap. is it reason ?If it is , What can i do or must do? :) I update oxAuth because of fixed bug . I need that changes . What do you suggest?

By Yuriy Zabrovarnyy staff 26 May 2017 at 5:20 a.m. CDT

Yuriy Zabrovarnyy gravatar
actually I didn't get what is the problem with oxauth, In oxauth.log I don't see any errors. What exactly does not work ?

By Sakit Atakishiyev user 26 May 2017 at 7:29 a.m. CDT

Sakit Atakishiyev gravatar
Oxtrust does not work . as i mentioned before , I just updated oxAuth .

By Yuriy Zabrovarnyy staff 26 May 2017 at 8:08 a.m. CDT

Yuriy Zabrovarnyy gravatar
oxtrust does not work because there is ongoing development. For 3.1 if you need stable oxtrust then there no solution then wait until release (or otherwise branch oxtrust code and fix issues on your own).

By Yuriy Zabrovarnyy staff 26 May 2017 at 2:05 p.m. CDT

Yuriy Zabrovarnyy gravatar
Sakit, I will back integrate fix into 3.0.2 version (which is going to be released soon). So you will have working CE.

By Yuriy Zabrovarnyy staff 26 May 2017 at 2:37 p.m. CDT

Yuriy Zabrovarnyy gravatar
Fix is backintegrated into 3.0.2 https://github.com/GluuFederation/oxAuth/commits/version_3.0.2 CE 3.0.2 should be packaged soon (unfortunately I don't know exact date).

By Sakit Atakishiyev user 30 May 2017 at 12:13 a.m. CDT

Sakit Atakishiyev gravatar
Great !! Thank you so much!I will check it now.

By Sakit Atakishiyev user 30 May 2017 at 3:02 a.m. CDT

Sakit Atakishiyev gravatar
Hi again. I checked oxAuth-3.0.2 , but again i faced with error. These are my logs : [oxAuth.log](https://www.dropbox.com/s/9nmp8c4voe0dhe5/oxauth%282%29.log?dl=0) [oxTrust.log](https://www.dropbox.com/s/0zect44ykhpad41/oxtrust%282%29.log?dl=0)

By Aliaksandr Samuseu staff 30 May 2017 at 7:27 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Sakit. What kind of error, at what moment (start up, some flow you tried etc)? Please provide more details. I've tried latest 3.0.2 oxauth/oxtrust modules in my Gluu CE 3.0.2 package (I got it from devel repo ) and at least there was no issues during start up and several OIDC flows I tried. If you still using 3.0.1, do you think it's possible for you to switch to 3.0.2? It will be released soon (and you can get pre-release package right now if you wish so)

By Sakit Atakishiyev user 30 May 2017 at 7:31 a.m. CDT

Sakit Atakishiyev gravatar
Hi Aliaksandr, actually we could not install 3.0.2 because of there is no in linux repository. Currently we solved problem just replace related class file.

By Aliaksandr Samuseu staff 30 May 2017 at 7:39 a.m. CDT

Aliaksandr Samuseu gravatar
>Currently we solved problem just replace related class file. It's not guaranteed to work in 3.0.1, as it's 3.0.2 module and I believe dev team mentioned there were some schema changes between versions. Here is how I add devel repo in my Ubuntu 14.04 (outside of container): ``` # cat /etc/apt/sources.list.d/gluu-repo-devel.list deb http://repo.gluu.org/ubuntu/ trusty-devel main ``` Create the file, then do `# apt-get update`, and you'll should be able to install 3.0.2: `# apt-get install gluu-server-3.0.2`. Please note it's a pre-release package, so only good for testing it.

By Sakit Atakishiyev user 30 May 2017 at 7:40 a.m. CDT

Sakit Atakishiyev gravatar
Thank you very much