[jboss-user] [JBossWS] - Re: DayTrader benchmark deployment

2007-02-07 Thread jshrinivas
Try with latest version of JBoss and WebServices package. For me it got resolved when I played around a bit with different combinations of JBoss AS and WebServices package (did it by building JBoss from source). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JCA/JBoss] - Re: DB2 XA connection problem - Non XA works

2006-12-06 Thread jshrinivas
Thanks for your help. It works with native libraries now. Thanks again -Shrinivas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991809#3991809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991809

[jboss-user] [Performance Tuning] - Re: Identifying performance bottlenecks

2006-11-30 Thread jshrinivas
Analyzing thread stack traces indeed proved useful. Thanks for your help. I looked at http-0.0.0.0-# threads and most of them were in WAIT/BLOCKED state. All these threads seem to be waiting for JDBC connection. Basically it seems that they are waiting on org.jboss.resource.adapter.jdbc.Wrapper

[jboss-user] [JCA/JBoss] - Bug/Missing feature in XA-DS.xml

2006-11-30 Thread jshrinivas
If max-pool-size is not specified and only min-pool-size is specified then max-pool-size should be set => min-pool-size whereas it defaults to 20 rendering min-pool-size setting of no use. I hope I am not missing something here. Thanks, -Shrinivas View the original post : http://www.jboss.c

[jboss-user] [JCA/JBoss] - Re: Bug/Missing feature in XA-DS.xml

2006-11-30 Thread jshrinivas
Done. Please check http://jira.jboss.com/jira/browse/JBAS-3911 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990209#3990209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990209

[jboss-user] [Performance Tuning] - Re: Identifying performance bottlenecks

2006-11-29 Thread jshrinivas
Thanks for the info. Well I guess then it will be a little tricky to identify the bottlenecks. I will post back if I can figure it out. Thanks, -Shrinivas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989844#3989844 Reply to the post : http://www.jboss.com

[jboss-user] [Performance Tuning] - Re: Identifying performance bottlenecks

2006-11-29 Thread jshrinivas
Thanks for your reply. It will certainly be helpful to analyse the thread stack trace. Also which thread are you referring to when you say parallelism. Do you mean multiple JVM instances? As far as design of the application is concerned I dont have much details on it but it exercises many of the

[jboss-user] [Performance Tuning] - Re: Identifying performance bottlenecks

2006-11-29 Thread jshrinivas
Yes. The throughput is less than expected. Let me put it this way: The load driver can load the JBoss machine with as much load as it can handle. So ideally the CPU utilization on JBoss machine should be close to 100% unless there is any bottleneck. In this particular case even if requests are a

[jboss-user] [Performance Tuning] - Identifying performance bottlenecks

2006-11-29 Thread jshrinivas
Hello, I have a benchmarking application running on JBoss. The application gets requests from a client driver which keeps on sending requests at around 2000 requests per second. Although JBoss processes the requests without any errors the CPU utilization on the JBoss machine doesnt goes beyond

[jboss-user] [JCA/JBoss] - Re: DB2 XA connection problem - Non XA works

2006-11-28 Thread jshrinivas
Thanks again for your help. Here are the things that I tried: "DriverType" = 2 - still failed to load native libs "DriverType" = 2 and LD_LIBRARY_PATH set to DB_INSTANCE/lib(64)/ - SQL10007N Message "-1390" could not be retrieved. Reason code: "3" "DriverType" = 2, LD_LIBRARY_PATH set and defi

[jboss-user] [JCA/JBoss] - Re: DB2 XA connection problem - Non XA works

2006-11-28 Thread jshrinivas
I tried installing the DB2 Application Development Client (http://www-306.ibm.com/software/data/db2/udb/support/downloadv8_linuxamd2664bit.html ), configured the client to connect to DB2 server, tested the connection through DB2 CLI and it works through CLI. However, I still get the same error

[jboss-user] [JCA/JBoss] - Re: DB2 XA connection problem - Non XA works

2006-11-27 Thread jshrinivas
Some platform details: DB2 - V 8.2.0 on RHEL 4 Drivers: IBM DB2 JDBC Universal Driver Architecture 2.3.63 AMD_64 hardware JBoss 4.0.5-SP1-ejb3 on RHEL 4 built from source using Sun JDK 1.5 U9 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989031#3989031 Repl

[jboss-user] [JCA/JBoss] - Re: DB2 XA connection problem - Non XA works

2006-11-27 Thread jshrinivas
Thanks for your quick reply. I will try with installing DB2 client. Appreciate your help -Shrinivas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989032#3989032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989032 _

[jboss-user] [JCA/JBoss] - Re: DB2 XA connection problem - Non XA works

2006-11-27 Thread jshrinivas
Hi, Thanks for your reply. I am looking for the client libraries and will post an update on how it goes. In the mean time I want to make sure if there is actually a problem or I am just missing something here. From the exception it looks like it is trying to use Type 2 driver (T2 in the error

[jboss-user] [JCA/JBoss] - DB2 XA connection problem - Non XA works

2006-11-26 Thread jshrinivas
Hello, I am trying to use IBM DB2 XA datasource with JBoss 4.0.5-SP1 and have modified db2-xa-ds.xml. I get following error during JBoss startup: Reason: org.jboss.deployment.DeploymentException: Error while fixing table name; - nested throwable: (org.jboss.util.NestedSQLException: Could not cr

[jboss-user] [JBossWS] - Re: DayTrader benchmark deployment

2006-11-17 Thread jshrinivas
Hi Thomas, I am sorry, I couldnt get back to you on this earlier. Anyways, there is no jaxrpc-mapping.xml in the ear. There is a file named TradeServices_mapping.xml and here is what the file lists for getMarketSumary: getMarketSummary getMarketSummary

[jboss-user] [Installation, Configuration & Deployment] - JBoss 5.0 Beta

2006-11-13 Thread jshrinivas
I am trying with JBoss 5.0 Beta by building it from source. During startup it gives out errors like: jboss.web.deployment:war=/jbossws -> java.lang.IllegalStateException: Default Security Domain is null jboss.web.deployment:war=/jmx-console -> java.lang.IllegalStateException: Default Security

[jboss-user] [JBossWS] - Re: Bug/Missing feature in JBossWS build.xml

2006-11-13 Thread jshrinivas
Thank you Romeu for your quick reply. It works. -Shrinivas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985561#3985561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985561 ___

[jboss-user] [JBossWS] - Bug/Missing feature in JBossWS build.xml

2006-11-13 Thread jshrinivas
Instructions on http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall have a step for svn checkout for JBossWS src. The "main" ant target depends on thirdparty jars and the build.xml doesnt looks like taking care of proxy.host and proxy.port properties. How can one use proxy settings

[jboss-user] [JBossWS] - DayTrader benchmark deployment

2006-11-09 Thread jshrinivas
Hi, I am trying to deploy DayTrader (aka Trade 6 from IBM, now open sourced and hosted on Apache Geronimo website) http://cwiki.apache.org/confluence/display/GMOxDOC10/Day+Trader on JBoss 4.0.5 GA, Sun JDK 1.5 update 9 for x_64, and WebServices: jbossws-1.0.3.SP1. The ear is built using maven

[jboss-user] [Installation, Configuration & Deployment] - DayTrader benchmark deployment

2006-11-08 Thread jshrinivas
Hi, I am not sure if this is the right place for this post. It is related to a performance benchmark but is actually a deployment problem. I am trying to deploy DayTrader (initally Trade 6 from IBM, now open sourced and hosted on Apache Geronimo website) http://cwiki.apache.org/confluence/dis