|
Den 02/05/10 01.07, Pete Helgren skrev:
I had looked up the Javadoc on it and saw the same rationale. I justMy second guess would be that you somehow have two different versions of
can't quite figure out what this application wouldn't have access to. I
don't think permissions on the jars would be an issue so the Javadoc
seems to only indicate an issue with a method or field that may be
flagged private or something
Birt in play. One seen when compiling and the second one being picked
up in your code.
Might a colleague have left an older one in one of the Java system folders?
You can tell the JVM to be verbose when loading classes. This can be
very helpful in clarifying where code is actually being loaded from.
About two years ago "logback" (a fork of log4j) was extended by a
donation by James Strachan so that stacktraces shows the name and
version of jars. All this requires is to catch this error (can be done
at the top level) and use "log.error("...", e)" to dump it. May also be
included in others like log4j but I have not followed that closely.
He describes it here:
http://macstrac.blogspot.com/2008/09/better-stack-traces-in-java-with-log4j.html
Any idea where the cached jars might reside? This is driving me a littleUsually the caching happens "under" the file itself (you can use "du" to
crazy, knowing that I am on a deadline, I have seen the error and fixed
it (in Windows) and can't find any other explanation for the error.
see the real size including the hidden stuff), so what you have done
should be sufficient.
Good luck
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact copyright@midrange.com.
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.