Rumana Haque
Rumana Haque
The prev errors were on Eclipse. I do see the same errors in VScode as well. ``` warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [AUDIT ]...
Update about command line. I just retried, and I see the same behavior from the command line as well. The issue is where I run the `mvn liberty:dev` command from....
I added the server trace string as you mentioned in my server.xml file- `` I did an mvn clean, and started my server using the Liberty Tools dashboard. I did...
Hi @scottkurz - Yes - sorry I had put the trace string in a diff server.xml in my workspace. Here are the log files after I enabled trace in the...
If I comment out the ARG SEC_SSO_PROVIDERS="oidc" line in my Dockerfile - and rebuild the image - then there are no conflicts at server startup.
Thanks @leochr I was able to use this workaround, and successfully start my server without any conflicts.
@leochr Do you know if this has already been fixed in the current Liberty builds?
@leochr - Do you know if this defect has been fixed yet in the current Liberty builds? I am writing an Open Liberty blog which uses the same configuration, and...