Hi All,

I have done a fair amount of testing on this, and am pretty sure it is a bug 
introduced between beta3 and RC1 - but am not sure if it is in the GS or GT 
domain.

When starting up GeoServer, OC4J reports the following:

2011-01-26 17:15:02.999 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@9fbdd7' : ''.
2011-01-26 17:15:03.003 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@1b84411' : ''.
2011-01-26 17:15:03.004 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@122292a' : ''.
2011-01-26 17:15:03.005 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@62ce5f' : ''.
2011-01-26 17:15:03.239 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@23558' : ''.
2011-01-26 17:15:03.240 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@e29d42' : ''.
2011-01-26 17:15:03.240 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@117d603' : ''.
2011-01-26 17:15:03.242 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@14cf7a1' : ''.
2011-01-26 17:15:03.242 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@1576fa' : ''.
2011-01-26 17:15:03.243 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@503cb2' : ''.
2011-01-26 17:15:03.244 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@54c72e' : ''.

Which is the number of coverages configured on my dev system.

I am using a custom GeoRaster Plugin (which I know is unsupported), but this 
worked fine in versions previous to RC1.

I have gone through the code to the custom plugin, and can confirm that ALL 
connections are being closed - it seems this only occurs when Geoserver first 
starts up, so whatever reads the workspace configurations, and calling the 
database is keeping them open.   To confirm this, I place logging information 
in my getConnection and closeConnection methods, none of which appear in the 
startup log, but appear when I access my data, leading me to believe even more 
that this is not plugin related.  My vector data is fine (using the Oracle NG 
datastore) it is just my raster data.

Again, this does seem trivial seeing as the connection pool is configured to 
remove unused connections after x amount of time, but this shuld be happening 
gracefully within the code.

I can confirm that this only happened since RC1 was released.

Any thought anyone?

Kind Regards,
Steve

________________________________
DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
[email protected] and delete the original message.
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to