Hide Forgot
project_key: SOA Julian mentioned this during the SOA-729/730 discussion. The load_generator quickstart displays these WARNING messages: [java] log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation). [java] log4j:WARN Please initialize the log4j system properly. [java] log4j:WARN No appenders could be found for logger (org.jboss.remoting.transport.socket.MicroSocketClientInvoker). [java] log4j:WARN Please initialize the log4j system properly. There's no functional impact - but they are distracting - the problem is that the log4j.xml file is not in the classpath.
Link: Added: This issue is a dependency of JBESB-2016
Proposed resolution - add this to the build.xml file - to copy log4j.xml to load_generator_classes dir: 37a38,40 > <fileset dir="${basedir}"> > <include name="log4j.xml" /> > </fileset>
Verified fixed in CR1 compile-churn: [mkdir] Created dir: /opt/43_CR1/jboss-soa-p-standalone.4.3.0/jboss-esb/samples/quickstarts/load_generator/load_generator_classes [copy] Copying 4 files to /opt/43_CR1/jboss-soa-p-standalone.4.3.0/jboss-esb/samples/quickstarts/load_generator/load_generator_classes [groovyc] Compiling 3 source files to /opt/43_CR1/jboss-soa-p-standalone.4.3.0/jboss-esb/samples/quickstarts/load_generator/load_generator_classes load-agent: [java] Starting JMS Load Agent as a daemon thread load-report-secure: [java] USER=admin PASSWORD=admin [java] ######Service Stats###### [java] Svc: DummyJMSLoad, TPS: 18.0, AVG TPS: 18.0, Duration: 0.1107833333 [java] Svc: DummyJMSLoad2, TPS: 16.0, AVG TPS: 16.0, Duration: 0.1309333333 [java] ######Queue Stats###### [java] Queue: jboss.esb.quickstart.destination:service=Queue,name=quickstart_load_generator_Request_esb, Factor: 0.0, Factor AVG: 0.0, Duration: 0.0645166667 [java] Queue: jboss.esb.quickstart.destination:service=Queue,name=quickstart_load_generator_Request_esb2, Factor: 0.0, Factor AVG: 0.0, Duration: 0.0876333333 runtest-secure: BUILD SUCCESSFUL Total time: 22 seconds