kd

Greenhorn
+ Follow
since Mar 05, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by kd

Hi,

We are facing a problem with database connections in JBoss. we are using mysql as the db server..

During peak loads, getting the following exception..

Caused by: javax.resource.ResourceException: No ManagedConnections available within configured blocking timeout ( 5000 [ms] )
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:262)|
at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:496)|
at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:425)|
at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:318)|
at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:477)|
at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:814)|
at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:102)|

Could be because the connections are not being closed in all the places in the application? or is there any other reason to it..??
Any way to check this ??

thanks
19 years ago
hi all,
i would like to create some text images on the fly for my jsp pages. this is sort of what yahoo does doing sign-up. i tried my own desing. but donno any tools ( free/pay ) are available in the market. It would be helpful for me to concentrate on my core concpet.
hope this will get some clues.
ps : btw, please don't ask me to use google... tried as much as possible.
19 years ago
JSP
i have a request filter and created a war with this filter & this works fine for a single context. But i would like to use this across all contexts. is it feasible in jboss 3.x ??
20 years ago