Note that there are some explanatory texts on larger screens.

plurals
  1. POUnusual error in Tomcat log
    primarykey
    data
    text
    <p>I am getting the error shown on tomcat server.</p> <p>The error is this:</p> <pre><code> log4j:WARN Please initialize the log4j system properly. [TomcatInstrumentableClassLoader@1aba6aa] warning javax.* types are not being wo ven because the weaver option '-Xset:weaveJavaxPackages=true' has not been speci fied log4j:WARN No such property [maxBackupIndex] in org.apache.log4j.DailyRollingFil eAppender. log4j:WARN No such property [maxFileSize] in org.apache.log4j.DailyRollingFileAp pender. _JPAEclipseLinkSessionCustomizer: configured null [EL Info]: 2011-12-20 03:52:24.14--ServerSession(648644)--EclipseLink, version: Eclipse Persistence Services - 2.2.0.v20100819-r8063 [TomcatInstrumentableClassLoader@1aba6aa] error at com\opensymphony\xwork2\inter ceptor\ExceptionMappingInterceptor.java::0 class 'com.opensymphony.xwork2.interc eptor.ExceptionMappingInterceptor' is already woven and has not been built in re weavable mode [TomcatInstrumentableClassLoader@1aba6aa] error at org\apache\struts2\intercepto r\ServletConfigInterceptor.java::0 class 'org.apache.struts2.interceptor.Servlet ConfigInterceptor' is already woven and has not been built in reweavable mode [TomcatInstrumentableClassLoader@1aba6aa] error at com\opensymphony\xwork2\inter ceptor\PrepareInterceptor.java::0 class 'com.opensymphony.xwork2.interceptor.Pre pareInterceptor' is already woven and has not been built in reweavable mode [TomcatInstrumentableClassLoader@1aba6aa] error at org\apache\struts2\intercepto r\CheckboxInterceptor.java::0 class 'org.apache.struts2.interceptor.CheckboxInte rceptor' is already woven and has not been built in reweavable mode [TomcatInstrumentableClassLoader@1aba6aa] error at org\apache\struts2\intercepto r\ActionMappingParametersInteceptor.java::0 class 'org.apache.struts2.intercepto r.ActionMappingParametersInteceptor' is already woven and has not been built in reweavable mode [TomcatInstrumentableClassLoader@1aba6aa] error at org\apache\struts2\intercepto r\StrutsConversionErrorInterceptor.java::0 class 'org.apache.struts2.interceptor .StrutsConversionErrorInterceptor' is already woven and has not been built in re weavable mode [TomcatInstrumentableClassLoader@1aba6aa] error at org\apache\struts2\intercepto r\validation\AnnotationValidationInterceptor.java::0 class 'org.apache.struts2.i nterceptor.validation.AnnotationValidationInterceptor' is already woven and has not been built in reweavable mode </code></pre> <p>Why has this error occurred? How can I correct it?</p> <p>Everything is working properly. But I can see above error on tomcat . I don't know which code has caused this error.</p> <p>Mvc-struts2 is used</p> <p>Spring - IOC and transaction is used</p> <p>AOP is not used</p> <p>Deployment- copying war file to tomcat wepapps and start the server</p> <p>the below warning shown on tomcat</p> <pre><code> [TomcatInstrumentableClassLoader@154d00e] warning javax.* types are not being wo ven because the weaver option '-Xset:weaveJavaxPackages=true' has not been speci fied </code></pre> <p>What is this. How can I correct it?</p> <p>I am using spring transaction using org.springframework.aop.framework.ProxyFactoryBean</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload