Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time to time met with NPE #1

Open
gonchik opened this issue Aug 17, 2020 · 0 comments
Open

Time to time met with NPE #1

gonchik opened this issue Aug 17, 2020 · 0 comments

Comments

@gonchik
Copy link
Member

gonchik commented Aug 17, 2020

org.postgresql.util.PSQLException: This connection has been closed.
	at org.postgresql.jdbc.PgConnection.checkClosed(PgConnection.java:782)
	at org.postgresql.jdbc.PgConnection.getAutoCommit(PgConnection.java:742)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:410)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:370)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:149)
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:108)
	at com.atlassian.util.benchmark.JIRASQLPerformance.lambda$getTests$0(JIRASQLPerformance.java:153)
	at com.atlassian.util.benchmark.TimedTestRunner.run(TimedTestRunner.java:21)
	at com.atlassian.util.benchmark.Benchmark.runTests(Benchmark.java:58)
	at com.atlassian.util.benchmark.Benchmark.run(Benchmark.java:71)
	at com.atlassian.util.benchmark.JIRASQLPerformance.call(JIRASQLPerformance.java:85)
	at com.atlassian.util.benchmark.JIRASQLPerformance.main(JIRASQLPerformance.java:59)
java.lang.NullPointerException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant