0

I have an application running on a Liberty server, every time a request is made to Filenet through the eclipse console I get the following message over and over again:

2022/10/06 09:28:41:526-DEBUG- -filenet_tracing.security.detail.com.filenet.apiimpl.util.JaasConfiguration -227  -  "Configured JAAS entry found (Default not used) for: 'system.UNAUTHENTICATED'     com.ibm.ws.kernel.boot.security.LoginModuleProxy required;
    com.ibm.ws.kernel.boot.security.LoginModuleProxy required;
    com.ibm.ws.kernel.boot.security.LoginModuleProxy required;
    com.ibm.ws.kernel.boot.security.LoginModuleProxy required;

Before working with Liberty I worked with a Tomcat, something I am leaving unconfigured, so that this stops happening to me in Liberty, since the only thing that has changed with respect to the use of Filenet is the server with which I work in LOCAL.

I've been looking around and found this: https://stackoverflow.com/a/6856928/20172978 but I don't work with any XML in configuration, besides I don't know if it is the solution to my problem either, I am not using JBOSS, at least not in LOCAL.

What can I try? Thanks...

ᄂ ᄀ
  • 5,669
  • 6
  • 43
  • 57
Lastmonkey
  • 11
  • 3
  • _extracted from the question itself_: Solved!!!!!! Reviewing https://www.ibm.com/docs/en/was-liberty/base?topic=liberty-configuring-jaas-custom-login-module I have seen that to install that type of security in Liberty is done from the server.xml, specifically by adding among other things the entry: appSecurity-2.0 I checked my server.xml, and that entry appeared, I have removed it and the error no longer appears!!!! – ᄂ ᄀ Oct 17 '22 at 20:40

0 Answers0