We're running a Spring application that uses Hibernate to connect to an Oracle database. Our site intermittently stops working due to the following Exception. Does anybody have any experience on what this issue is, and why it only occurs sometimes? We currently have to restart the app to resolve it. As far as I know, we're not configuring any kind of locale for Hibernate?
[#|2010-04-06T14:49:03.470-0700|WARNING|sun-appserver2.1|javax.enterprise.resource.resourceada pter|_ThreadID=19;_ThreadName=Timer-4;wbpi-jws-reports;Connection could not be allocated because: Locale not recognized;_RequestID=a22a5c77-acae-4043-b1a1-6719c27418a1;|RAR5058: Error while Resizing pool wbpi-jws-reports. Exception : Connection could not be allocated because: Locale not recognized|#]
e: Locale not recognized at org.springframework.jdbc.support.SQLStateSQLExcept ionTranslator.translate(SQLStateSQLExceptionTransl ator.java:124) at org.springframework.jdbc.support.SQLErrorCodeSQLEx ceptionTranslator.translate(SQLErrorCodeSQLExcepti onTranslator.java:322) at org.springframework.orm.hibernate3.HibernateAccess or.convertJdbcAccessException(HibernateAccessor.ja va:424) at org.springframework.orm.hibernate3.HibernateAccess or.convertHibernateAccessException(HibernateAccess or.java:410) at org.springframework.orm.hibernate3.HibernateTempla te.execute(HibernateTemplate.java:377) at org.springframework.orm.hibernate3.HibernateTempla te.findByNamedQuery(HibernateTemplate.java:907) at org.springframework.orm.hibernate3.HibernateTempla te.findByNamedQuery(HibernateTemplate.java:899)
|