Bug 777902 (SOA-430)

Summary: issues running load_generator quickstart
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Aleksandar Kostadinov <akostadinov>
Component: Documentation, JBossESBAssignee: tcunning
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.2 CR3   
Target Milestone: ---   
Target Release: 4.2 CP01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-430
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-02 23:31:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Aleksandar Kostadinov 2008-02-15 09:05:54 UTC
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".

Comment 1 Aleksandar Kostadinov 2008-02-15 09:09:27 UTC
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 

Comment 3 Aleksandar Kostadinov 2008-02-16 06:12:23 UTC
Link: Added: This issue depends JBESB-1549


Comment 4 tcunning 2008-03-17 15:58:18 UTC
Committed to CP branch - changed the readme.

drseuss:load_generator tcunning$ svn commit
Sending        load_generator/readme.txt
Transmitting file data .
Committed revision 19036.



Comment 5 tcunning 2008-03-17 16:02:58 UTC
The corresponding ESB issue here is  JBESB-1549

Comment 6 Len DiMaggio 2008-04-02 23:31:56 UTC
[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.

Comment 7 Burr Sutter 2008-09-17 23:20:56 UTC
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)



Comment 8 Len DiMaggio 2008-09-17 23:58:07 UTC
Link: Added: This issue related SOA-729


Comment 9 Len DiMaggio 2008-09-17 23:58:08 UTC
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.



Comment 10 Kevin Conner 2008-09-18 08:07:05 UTC
It is resolved in the CR1 build but that has yet to occur.

The correct SOA issue is already linked to this one.