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

Only log file YYYY_MM_DD.jetty.log is generated when fido2 client lib is added #1603

Closed
devrimyatar opened this issue Jun 23, 2022 · 1 comment · Fixed by #3636
Closed

Only log file YYYY_MM_DD.jetty.log is generated when fido2 client lib is added #1603

devrimyatar opened this issue Jun 23, 2022 · 1 comment · Fixed by #3636
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Milestone

Comments

@devrimyatar
Copy link
Contributor

Describe the bug
When we add fido2 client lib to jans-auth as described in GluuFederation/flex#263 , only log file file YYYY_MM_DD.jetty.log is generated.

To Reproduce

  1. Install jans server
  2. Download https://maven.jans.io/maven/io/jans/jans-fido2-client/1.0.1-SNAPSHOT/jans-fido2-client-1.0.1-SNAPSHOT.jar to /opt/jans/jetty/jans-auth/custom/libs/jans-fido2-client.jar
  3. Add path /opt/jans/jetty/jans-auth/custom/libs/jans-fido2-client.jar to extraClasspath in /opt/jans/jetty/jans-auth/webapps/jans-auth.xml
  4. Stop jans-auth and remove log files
  5. Start jans-auth

Expected behavior
All log files should be created, but only YYYY_MM_DD.jetty.log is created

@devrimyatar devrimyatar added kind-bug Issue or PR is a bug in existing functionality comp-jans-auth-server Component affected by issue or PR labels Jun 23, 2022
@moabu moabu added this to the 1.0.1 milestone Jun 27, 2022
@moabu moabu modified the milestones: 1.0.1, 1.0.2 Jul 8, 2022
@moabu moabu modified the milestones: 1.0.2, 1.0.3 Aug 30, 2022
@moabu moabu modified the milestones: 1.0.3, 1.0.4 Nov 3, 2022
@moabu moabu modified the milestones: 1.0.4, 1.0.5 Nov 14, 2022
@moabu moabu modified the milestones: 1.0.5, 1.0.6 Dec 1, 2022
@moabu moabu modified the milestones: 1.0.6, 1.0.7 Jan 9, 2023
@pujavs
Copy link
Contributor

pujavs commented Jan 17, 2023

@yurem fixed this by excluding log4j file from client jar to fix the conflict of log4j files
PR: 3636

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants