Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duo script failing to initialize in 3.0.0 #444

Closed
mzico opened this issue Jan 17, 2017 · 5 comments
Closed

Duo script failing to initialize in 3.0.0 #444

mzico opened this issue Jan 17, 2017 · 5 comments
Assignees
Labels
bug bug in code
Milestone

Comments

@mzico
Copy link
Contributor

mzico commented Jan 17, 2017

If I use default script, it's failing with: http://pastebin.com/ty32rY4b

If I try to get script from github, then with: http://pastebin.com/ePUCvEPh

Gluu Server version:

GLUU.root@localhost:~# cat /opt/jetty-9.3/temp/jetty-localhost-8082-identity.war-_identity-any-1265551001716298300.dir/webapp/META-INF/MANIFEST.MF
Manifest-Version: 1.0
Implementation-Title: oxTrust Server
Implementation-Version: 3.0.0-SNAPSHOT
Archiver-Version: Plexus Archiver
Built-By: tomcat
Implementation-Build: 41b54
Implementation-Vendor-Id: org.xdi
Build-Jdk: 1.7.0_79
Created-By: Apache Maven 3.3.9

GLUU.root@localhost:~# cat /opt/jetty-9.3/temp/jetty-localhost-8081-oxauth.war-_oxauth-any-3496044121391093435.dir/webapp/META-INF/MANIFEST.MF
Manifest-Version: 1.0
Implementation-Title: oxAuth Server
Implementation-Version: 3.0.0-SNAPSHOT
Archiver-Version: Plexus Archiver
Built-By: tomcat
Implementation-Build: 6a62ea95bfa0e6ad599de04ab98fd064256c636e
Implementation-Vendor-Id: org.xdi
Build-Jdk: 1.7.0_79
Created-By: Apache Maven 3.3.9

GLUU.root@localhost:~#
@mzico mzico added the bug bug in code label Jan 17, 2017
@mzico mzico added this to the CE 3.0.0 milestone Jan 17, 2017
@mzico
Copy link
Contributor Author

mzico commented Jan 17, 2017

@yurem

@yurem
Copy link
Contributor

yurem commented Jan 18, 2017

DUO scripts depends on UserGroupService which we removed during work on #152

I've restored them back.
@mzico can you try this build: https://ox.gluu.org/maven/org/xdi/oxauth-server/3.0.0-SNAPSHOT/oxauth-server-3.0.0-SNAPSHOT.war

@yurem
Copy link
Contributor

yurem commented Jan 18, 2017

2017-01-18 08:52:39,744 INFO  [pool-2-thread-1] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:211) - Duo. Initialization
2017-01-18 08:52:39,867 INFO  [pool-2-thread-1] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:211) - Duo. Initialized successfully

@yurem yurem closed this as completed Jan 18, 2017
@mzico
Copy link
Contributor Author

mzico commented Jan 18, 2017

@yurem: I'll check. Assigning the issue to me for checking.

@mzico mzico reopened this Jan 18, 2017
@mzico mzico self-assigned this Jan 18, 2017
@yurem yurem modified the milestones: CE 3.0.0 QA, CE 3.0.0 Jan 18, 2017
@mzico
Copy link
Contributor Author

mzico commented Jan 19, 2017

@yurem : Confirmed. Duo working in 3.0.0 ( detailed info below ):

GLUU.root@check:~# cat /opt/jetty-9.3/temp/jetty-localhost-8081-oxauth.war-_oxauth-any-6678470319032309225.dir/webapp/META-INF/MANIFEST.MF
Manifest-Version: 1.0
Implementation-Title: oxAuth Server
Implementation-Version: 3.0.0-SNAPSHOT
Archiver-Version: Plexus Archiver
Built-By: tomcat
Implementation-Build: a0705a216ca82de6ef3bf6a56215980cec2d269d
Implementation-Vendor-Id: org.xdi
Build-Jdk: 1.7.0_79
Created-By: Apache Maven 3.3.9

GLUU.root@check:~# cat /opt/jetty-9.3/temp/jetty-localhost-8082-identity.war-_identity-any-6142958717392160795.dir/webapp/META-INF/MANIFEST.MF
Manifest-Version: 1.0
Implementation-Title: oxTrust Server
Implementation-Version: 3.0.0-SNAPSHOT
Archiver-Version: Plexus Archiver
Built-By: tomcat
Implementation-Build: 41b54
Implementation-Vendor-Id: org.xdi
Build-Jdk: 1.7.0_79
Created-By: Apache Maven 3.3.9

GLUU.root@check:~#

@mzico mzico closed this as completed Jan 19, 2017
@yurem yurem modified the milestones: CE 3.0.0, CE 3.0.0 QA Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug in code
Projects
None yet
Development

No branches or pull requests

2 participants