The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] Problems Storing Model
Hello,
I have a basic process wich outputs a model from a k-nn validation. When I run the process locally it works fine, but when I try to run it on the RA server, I get the following error according to the log
On the RA settings I had set the upload dir to a dir I created called 'upload' on the same folder the 'plugins' dir is located. I notice that dir is always empty.
Any tip on the right direction will be much appreciated!
Thanks,
--
Update: It looks like this issue had to do with the time the process was using the DB. I found in the log files that the process was becoming a zombie process. I made some changes to my DB connection and it looks to be fine now
I have a basic process wich outputs a model from a k-nn validation. When I run the process locally it works fine, but when I try to run it on the RA server, I get the following error according to the log
17:34:59,333 WARNING [de.rapidanalytics.web.servlet.AccessEntry] Cannot store uploade file: de.rapidanalytics.entity.RepositoryException:The strange part is that on the same process I am storing a wordlist before the model and that one seems to be working fine.
Cannot save data at '/MY_FOLDER/MY_PROCESS_NAME/model': javax.transaction.RollbackException: ARJUNA-16053 Could not commit transaction.:
de.rapidanalytics.entity.RepositoryException: Cannot save data at '/MY_FOLDER/MY_PROCESS_NAME/model': javax.transaction.RollbackException: ARJUNA-
16053 Could not commit transaction.
On the RA settings I had set the upload dir to a dir I created called 'upload' on the same folder the 'plugins' dir is located. I notice that dir is always empty.
Any tip on the right direction will be much appreciated!
Thanks,
--
Update: It looks like this issue had to do with the time the process was using the DB. I found in the log files that the process was becoming a zombie process. I made some changes to my DB connection and it looks to be fine now
Tagged:
0
Answers
could it be there are previous errors? What database are you using? Could it be your model is too large for your database? How large is it when you store on disk? Most database systems can reconfigure the maximum object size.
Best,
Simon