-
Hello Dear Team, Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I have tried to download model from Batmobile prpject, It was successful:
I have created a new project (based on sysmlv2) and when I try to upload this model I have got the error (pop-up in UI): The data from browser console: payload: -----------------------------35907882083619695049416114693 {"query":"\n mutation uploadDocument($input: UploadDocumentInput!) {\n uploadDocument(input: $input) {\n __typename\n ... on ErrorPayload {\n message\n }\n ... on UploadDocumentSuccessPayload {\n report\n }\n }\n }\n","variables":{"input":{"id":"af181d8b-1ec4-4460-a215-baf2738cc636","editingContextId":"12a3ae5d-9b04-4df7-9d15-957b05ca4eee","file":null}}} {"0":"variables.file"} package 'User Model' { response:
on the server side of SysON does not appear error messages |
Beta Was this translation helpful? Give feedback.
-
When I have tried to upload https://github.com/Systems-Modeling/SysML-v2-Release/blob/master/sysml/src/examples/Vehicle%20Example/SysML%20v2%20Spec%20Annex%20A%20SimpleVehicleModel.sysml On the back-end side I have got the following exception: 2024-05-27T16:02:09.508+03:00 INFO 18812 --- [a8-c474771319a4] org.eclipse.syson.sysml.SysmlToAst : Call syside application : node .\syside-cli.js dump C:\Users\Krusty\AppData\Local\Temp\syson6376373601938537354.sysml java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: argument "in" is null 2024-05-27T16:02:14.769+03:00 WARN 18812 --- [ parallel-9] o.e.s.c.c.e.EditingContextEventProcessor : Timeout fallback for the input UploadDocumentInput[id=12bb7253-6e40-4f79-bd59-e8c013e11f6f, editingContextId=9c28c95a-ff9f-4a |
Beta Was this translation helpful? Give feedback.
-
Hello, The import process is currently being upgraded to be more robust.
If you succeed in importing a SysML file at one time and fail another time, maybe you are running the server in two different environments. Can you try with a smaller example file? |
Beta Was this translation helpful? Give feedback.
-
Dear @GuillaumeEscande Thank you for your support!
Run this bat file and enjoy |
Beta Was this translation helpful? Give feedback.
Dear @GuillaumeEscande Thank you for your support!
It works, I would like to provide the full solution based on your inputs:
SET NODEJS_PATH=c:\Apps\nvm\v18.7.0 SET PATH=%NODEJS_PATH%;%PATH% echo %PATH% c:\Java\AzulOpenJDK17\bin\java -jar syson-application-2024.5.0.jar --spring.datasource.url=jdbc:postgresql://**IP YOUR DB**:5432/postgres --spring.datasource.username=test_username --spring.datas…