Hi list;
       Im using jboss-3.2.2 as server. Im doing a load testing my MDB using Jmeter.My 
MDB does is read a Object message from a queue and query a stored procedure on sql 
server(select) and  dump the result to a mysql database and finally create a message 
and send to another on which another application listened. Having configured my Thread 
threshold to 100 and 0 ramp-up period on Jmeter, i notice that i exncounter error 
during the testing. Attached is the error

.jboss.mq.Connection] Connection failure:
org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: 
(java.io.IOException: ping timeout.)
        at org.jboss.mq.Connection.asynchFailure(Connection.java:718)
        at org.jboss.mq.Connection$PingTask.run(Connection.java:1311)
        at 
EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
        at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.IOException: ping timeout.
        at org.jboss.mq.Connection$PingTask.run(Connection.java:1303)
        ... 2 more
2004-05-07 17:37:23,242 WARN  [org.jboss.mq.Connection] Connection failure:
org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable: 
(java.io.EOFException)
        at org.jboss.mq.Connection.asynchFailure(Connection.java:718)
        at 
org.jboss.mq.il.uil2.UILClientILService.asynchFailure(UILClientILService.java:145)
        at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleStop(SocketManager.java:394)
        at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:331)
        at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.EOFException
        at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2591)
        at java.io.ObjectInputStream.readByte(ObjectInputStream.java:837)
        at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:278)
        ... 1 more

below are my *-ds.xml config 

        <no-tx-datasource>
                <jndi-name>MSSQLDS</jndi-name>
                
<connection-url>jdbc:microsoft:sqlserver://192.168.40.166:1433;SelectMethod=cursor;DatabaseName=Blackberry</connection-url>
                
<driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>
                <user-name>sa</user-name>
                
                <!-- sql to call when connection is created
        <new-connection-sql>some arbitrary sql</new-connection-sql>
        -->
                <!-- sql to call on an existing pooled connection when it is obtained 
from pool 
        <check-valid-connection-sql>some arbitrary sql</check-valid-connection-sql>
        -->
        </no-tx-datasource>


 and 


        <no-tx-datasource>
                <jndi-name>MySqlDS</jndi-name>
                <connection-url>jdbc:mysql://192.168.80.211:3306/smart</connection-url>
                <driver-class>org.gjt.mm.mysql.Driver</driver-class>
                <user-name>openjms</user-name>
                openjms
        </no-tx-datasource>
        <no-tx-datasource>
                <jndi-name>MyUtil</jndi-name>
                
<connection-url>jdbc:mysql://192.168.80.211:3306/SmartApp</connection-url>
                <driver-class>org.gjt.mm.mysql.Driver</driver-class>
                <user-name>openjms</user-name>
                openjms
        </no-tx-datasource>


Help!!!

Many thanks;
joseph





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834062#3834062

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834062


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to