ey will be in separate packages and
not interfere (obviously you need to do that search and replace on your own code too).
Hope this helps.
Daniel
-Original Message-
From: Sandeep [mailto:[EMAIL PROTECTED]
Sent: 19 October 2003 06:22
To: 'Log4J Users List'
Subject: RE: java.lang
.
*
-Original Message-
From: Sandeep
Sent: Sunday, October 19, 2003 8:07 AM
To: 'Log4J Users List'
Subject: RE: java.lang.VerifyError: ...do any one have an idea
Hi Scott,
Thanks for answer . and i know u r correct as i also found same iam
using 9ias which has oc4j ...
: java.lang.VerifyError: ...do any one have an idea
What Servlet container are you using? There may be a version of Log4j
at the container level that is conflicting with the Log4j jar you've got
bundled with your app in WEB-INF/lib. If so, you may want to replace
one or the other so they
#x27;s the description for java.lang.VerifyError from the Java SDK 1.3.1
API:
"Thrown when the "verifier" detects that a class file, though well
formed, contains some sort of internal inconsistency or security
problem."
--
+-+
| Scott Kidde
iam getting this error when trying to run a jsp do any one have idea
java.lang.VerifyError: org/apache/log4j/LogManager
at org.apache.log4j.Logger.getLogger(java.lang.String)
(Logger.java:85) (pc 1)
-
jsp code
I just had this on my box, was confusing me. I had an earlier log4j in the
jre/lib/ext directory, removing that solves the problems :)
--On Monday, 13 May 2002 10:54 a.m. -0300 Leandro Rodrigo Saad Cruz
<[EMAIL PROTECTED]> wrote:
> This sort of Exception arise when you compile your classes wi
On Sat, 2002-05-11 at 13:59, Ingo Etienne wrote:
> Hi all,
>
> when trying to get a Logger instance in MyClass using:
> Logger logger = Logger.getLogger(MyClass.class.getName());
>
> I get this exception:
>
> java.lang.VerifyError: (class: org/apache/log4j/LogManag
Hi all,
when trying to get a Logger instance in MyClass using:
Logger logger = Logger.getLogger(MyClass.class.getName());
I get this exception:
java.lang.VerifyError: (class: org/apache/log4j/LogManager, method:
signature: ()V) Incompatible argument to function
at
Hi all,
when trying to get a Logger instance in MyClass using:
Logger logger = Logger.getLogger(MyClass.class.getName());
I get this exception:
java.lang.VerifyError: (class: org/apache/log4j/LogManager, method:
signature: ()V) Incompatible argument to function
at