CMDBuild Forum

Error in getting cards more and more often

Hi,

I just finished my demonstration DB and recognized, that I get errors when reading a card more and more often. A typical error exception is:

Call: services/json/management/modcard/getcard
-----------------------------------------------
Error: org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [ 

SELECT
“ClusterPowerHA#Clustertyp”.“Description” AS “ClusterPowerHA#Clustertyp#Description”, “ClusterPowerHA”.“Code” AS “ClusterPowerHA#Code”, “ClusterPowerHA”.“Description” AS “ClusterPowerHA#Description”, “ClusterPowerHA”.“Notes” AS “ClusterPowerHA#Notes”, “ClusterPowerHA”.“Clustertyp” AS “ClusterPowerHA#Clustertyp”, “ClusterPowerHA”.“ServiceOwner” AS “ClusterPowerHA#ServiceOwner”, “ClusterPowerHA”.“IdClass”::oid AS “_ClusterPowerHA_IdClass”, “ClusterPowerHA”.“Id” AS “_ClusterPowerHA_Id”, “ClusterPowerHA”.“User” AS “_ClusterPowerHA_User”, “ClusterPowerHA”.“BeginDate” AS “_ClusterPowerHA_BeginDate”
FROM “ClusterPowerHA” AS “ClusterPowerHA”
LEFT JOIN “LookUp” AS “ClusterPowerHA#Clustertyp” ON “ClusterPowerHA#Clustertyp”.“Id” = “ClusterPowerHA”.“Clustertyp”
WHERE “ClusterPowerHA”.“Id” = ? AND “ClusterPowerHA”.“Status” = ?
LIMIT 1
OFFSET 0]; SQL state [0A000]; error code [0]; ERROR: cached plan must not change result type; nested exception is org.postgresql.util.PSQLException: ERROR: cached plan must not change result type
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:84)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:645)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:680)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:712)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:737)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:747)
at org.cmdbuild.dao.driver.postgres.EntryQueryCommand.run(EntryQueryCommand.java:72)
at org.cmdbuild.dao.driver.postgres.PostgresDriver.query(PostgresDriver.java:194)
at org.cmdbuild.dao.view.DBDataView.executeQuery(DBDataView.java:416)
at org.cmdbuild.dao.view.ForwardingDataView.executeQuery(ForwardingDataView.java:160)
at org.cmdbuild.services.localization.LocalizedDataView.executeQuery(LocalizedDataView.java:208)
at org.cmdbuild.dao.view.ForwardingDataView.executeQuery(ForwardingDataView.java:160)
at org.cmdbuild.dao.view.user.UserDataView.executeQuery(UserDataView.java:181)
at org.cmdbuild.dao.view.user.UserQuerySpecsBuilder.run(UserQuerySpecsBuilder.java:149)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:410)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:400)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCard(DefaultDataAccessLogic.java:391)
at org.cmdbuild.servlets.json.management.ModCard.getCard(ModCard.java:586)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.cmdbuild.servlets.JSONDispatcher.dispatch(JSONDispatcher.java:107)
at org.cmdbuild.servlets.JSONDispatcher.doGet(JSONDispatcher.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.AuthFilter.doFilter(AuthFilter.java:158)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.PatchManagerFilter.doFilter(PatchManagerFilter.java:48)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.ConfCheckFilter.doFilter(ConfCheckFilter.java:31)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.TranslationFilter.doFilter(TranslationFilter.java:52)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.LocalizationFilter.doFilter(LocalizationFilter.java:127)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.postgresql.util.PSQLException: ERROR: cached plan must not change result type
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2284)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2003)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:200)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:424)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:161)
at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:114)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:688)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:629)
… 67 more


A clear cache, rebuild services and unlock cards might help for a moment, but this error comes back quite soon for sure. Any ideas, what it could be?

Version is 2.4.0, Java is on version 8, PostfreSQL driver on the latest version (users and groups now works).

Regards, Thomas

Dear Thomas,
 
unfortunately it's the first time we see this error, are you able to provide more details?
 
Best regards.
 
-- CMDBuild Team
 
Previously Thomas wrote:

Hi,

I just finished my demonstration DB and recognized, that I get errors when reading a card more and more often. A typical error exception is:

Call: services/json/management/modcard/getcard
-----------------------------------------------
Error: org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [ 

SELECT
“ClusterPowerHA#Clustertyp”.“Description” AS “ClusterPowerHA#Clustertyp#Description”, “ClusterPowerHA”.“Code” AS “ClusterPowerHA#Code”, “ClusterPowerHA”.“Description” AS “ClusterPowerHA#Description”, “ClusterPowerHA”.“Notes” AS “ClusterPowerHA#Notes”, “ClusterPowerHA”.“Clustertyp” AS “ClusterPowerHA#Clustertyp”, “ClusterPowerHA”.“ServiceOwner” AS “ClusterPowerHA#ServiceOwner”, “ClusterPowerHA”.“IdClass”::oid AS “_ClusterPowerHA_IdClass”, “ClusterPowerHA”.“Id” AS “_ClusterPowerHA_Id”, “ClusterPowerHA”.“User” AS “_ClusterPowerHA_User”, “ClusterPowerHA”.“BeginDate” AS “_ClusterPowerHA_BeginDate”
FROM “ClusterPowerHA” AS “ClusterPowerHA”
LEFT JOIN “LookUp” AS “ClusterPowerHA#Clustertyp” ON “ClusterPowerHA#Clustertyp”.“Id” = “ClusterPowerHA”.“Clustertyp”
WHERE “ClusterPowerHA”.“Id” = ? AND “ClusterPowerHA”.“Status” = ?
LIMIT 1
OFFSET 0]; SQL state [0A000]; error code [0]; ERROR: cached plan must not change result type; nested exception is org.postgresql.util.PSQLException: ERROR: cached plan must not change result type
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:84)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:645)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:680)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:712)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:737)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:747)
at org.cmdbuild.dao.driver.postgres.EntryQueryCommand.run(EntryQueryCommand.java:72)
at org.cmdbuild.dao.driver.postgres.PostgresDriver.query(PostgresDriver.java:194)
at org.cmdbuild.dao.view.DBDataView.executeQuery(DBDataView.java:416)
at org.cmdbuild.dao.view.ForwardingDataView.executeQuery(ForwardingDataView.java:160)
at org.cmdbuild.services.localization.LocalizedDataView.executeQuery(LocalizedDataView.java:208)
at org.cmdbuild.dao.view.ForwardingDataView.executeQuery(ForwardingDataView.java:160)
at org.cmdbuild.dao.view.user.UserDataView.executeQuery(UserDataView.java:181)
at org.cmdbuild.dao.view.user.UserQuerySpecsBuilder.run(UserQuerySpecsBuilder.java:149)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:410)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:400)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCard(DefaultDataAccessLogic.java:391)
at org.cmdbuild.servlets.json.management.ModCard.getCard(ModCard.java:586)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.cmdbuild.servlets.JSONDispatcher.dispatch(JSONDispatcher.java:107)
at org.cmdbuild.servlets.JSONDispatcher.doGet(JSONDispatcher.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.AuthFilter.doFilter(AuthFilter.java:158)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.PatchManagerFilter.doFilter(PatchManagerFilter.java:48)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.ConfCheckFilter.doFilter(ConfCheckFilter.java:31)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.TranslationFilter.doFilter(TranslationFilter.java:52)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.cmdbuild.filters.LocalizationFilter.doFilter(LocalizationFilter.java:127)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.postgresql.util.PSQLException: ERROR: cached plan must not change result type
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2284)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2003)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:200)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:424)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:161)
at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:114)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:688)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:629)
… 67 more

 

A clear cache, rebuild services and unlock cards might help for a moment, but this error comes back quite soon for sure. Any ideas, what it could be?

Version is 2.4.0, Java is on version 8, PostfreSQL driver on the latest version (users and groups now works).

Regards, Thomas

 

Previously Tecnoteca wrote:

Dear Thomas,
 
unfortunately it's the first time we see this error, are you able to provide more details?
 
Best regards.
 
-- CMDBuild Team
 

What kind of information you'd like to see? CMDBuild version is 2.4.0, Java is on version 8, PostgreSQL and driver version information is not at my hand at the moment (technical stuff is on training).

Let me know what else you might need.

Regards, Thomas

Dear Thomas,
 
we would need all information for reproduce the error from a fresh installation.
 
Best regards.
 
-- CMDBuild Team
 
Previously Thomas wrote:
Previously Tecnoteca wrote:
Dear Thomas,
 
unfortunately it's the first time we see this error, are you able to provide more details?
 
Best regards.
 
-- CMDBuild Team
 

What kind of information you'd like to see? CMDBuild version is 2.4.0, Java is on version 8, PostgreSQL and driver version information is not at my hand at the moment (technical stuff is on training).

Let me know what else you might need.

Regards, Thomas

 

Previously Tecnoteca wrote:

Dear Thomas,
 
we would need all information for reproduce the error from a fresh installation.
 
Best regards.
 
-- CMDBuild Team
 
 
Hi,
nothing special, I created superclasses from superclasses, added domains ... nothing special ... I can't tell you every single step since I was building up a complete new database ... it was working perfectly before, the error is to me new as well. It works for a while, you'll see the card details when selecting a superclass, but then it may happen that when you double-click on a single item, the details of that card are ending in that error. But not single items, it happens randomly.
The only thing I may can offer is a dump from the database if this may help.
Regards, Thomas
Dear Thomas,
 
The only thing I may can offer is a dump from the database if this may help.
it would be helpful.
 
Best regards.
 
-- CMDBuild Team
 
Previously Thomas wrote:
Previously Tecnoteca wrote:
Dear Thomas,
 
we would need all information for reproduce the error from a fresh installation.
 
Best regards.
 
-- CMDBuild Team
 
 
Hi,
nothing special, I created superclasses from superclasses, added domains ... nothing special ... I can't tell you every single step since I was building up a complete new database ... it was working perfectly before, the error is to me new as well. It works for a while, you'll see the card details when selecting a superclass, but then it may happen that when you double-click on a single item, the details of that card are ending in that error. But not single items, it happens randomly.
The only thing I may can offer is a dump from the database if this may help.
Regards, Thomas

 

Sent to the official Tecnotecha address, I hope you've got it.

Regards, Thomas

Previously Tecnoteca wrote:
Dear Thomas,
 
The only thing I may can offer is a dump from the database if this may help.
it would be helpful.
 
Best regards.
 
-- CMDBuild Team
 

Previously Thomas wrote:

Sent to the official Tecnotecha address, I hope you've got it.

Regards, Thomas

Previously Tecnoteca wrote:
Dear Thomas,
 
The only thing I may can offer is a dump from the database if this may help.
it would be helpful.
 
Best regards.
 
-- CMDBuild Team
 

Hi,

 

haven't got any confirmation yet, so could you please tell me, if your team has got the dump I've sent?

 

Many thanks in advance, regards, Thomas

Dear Thomas,
 
we've received and restored the dump. We plan to check your issue in the next days.
 
Best regards.
 
-- CMDBuild Team
 
Previously Thomas wrote:
Previously Thomas wrote:

Sent to the official Tecnotecha address, I hope you've got it.

Regards, Thomas

Previously Tecnoteca wrote:
Dear Thomas,
 
The only thing I may can offer is a dump from the database if this may help.
it would be helpful.
 
Best regards.
 
-- CMDBuild Team
 

Hi,

 

haven't got any confirmation yet, so could you please tell me, if your team has got the dump I've sent?

 

Many thanks in advance, regards, Thomas

 

Dear Thomas,
 
what are the versions of PostgreSQL and JDBC driver? We tried using PostgreSQL 9.5 and JDBC postgresql-04.09.1207 without encountering the error.
 
Best regards.
 
-- CMDBuild Team
 
Previously Thomas wrote:
Previously Thomas wrote:

Sent to the official Tecnotecha address, I hope you've got it.

Regards, Thomas

Previously Tecnoteca wrote:
Dear Thomas,
 
The only thing I may can offer is a dump from the database if this may help.
it would be helpful.
 
Best regards.
 
-- CMDBuild Team
 

Hi,

 

haven't got any confirmation yet, so could you please tell me, if your team has got the dump I've sent?

 

Many thanks in advance, regards, Thomas