[JBoss-user] [JCA/JBoss] - Broken pipe

2005-02-23 Thread lee_yuki2000
Hi, I am using jboss-3.2.3 and oracle 9i. I have broken pipe error when the sql statement takes long time (more than 15 minutes) to execute. This problem will not happen if the sql execution is fast. The error log is as follows: 2005-03-06 18:57:58,959 WARN

[JBoss-user] [JCA/JBoss] - Re: Return null pointer exception when i get connection from

2004-12-16 Thread lee_yuki2000
thanks for you reply View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858971#3858971 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858971 --- SF email is sponsored by -

[JBoss-user] [JCA/JBoss] - java.sql.SQLException: Io exception: Broken pipe

2004-12-16 Thread lee_yuki2000
Hi adrian, Do you know why i have this error? Sometimes i get broken pipe error and sometimes i don't get. I am using jboss 3.2.3, oracle 9 I, jdk 1.4.2. Is the connection open for too long? I am not sure how to solve it. I hope u can help me. Thanks java.sql.SQLException: Io

[JBoss-user] [JCA/JBoss] - Re: Return null pointer exception when i get connection from

2004-12-15 Thread lee_yuki2000
Hi adrian, The stacktrace is as below: 004-12-09 22:45:01,546 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException: java.lang.NullPointerException at sqlj.runtime.profile.ref.ProfileImpl.getConnectedProfile(ProfileImpl.java:170) at

[JBoss-user] [Installation Configuration] - java.sql.SQLException: Io exception: Connection reset

2004-12-14 Thread lee_yuki2000
Hi, Does any one know why i have this error java.sql.SQLException: Io exception: Connection reset. It happens once a while in the application. I am just wondering is it all the connections are used? Or the connection timeout is too long? I am using jboss 3.2.3 and oracle 9. My setting for

[JBoss-user] [JCA/JBoss] - Return null pointer exception when i get connection from the

2004-12-09 Thread lee_yuki2000
Hi, I am using jboss-3.2.3 and oracle 9 database. My problem is sometimes i get null pointer exception when i get connection from the pool even though i have set the maximum pool size to 100. I think it is sufficient enough to handle the connections because there only 10 users connecting to

[JBoss-user] [Installation Configuration] - Re: Connection handle has been closed and is unusable

2004-12-08 Thread lee_yuki2000
Hi, Thanks for your reply. Now i am using jboss-3.2.3. I still get the error even though i've closed the connection in finally statement. I have a few sql statements in a method and it seems like jboss closed the connection before the all the queries are being executed. Anyone know why? Pls

[JBoss-user] [HTTPD, Servlets JSP] - Re: org.apache.jasper.JasperException

2004-08-25 Thread lee_yuki2000
There isn't any error. It only happen if there is alot of data on the page. Could it be too many data? The log is as below: 2004-08-27 03:40:27,526 DEBUG [org.apache.struts.action.RequestProcessor]

[JBoss-user] [HTTPD, Servlets JSP] - org.apache.jasper.JasperException

2004-08-24 Thread lee_yuki2000
Hi, I m using jboss 3.2.3 and i have this error once a while. It doesn't happen very often but i would like to know why this error occur. Pls help Thank you very much When i click on the jsp page, this error occur HTTP status 500 org.apache.jasper.JasperException at

[JBoss-user] [Installation Configuration] - No of connection and no of users Jboss can support

2004-05-25 Thread lee_yuki2000
Hi, Does any one know jboss can support how many users? Currently i am using jboss 3.2.1 and oracle 9.1i. Now I am in testing phase. Jboss will hang when more than 25 users log in. I am not sure where is the bottle neck. Besides that, how many connection will be created if i didn't set the

[JBoss-user] [JCA/JBoss] - Re: java.sql.SQLException: Use explicit XA call

2004-05-20 Thread lee_yuki2000
How do to add no-tx-separate-pools? I've follow the example on how to configure the oracle-xa-ds but it doesn't work. Besides that what is the difference between oracle-xa-ds and oracle-ds? Previously i was using oracle-ds in jboss 3.2.1. Now i m using jboss 3.2.3 and I had put in the wrong

[JBoss-user] [JCA/JBoss] - java.sql.SQLException: Use explicit XA call

2004-05-17 Thread lee_yuki2000
Hi, I've just install jboss 3.2.3. Previously i was using jboss 3.2.1. I have this error java.sql.SQLException: Use explicit XA call when i run jboss 3.2.3. Is it i need to use the lastest jdbc driver which is ojdbc14.jar? Currently i m using classes 12 and jdk 1.3.1. As i know jboss 3.x

[JBoss-user] [JCA/JBoss] - java.sql.SQLException: Io exception: Broken pipe

2004-05-13 Thread lee_yuki2000
Hi, Does anyone know why i have this problem: Broken pipe , No more data to read from socket and Connection handle has been closed and is unusable 2004-05-15 19:32:56,742 INFO [org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener] Unregistered handle that was not

[JBoss-user] [JCA/JBoss] - Re: java.sql.SQLException: Io exception: Broken pipe

2004-05-13 Thread lee_yuki2000
I m using jboss 3.2.1 and oracle 9.1i View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3834762#3834762 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834762 --- This SF.Net

[JBoss-user] [Installation Configuration] - Re: IdleRemover notifying pools, interval: 450000

2004-04-19 Thread lee_yuki2000
It happens alot of time...Any idea why? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831328#3831328 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831328 --- This

[JBoss-user] [Installation Configuration] - IdleRemover notifying pools, interval: 450000

2004-04-18 Thread lee_yuki2000
Hi, I am using Jboss 3.2.1 and oracle 9.1 i. I have this error in the jboss error log. Does anyone know what's the problem? Thanks in advance. DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 45 DEBUG

[JBoss-user] [Installation Configuration] - Connection handle has been closed and is unusable

2004-04-04 Thread lee_yuki2000
Hi, I am using Jboss 3.2.1 and i have this problem sometimes java.sql.SQLException: Connection handle has been closed and is unusable. Does anyone know what's the problem? Thank you in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829139#3829139

[JBoss-user] [Datasource Configuration] - Unregistered handle that was not registered

2004-03-17 Thread lee_yuki2000
I m using jboss 3.2.1. Do any one know why sometimes i get this error when connecting to the database. I am using oracle 9.1i [TxConnectionManager$TxConnectionEventListener] Unregistered handle that was not registered! null for managedConnection: [EMAIL PROTECTED] [JBossManagedConnectionPool]

[JBoss-user] [Datasource Configuration] - Multiple connectiont to multiple database setting

2004-02-16 Thread lee_yuki2000
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821805#3821805 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821805 hi, I have 3 database and i would like to get the connection randomly from these 3 database. My problem