[JBoss-user] [JCA/JBoss] - unable to fill pool

2004-08-12 Thread hiteche
We are getting this error with jboss 3.2.3 on our prod.env, which fails filling db 
connection pool. The issue stays until server is restarted. DB has enough connections 
to serve though. 

< datasources> 
< local-tx-datasource> 

 
< connection-url>jdbc:oracle:oci8:@DBINSTANCE_NAME

 
< /local-tx-datasource> 
< /datasources> 


Currently we are not using valid-connection-checker-class-name, 
check-valid-connection-sql config. elements inside the oracle-ds.xml 

Is there a fix/work around to this issue with Jboss? I would appreciate any 
suggestions to resolve this. 

Env. Details:
Oracle 8.1.7.4/OCI Driver/Solaris 8/JDK_1.4.2._05

ERROR 
 
2004-08-11 13:40:12,856 WARN 
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Unable to fill pool 
org.jboss.resource.JBossResourceException: Could not create connection; - nested 
throwable: (java.sql.SQLException: ORA-65535: Message 65535 not found; product=RDBMS; 
facility=ORA 

) 
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:160)
 
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:477)
 
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.fillToMin(InternalManagedConnectionPool.java:422)
 
at org.jboss.resource.connectionmanager.PoolFiller$1.run(PoolFiller.java:63) 
at java.lang.Thread.run(Thread.java:534) 
Caused by: java.sql.SQLException: ORA-65535: Message 65535 not found; product=RDBMS; 
facility=ORA 


at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) 
at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597) 
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:354) 
at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:246) 
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365) 
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260) 
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:150)
 
... 4 more 
2004-08-11 13:40:12,859 INFO [STDOUT] 5459292 [Thread-19] WARN 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool - Unable to fill pool 
org.jboss.resource.JBossResourceException: Could not create connection; - nested 
throwable: (java.sql.SQLException: ORA-65535: Message 65535 not found; product=RDBMS; 
facility=ORA 

) 
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:160)
 
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:477)
 
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.fillToMin(InternalManagedConnectionPool.java:422)
 
at org.jboss.resource.connectionmanager.PoolFiller$1.run(PoolFiller.java:63) 
at java.lang.Thread.run(Thread.java:534) 
Caused by: java.sql.SQLException: ORA-65535: Message 65535 not found; product=RDBMS; 
facility=ORA 


at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) 
at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597) 
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:354) 
at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:246) 
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365) 
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260) 
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:150)
 
... 4 more 

Thanks 
Nanda 


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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Unable to fill pool

2004-08-12 Thread hiteche
Hi! 

We are getting this error with jboss 3.2.3 on our prod.env, which fails filling db 
connection pool. The issue stays until server is restarted. DB has enough connections 
to serve though. 

< datasources> 
< local-tx-datasource> 

 
 
< /local-tx-datasource> 
< /datasources> 


Currently we are not using valid-connection-checker-class-name, 
check-valid-connection-sql config. elements inside the oracle-ds.xml 

Is there a fix/work around to this issue with Jboss? I would appreciate any 
suggestions to resolve this.

ERROR 
 
2004-08-11 13:40:12,856 WARN 
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Unable to fill pool 
org.jboss.resource.JBossResourceException: Could not create connection; - nested 
throwable: (java.sql.SQLException: ORA-65535: Message 65535 not found; product=RDBMS; 
facility=ORA 

) 
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:160)
 
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:477)
 
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.fillToMin(InternalManagedConnectionPool.java:422)
 
at org.jboss.resource.connectionmanager.PoolFiller$1.run(PoolFiller.java:63) 
at java.lang.Thread.run(Thread.java:534) 
Caused by: java.sql.SQLException: ORA-65535: Message 65535 not found; product=RDBMS; 
facility=ORA 


at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) 
at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597) 
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:354) 
at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:246) 
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365) 
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260) 
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:150)
 
... 4 more 
2004-08-11 13:40:12,859 INFO [STDOUT] 5459292 [Thread-19] WARN 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool - Unable to fill pool 
org.jboss.resource.JBossResourceException: Could not create connection; - nested 
throwable: (java.sql.SQLException: ORA-65535: Message 65535 not found; product=RDBMS; 
facility=ORA 

) 
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:160)
 
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:477)
 
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.fillToMin(InternalManagedConnectionPool.java:422)
 
at org.jboss.resource.connectionmanager.PoolFiller$1.run(PoolFiller.java:63) 
at java.lang.Thread.run(Thread.java:534) 
Caused by: java.sql.SQLException: ORA-65535: Message 65535 not found; product=RDBMS; 
facility=ORA 


at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) 
at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597) 
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:354) 
at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:246) 
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365) 
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260) 
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:150)
 
... 4 more 

Thanks 
Nanda 


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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: JVM crash

2004-08-05 Thread hiteche
issue disappeared with jdk 142_05.

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: JVM crash

2004-06-30 Thread hiteche
I am not sure if jdk 131_10 is faulty one. I checked the release notes for the latest 
jvm on 1.3.x series - 131_12 and it does not seem to address this error. I am using 
Cocoon 212 with Jboss, so upgrading the jvm to 1.4.x will need rework to the 
application.

Sun's bug report does not allow to submit bugs on jvm 131x.

The issue now randomly happens on all jboss instances.

It would help if there is a work around or bug fix to this issue.

regards
Nanda



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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user