简体   繁体   English

我在 intellij 上运行 springboot 应用程序时出错。 有人能帮我吗?

[英]I am getting an error running a springboot application on intellij. Can someone help me?

Why do I get this error connecting to a remote Oracle Database.为什么连接到远程 Oracle 数据库时出现此错误。 I do have access rights and I can access the database through DataGrip。 It causes the application to close again.我确实有访问权限,我可以通过DataGrip 访问数据库。它会导致应用程序再次关闭。

WARN  org.apache.tomcat.jdbc.pool.ConnectionPool - Connection has been abandoned PooledConnection[oracle.jdbc.driver.T4CConnection@fe13916]:java.lang.Exception
    at org.apache.tomcat.jdbc.pool.Connection

This is followed by a series of errors.随之而来的是一系列错误。

Finally,I get exception.最后,我得到了例外。 At the root of caused by, it was造成的根本原因是

    ... 118 common frames omitted
Caused by: java.sql.SQLException: Closed Resultset
    at oracle.jdbc.driver.InsensitiveScrollableResultSet.findColumn(InsensitiveScrollableResultSet.java:297)
    at oracle.jdbc.driver.GeneratedResultSet.getInt(GeneratedResultSet.java:1350)
    at org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl.addColumns(InformationExtractorJdbcDatabaseMetaDataImpl.java:577)
    ... 138 common frames omitted

Was it because, the connection was abandoned pre-maturely?是不是因为,过早的放弃了连接?

抛出此异常是因为您在 ResultSet 对象之前提前放弃了连接。(不确定!!)无论如何,如果您共享代码,我们可能会更好地提供帮助。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我正在尝试在 Java 中呈现一个蓝色方块,但出现 IllegalStateException 错误。 有人能帮我吗? - I'm Trying To Render A Blue Square In Java But I Am Getting A IllegalStateException Error. Can Someone Help Me? 我正在运行基于 java spring 引导框架的应用程序。 但得到这个错误。 你能帮我解决这个错误吗? - I am running my application which is based java spring boot framework. but getting this error. Can you help me to resolve this error? 我正在使用eclipse并收到此错误,有人可以告诉我我要去哪里了 - I am using eclipse and getting this error can someone tell me where I am going wrong 有人可以帮助我编写我正在编写的代码吗? (爪哇) - Can someone please help me with the code I am writing? (Java) 我正在尝试从 RFID 读取数据。 但是 class RFIDEventListener 没有被调用。 有人可以帮我吗? - I am trying to read data from RFID. But the class RFIDEventListener is not getting called. Can someone help me out here? 我在使用 android studio 构建我的第一个 flutter 应用程序时遇到问题,几乎没有错误有人可以帮助我吗? - I am having issue building my first flutter app with android studio getting few errors can someone help me? 有人可以帮我解决此Picker错误 - can someone help me fix this Picker error 任何人都可以帮助我了解在 Android 中使用 AsyncTask 时出现错误代码 400 - Can anyone help me about I am getting error code 400 while working with AsyncTask in Android 我尝试编写 n 个皇后问题,我是初学者,我认为主要逻辑是正确的,但我没有按要求得到 output。有人可以帮我吗? - I tried to code n queens problem, I'm a beginer and I think that main logic is right but I am not getting output as required.can someone help me out? 有人可以帮我正确地做这些组合框吗? 我很失落 - Can someone help me do these combo boxes correctly? I am very lost
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM