[請教] 會話Bean呼叫實體Bean時產生的Conection沒有關閉的異常
很奇怪的錯誤,我用的會話Bean是無狀態的,並且會話Bean和實體Bean都是本地的,資料庫的連線應該是由容器自己來管理的,丟擲這樣的異常不知道是不是容器自己產生的錯誤呢?請大家幫忙看一下.
以下是Weblogic產生的錯誤提示:
<2005-2-18 下午03時53分52秒 CST> <Warning> <JDBC> <BEA-001074> <A JDBC pool connection leak was detected. A connection leak occurs when a connection obtained from the pool was not closed explicitly by calling close() and then was disposed by the garbage collector and returned to the connection pool. The following stack trace at create shows where the leaked connection was created.
以下是Weblogic產生的錯誤提示:
<2005-2-18 下午03時53分52秒 CST> <Warning> <JDBC> <BEA-001074> <A JDBC pool connection leak was detected. A connection leak occurs when a connection obtained from the pool was not closed explicitly by calling close() and then was disposed by the garbage collector and returned to the connection pool. The following stack trace at create shows where the leaked connection was created.
[Null exception passed, creating stack trace for offending caller]
at weblogic.utils.StackTraceUtils.throwable2StackTrace(StackTraceUtils.java:28)
at weblogic.jdbc.wrapper.JTSConnection.finalizeInternal(JTSConnection.java:115)
at weblogic.jdbc.wrapper.JTSConnection_oracle_jdbc_driver_OracleConnection.finalize(Unknown Source)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
>
相關文章
- [請教] 使用容器管理的EntityBean時產生的資料庫連線沒有關閉的異常Bean資料庫
- [提問]實體bean和會話bean之間的cacheBean會話
- 怎麼樣在JBUILDERX中實現會話BEAN訪問實體BEAN??UI會話Bean
- 請教cmp實體bean得事務超時時間設定,謝謝Bean
- 關於有狀態和無狀態會話bean的解釋 (轉)會話Bean
- 無狀態會話bean的疑問會話Bean
- 關於實體Bean的啟用和鈍化,請高手指點!Bean
- WebApplicationContext 中特殊的 bean 型別(一)--- 請求/異常處理WebAPPContextBean型別
- WebApplicationContext 中特殊的 bean 型別(一)— 請求/異常處理WebAPPContextBean型別
- Banq,請教如何動態實現標準java bean?JavaBean
- Spring Bean Scope 有狀態的Bean和無狀態的BeanSpringBean
- mybatisplus 配置引起的生產問題 no bean ‘sqlSessionFactory‘MyBatisBeanSQLSession
- 什麼樣的類需要作成EJB(會話Bean)?會話Bean
- springboot註解實現非同步呼叫時no bean of type TaskExecutor and no bean named 'taskExecutor' eitherSpring Boot非同步Bean
- 請教一個在Session Bean中使用JDBC的問題SessionBeanJDBC
- 請教關於mysql有沒有rowid?MySql
- No bean named 'cacheManager' availablej 異常解決BeanAI
- 請教各位大俠,如果查詢一個已建立的有狀態session bean?SessionBean
- Jbuilder8.0中的實體BeanUIBean
- EJB技術規範中明確提到,在使用會話BEAN的時候……會話Bean
- Spring Bean 的一生SpringBean
- JBOSS 做專案時的問題 有關Jboss, Mbean, Session bean 求助BeanSession
- 一個Session Bean如何去呼叫另外一個Session Bean裡的方法?SessionBean
- No Bean named 'Xxx' available 異常報錯BeanAI
- 關於連線bean中可能發生多執行緒的問題請教,歡迎大家一起討論Bean執行緒
- Spring中與bean有關的生命週期SpringBean
- bean相關Bean
- 系統開發中的實體BeanBean
- 實體Bean的jndiName=local/PeopleBean,查詢的時候找不到?Bean
- Java新增構造方法異常異常——Could not autowire. there is more than one bean of '' typeJava構造方法Bean
- 關於Spring的bean注入SpringBean
- 請教:使用者會話的擺放位置會話
- Spring中Bean及@Bean的理解SpringBean
- Java Bean相關JavaBean
- 請教:關於排課問題的實體關係
- Spring Boot學習之No bean named 'entityManagerFactory' available異常Spring BootBeanAI
- 什麼時候用有狀態session bean,什麼時候用無狀態session bean (轉)SessionBean
- session bean 對 entity bean的訪問策略?SessionBean