We encountered today an issue with model export. We got 2 kind of errors and the issue occurred in several environments. We tried like 10 times and few times we were able to export the model but mainly we couldn't export the model.
Two error logs are attached:
- one file with full DEBUG logging on root
- one file with less logging
Here are few examples from the logs:
!ENTRY com.semarchy.ui.commons.util 2 0 2022-11-18 08:55:59.775
!MESSAGE Issue occured while file downloading (Message reported by logger com.semarchy.ui.commons.util.download.DownloadServiceHandler, current authenticated user: 'ext-kalle.karlin@yit.fi')
!STACK 0
org.apache.catalina.connector.ClientAbortException: java.net.SocketTimeoutException
!ENTRY com.semarchy.ui.commons.util 2 0 2022-11-18 08:38:13.422
!MESSAGE Issue occured while file downloading (Message reported by logger com.semarchy.ui.commons.util.download.DownloadServiceHandler, current authenticated user: 'ext-Marjaana.Heikkinen@yit.fi')
!STACK 0
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
Best Answer
S
Subham Dixit
said
almost 2 years ago
Export functionality does a lot of SQL queries. At the moment, I don't think we need to catch THE QUERY that takes a long to execute before I'm sure that statistics are up to date on the repository tables.
Just run statistics on all repository tables (run a full vacuum).
1 Comment
S
Subham Dixit
said
almost 2 years ago
Answer
Export functionality does a lot of SQL queries. At the moment, I don't think we need to catch THE QUERY that takes a long to execute before I'm sure that statistics are up to date on the repository tables.
Just run statistics on all repository tables (run a full vacuum).
Subham Dixit
Subham Dixit
-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 72 topics