Bug 988800
| Summary: | cannot access postgres 9.2 internal statistics | |||
|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Heidrich Attila <attila.heidrich> | |
| Component: | Plugins | Assignee: | Thomas Segismont <tsegismo> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.8 | CC: | attila.heidrich, hrupp | |
| Target Milestone: | --- | |||
| Target Release: | RHQ 4.11 | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1073990 (view as bug list) | Environment: | ||
| Last Closed: | 2014-07-21 10:13:29 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1073990 | |||
|
Description
Heidrich Attila
2013-07-26 12:37:31 UTC
(In reply to Heidrich Attila from comment #0) > pls look at the attached screenshot Can you actually attach the screenshot? > org.postgresql.util.PSQLException: ERROR: column "current_query" does not > exist > Position: 41 > at > org.postgresql.core.v3.QueryExecutorImpl. > receiveErrorResponse(QueryExecutorImpl.java:2157) > at > org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl. > java:1886) > at > org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) > at > org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement. > java:555) > at > org.postgresql.jdbc2.AbstractJdbc2Statement. > executeWithFlags(AbstractJdbc2Statement.java:403) > at > org.postgresql.jdbc2.AbstractJdbc2Statement. > executeQuery(AbstractJdbc2Statement.java:283) > at > org.rhq.plugins.postgres.PostgresServerComponent. > invokeOperation(PostgresServerComponent.java:361) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. > java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread. > call(ResourceContainer.java:634) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: > 1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java: > 615) > at java.lang.Thread.run(Thread.java:724) This stacktrace is the result of the "List Process Statistics" operation invocation. This problem is tracked by Bug 1079361 and is fixed in master (see https://bugzilla.redhat.com/show_bug.cgi?id=1079361#c1) Fixed in master master (see Bug 1079361 Comment 1) Bulk closing of RHQ 4.11 issues, now that RHQ 4.12 is out. If you find an issue with those, please open a new BZ, linking to the old one. |