Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
- The YADE Client logs the following error:
main ERROR 15:25:49,567 (SOSFileListEntry.java:328) ::doTransfer SOSVfs_E_134: 'SOSVfsLocalFile::getFileOutputStream' schlug fehl. (C:\Users\ab\jade_demo\c\te st.txt (Das System kann den angegebenen Pfad nicht finden))
- The History Viewer shows
SOSVfs_E_134: 'SOSVfsLocalFil
- The error message is shortened in a way that renders it useless.
- The user has to widen the detail panel and the error message column to make the content visible.
- However the length of the error message is restricted to 150 characters which results in
SOSVfs_E_134: 'SOSVfsLocalFile::getFileOutputStream' schlug fehl. (C:\Users\ab\jade_demo\c\test.txt (Das System kann den angegebenen Pfad ni
The most important part of this message is missing.
Desired Behaviour
- The YADE Client stores the error message in the database with the fully available length (max 255 characters)
- The YADE Client shortens longer error messages from the left side to retain the important part to the right.
Attachments
Issue Links
- relates to
-
YADE-369 YADE History Viewer should show the Error Message in a shortened form in table and in full in a PopUp
- Released