Blocking Problem migrating from Eclipse-DSL 2023.03 Xtext 2.30 to Eclipse-DSL 2023.09 Xtext 2.32.0 #2855
Unanswered
maxweissboeck
asked this question in
Q&A
Replies: 2 comments 9 replies
-
is there more in the log? |
Beta Was this translation helpful? Give feedback.
7 replies
-
There are many unresolved bundles... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really stuck with a problem, literally for days now, making our tool run standalone as Eclipse RCP App.
Short history, we use it for over 2 years now and update to every second Eclipse and Xtext Version.
It's always some hours work to make it run again, but now I spent days searching the internet up and down to solve the problem, so I hope to get some help here.
Situation as is, it’s all compile clean, not even a single warning.
![TestMode](https://private-user-images.githubusercontent.com/35797287/285198288-3abb3563-117f-4e6e-9085-fd400112fff7.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjA1NjAsIm5iZiI6MTczOTIyMDI2MCwicGF0aCI6Ii8zNTc5NzI4Ny8yODUxOTgyODgtM2FiYjM1NjMtMTE3Zi00ZTZlLTkwODUtZmQ0MDAxMTJmZmY3LlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIwNDQyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTViZWIwMDYyOGY0NjgzMzU3NmEyMTQ4NjRhMTEyNDI4YWY1NDkxZjIwYzgzYWNmYzNlNDBkNDdiMTZjZDNjOWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pkw114oHMIZBUjqMqINSdG0KL_aDFCrwcDjKrYJ4MTc)
I can start the app in Testing Mode from inside Eclipse, everything is fine, see image TestMode.PNG
If I export the app via Exporting wizard, everything seems fine, no errors, no problems during export. If I start the exported App it looks like this, see Standalone.PNG
![Standalone](https://private-user-images.githubusercontent.com/35797287/285198473-4ce9eca3-d6e6-4ddc-bdde-6dd0535f2a76.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjA1NjAsIm5iZiI6MTczOTIyMDI2MCwicGF0aCI6Ii8zNTc5NzI4Ny8yODUxOTg0NzMtNGNlOWVjYTMtZDZlNi00ZGRjLWJkZGUtNmRkMDUzNWYyYTc2LlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIwNDQyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1ZWUwNmZkNzMwZTVmZjlhN2FmMGVkY2E5OTFiMjIwNmI2ZjhiZTA3NDM5YmU1ZGY1MGM1MmRmMTE3ZjAzOTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZC9J8wwfSk_rm-SVKd-YNM_YVFpjnb1K0HbL2nUOh1w)
No syntax high light, no program icon, no error on the console.
As soon as I modify something in the App and try to save, I get a an error Popup containing this text (thats the one and only error I get):
Error is also written to a log file, thast the text from the log file.
As already written, I tried everything I found regarding this problem, added every library or jar file that was suggested as solution, I have not one javax.inject, but I had no progress at all, this error does not go away.
Is it something obvious I missed?
Please, please help :-)
kr, Max
Beta Was this translation helpful? Give feedback.
All reactions