• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • nadeem
  • Reporter: amiller
  • July 25, 2008
  • 0
  • Watchers: 0
  • November 07, 2008
  • October 22, 2008

Description

Forum user seeing these warnings.

Forum page: http://forums.terracotta.org/forums/posts/list/1257.page

AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.trace(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.trace(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.debug(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.debug(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.info(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.info(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.warn(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.warn(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.error(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.error(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.fatal(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.log:(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/l ang/Throwable;)V] when parsing method [org.apache.commons.logging.impl.Log4JLogg er.fatal(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.isEnabledFor:(Lorg/apache/log4j/Level;)Z] when parsing method [org.apach e.commons.logging.impl.Log4JLogger.isErrorEnabled(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.isEnabledFor:(Lorg/apache/log4j/Level;)Z] when parsing method [org.apach e.commons.logging.impl.Log4JLogger.isFatalEnabled(..)] AW::WARNING metadata structure could not be build for method [org.apache.log4j.C ategory.isEnabledFor:(Lorg/apache/log4j/Level;)Z] when parsing method [org.apach e.commons.logging.impl.Log4JLogger.isWarnEnabled(..)] AW::WARNING - could not load class [edu/emory/mathcs/backport/java/util/concurre nt/ConcurrentHashMap] as a resource in loader [WebappClassLoader delegate: false repositories: /WEB-INF/classes/ ———-> Parent Classloader: org.apache.catalina.loader.StandardClassLoader@11a9732 ] log4j:WARN No appenders could be found for logger (org.springframework.util.Clas sUtils). log4j:WARN Please initialize the log4j system properly. AW::WARNING metadata structure could not be build for method [javax.persistence. PersistenceContext.properties:()[Ljavax/persistence/PersistenceProperty;] when p arsing method [org.springframework.orm.jpa.support.PersistenceAnnotationBeanPost Processor$PersistenceElement.(..)]

Comments

Alex Miller 2008-07-25

And here:

http://forums.terracotta.org/forums/posts/list/0/1254.page

Fiona OShea 2008-07-25

at least look into it in 2.7 timeframe

Scott Bale 2008-10-22

fixed SpringAspectModule - some of the changes I made to the pointcuts last Spring when working on TC Spring were too permissive, and were matching on too many classes, causing unnecessary eager loading of classes and leading to the AW:: warnings. See DEV-1791 comments for more info. Committed to trunk and 2.7 branch.

nadeem ghani 2008-11-07

verified on 2.7.1