Hide Forgot
Date of First Response: 2008-02-15 15:05:56 project_key: SOA Trying with CR3 I get the following output (postgresql): load-report-secure: [java] USER=admin PASSWORD=admin [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. [java] ######Service Stats###### [java] Svc: DummyJMSLoad, TPS: 0.0, AVG TPS: 0.0, Duration: 0.0741333333 [java] Svc: DummyJMSLoad2, TPS: 0.0, AVG TPS: 0.0, Duration: 0.09125 [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.0344333333 [java] Queue: jboss.esb.quickstart.destination:service=Queue,name=quickstart_load_generator_Request_esb2, Factor: 0.0, Factor AVG: 0.0, Duration: 0.0536 Which seems odd to me. As well in documentation I see one needs to do deploy-jms-destinations before deploy and by these instructions exception is thrown on "ant deploy".
Len DiMaggio: I'm seeing: load-report-secure: [java] USER=admin PASSWORD=admin [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. [java] ######Service Stats###### [java] Svc: DummyJMSLoad, TPS: 1.0, AVG TPS: 1.0, Duration: 0.09715 [java] Svc: DummyJMSLoad2, TPS: 21.0, AVG TPS: 21.0, Duration: 0.11525 [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.0415333333 [java] Queue: jboss.esb.quickstart.destination:service=Queue,name=quickstart_load_generator_Request_esb2, Factor: 0.0, Factor AVG: 0.0, Duration: 0.0683166667 [java] ######Service Stats###### [java] Svc: DummyJMSLoad, TPS: 2.0, AVG TPS: 1.5, Duration: 0.3071333333 [java] Svc: DummyJMSLoad2, TPS: 21.0, AVG TPS: 21.0, Duration: 0.3261333333 [java] ######Queue Stats###### [java] Queue: jboss.esb.quickstart.destination:service=Queue,name=quickstart_load_generator_Request_esb, Factor: 0.49, Factor AVG: 0.245, Duration: 0.2633833333 [java] Queue: jboss.esb.quickstart.destination:service=Queue,name=quickstart_load_generator_Request_esb2, Factor: 0.04, Factor AVG: 0.02, Duration: 0.2867666667 runtest-secure: BUILD SUCCESSFUL Total time: 30 seconds (With HSQLDB) The readme.txt file looks to be broken. I just ran ant deploy; ant runtest-secure
Link: Added: This issue depends JBESB-1549
Committed to CP branch - changed the readme. drseuss:load_generator tcunning$ svn commit Sending load_generator/readme.txt Transmitting file data . Committed revision 19036.
The corresponding ESB issue here is JBESB-1549
[ldimaggi@ldimaggi load_generator]$ diff readme.txt /opt/GA/jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/load_generator/readme.txt 30c30 < 1. In a command terminal window in this folder ("Window1"), type 'ant deploy'. --- > 1. In a command terminal window in this folder ("Window1"), type 'ant deploy-jms-dests' and then 'ant deploy'. Verified in CP01.
I'm still getting BUILD FAILED C:\demo\jboss-soa-p.4.3.0.IR4\jboss-as\samples\quickstarts\load_generator\build. xml:28: taskdef class org.codehaus.groovy.ant.Groovyc cannot be found On IR4 (running Windows)
Link: Added: This issue related SOA-729
https://jira.jboss.org/jira/browse/SOA-729 Thie ^ JIRA describes the problem Burr is seeing - it's listed as resolved in the CR1 build.
It is resolved in the CR1 build but that has yet to occur. The correct SOA issue is already linked to this one.