Re: authapi.jar with Log4j2

2021-11-10 Thread Ralph Goers
It appears that this is from a proprietary product so I don’t have access to their source code. You only have a couple of options: 1. Decompile the AgentDebugger class and the portion of AuthSessionFactory that calls it and provide that to us so we can identify why it needs this. However, that

Re: authapi.jar with Log4j2

2021-11-10 Thread EDMONDO SENA
In log4j2 the LocationInfo where is it? The exception is: at com.rsa.authagent.authapi.logger.AgentDebugger.formatLocationMsg at com.rsa.authagent.authapi.logger.AgentDebugger.log at com.rsa.authagent.authapi.logger.AgentDebugger.trace at com.rsa.authagent.authapi.AuthSessionFactory.a at com.rsa.

Re: authapi.jar with Log4j2

2021-11-04 Thread Ralph Goers
You are correct that there is no LocationInfo constructor. Unfortunately, we can’t really help here without more information. 1. I am assuming this is Auth0’s AuthAPI? I don’t even see them reference any logging framework. 2. If it is brought in by a dependency we would need to see the stack tr

Re: authapi.jar with Log4j2

2021-11-03 Thread Gary Gregory
Attachements will not come through on this mailing list. Gary On Wed, Nov 3, 2021, 04:21 EDMONDO SENA wrote: > Specifically, the LocationInfo constructor that is called by the 3pp lib > does not exist in the new library. > > [image: image.png] > > > Il giorno ven 29 ott 2021 alle ore 17:43 Gary

Re: authapi.jar with Log4j2

2021-11-03 Thread EDMONDO SENA
Specifically, the LocationInfo constructor that is called by the 3pp lib does not exist in the new library. [image: image.png] Il giorno ven 29 ott 2021 alle ore 17:43 Gary Gregory < garydgreg...@gmail.com> ha scritto: > What is the complete stack trace? > > Gary > > On Fri, Oct 29, 2021, 11:37

Re: authapi.jar with Log4j2

2021-10-29 Thread Gary Gregory
What is the complete stack trace? Gary On Fri, Oct 29, 2021, 11:37 EDMONDO SENA wrote: > There are no log4j1 jars in classpath. > > //Edmondo. > > > > Il giorno ven 29 ott 2021 alle 17:34 Doug Wegscheid < > dwegsch...@sbcglobal.net> ha scritto: > > > ...and make sure that the log4j v1 jar file

Re: authapi.jar with Log4j2

2021-10-29 Thread EDMONDO SENA
There are no log4j1 jars in classpath. //Edmondo. Il giorno ven 29 ott 2021 alle 17:34 Doug Wegscheid < dwegsch...@sbcglobal.net> ha scritto: > ...and make sure that the log4j v1 jar files are NOT on the classpath. > > On Friday, October 29, 2021, 11:21:52 AM EDT, Gary Gregory < > garydgr

Re: authapi.jar with Log4j2

2021-10-29 Thread Doug Wegscheid
...and make sure that the log4j v1 jar files are NOT on the classpath. On Friday, October 29, 2021, 11:21:52 AM EDT, Gary Gregory wrote: Make sure the log4j 2 jars are first on the class path and do not include any log4j 1 jars. Gary On Fri, Oct 29, 2021, 11:18 EDMONDO SENA wrote:

Re: authapi.jar with Log4j2

2021-10-29 Thread Gary Gregory
Make sure the log4j 2 jars are first on the class path and do not include any log4j 1 jars. Gary On Fri, Oct 29, 2021, 11:18 EDMONDO SENA wrote: > > it has already been done and it doesn't work! > > This is the exception: > > Exception in thread "main" > Java.lang.NoSuchMethodError:org.apache.l

Re: authapi.jar with Log4j2

2021-10-29 Thread EDMONDO SENA
it has already been done and it doesn't work! This is the exception: Exception in thread "main" Java.lang.NoSuchMethodError:org.apache.log4j.spi.LocationInfo. On 2021/10/29 15:09:59, Doug Wegscheid wrote: > Put the log4j-1.2-api.jar on the classpath along with the other necessary > log4j

Re: authapi.jar with Log4j2

2021-10-29 Thread Doug Wegscheid
Put the log4j-1.2-api.jar on the classpath along with the other necessary log4j2 jars, and configure log4j2. Sent from AT&T Yahoo Mail on Android On Fri, Oct 29, 2021 at 11:07 AM, EDMONDO SENA wrote: it's not that simple one, a thing is to write, one thing is to understand what to do! Sa

Re: authapi.jar with Log4j2

2021-10-29 Thread EDMONDO SENA
it's not that simple one, a thing is to write, one thing is to understand what to do! Said so it seems a simplistic discussion. //Edmondo. On 2021/10/29 14:13:31, Doug Wegscheid wrote: > You can your existing authapi.jar: > "Log4j 2 provides support for the Log4j 1 logging methods by providi

Re: authapi.jar with Log4j2

2021-10-29 Thread Doug Wegscheid
You can your existing authapi.jar: "Log4j 2 provides support for the Log4j 1 logging methods by providing alternate implementations of the classes containing those methods. These classes may be found in the log4j-1.2-api jar distributed with the project. All calls to perform logging will result

Re: authapi.jar with Log4j2

2021-10-29 Thread EDMONDO SENA
I have already seen this site but I have not found any answer to my problem. //Edmondo. On 2021/10/29 12:52:55, Gary Gregory wrote: > Edmondo, > > Please see https://logging.apache.org/log4j/2.x/manual/compatibility.html > > Gary > > On Fri, Oct 29, 2021, 04:22 EDMONDO SENA wrote: > > >

Re: authapi.jar with Log4j2

2021-10-29 Thread Gary Gregory
Edmondo, Please see https://logging.apache.org/log4j/2.x/manual/compatibility.html Gary On Fri, Oct 29, 2021, 04:22 EDMONDO SENA wrote: > > Good Morning, > > authapi.jar is a 3pp library which uses old log4 inside. > Is there any way to get authapi.jar to work with log4j 2? > > What can I do t

authapi.jar with Log4j2

2021-10-29 Thread EDMONDO SENA
Good Morning, authapi.jar is a 3pp library which uses old log4 inside. Is there any way to get authapi.jar to work with log4j 2? What can I do to make them work together? Do I need to download a new authapi.jar version for log4j2? Thanks in advance. Kind regards. //Edmondo. --