Hello,
i need some help about the live analysis tab.
since few day, we cannot acces to the graph. when we try to create a live analysis "graph", the graph stay blank and i haven't got any error message.
i have consult the log file and i have seen the message below when i try to generate a graph :
date : May 22 10:49:54.689
thread : pool-8-thread-402
login : N/A
IP : N/A
Type : WRN
Method : AbstractGraphBuilder.generate(356)
Message : ResultSet not properly closed [/* ~~QC */ SELECT ROWVALS.R,COLVALS.C,isnull((SUM(GRAPH.CNT)), (0)) AS CNT FROM (SELECT LR,MAX(R) AS R FROM (SELECT DISTINCT R,LR FROM TTBL_1CI7) D GROUP BY LR) ROWVALS CROSS JOIN (SELECT LC,MAX(C) AS C FROM (SELECT DISTINCT C, LC FROM TTBL_1CI7) D GROUP BY LC) COLVALS LEFT OUTER JOIN TTBL_1CI7 GRAPH ON ROWVALS.LR=GRAPH.LR AND COLVALS.LC=GRAPH.LC GROUP BY ROWVALS.LR,COLVALS.LC,ROWVALS.R,COLVALS.C ORDER BY ROWVALS.R,COLVALS.C] on schema 'data::tests_defects'. Statement was created at : java.lang.Exception
at com.mercury.optane.core.db.CAbsStatement.<init>(CAbsStatement.java:107)
at com.mercury.optane.core.db.CTdPreparedStatement.<init>(CTdPreparedStatement.java:98)
at com.mercury.optane.core.db.CTdPreparedStatement.<init>(CTdPreparedStatement.java:94)
at com.mercury.optane.core.db.CTdPreparedStatement.<init>(CTdPreparedStatement.java:90)
at com.mercury.td.tdserver.api.analysis.graphs.impl.AbstractGraphBuilder.generate(AbstractGraphBuilder.java:341)
at com.mercury.td.tdserver.api.analysis.graphs.AsynchronousGraphExecutor$GraphBuildTask.executeLogic(AsynchronousGraphExecutor.java:125)
at com.mercury.optane.core.utils.concurrent.ObservableCtxSensitiveConcurrentTask.run(ObservableCtxSensitiveConcurrentTask.java:47)
at com.mercury.td.tdserver.api.analysis.graphs.AsynchronousGraphExecutor$GraphTaskSessionDecorator.run(AsynchronousGraphExecutor.java:186)
at com.mercury.optane.core.utils.concurrent.ConcurrentTaskBalancedExecutor$ConcurrentManagedTask.run(ConcurrentTaskBalancedExecutor.java:147)
at sun.reflect.GeneratedMethodAccessor253.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.mercury.optane.core.utils.concurrent.PooledThreadTaskProxyInvocationHandler.execute(PooledThreadTaskProxyInvocationHandler.java:128)
at com.mercury.optane.core.utils.concurrent.PooledThreadTaskProxyInvocationHandler.invoke(PooledThreadTaskProxyInvocationHandler.java:110)
at $Proxy182.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
if someone have an idea to help us !!!
thanks in advance ;)