-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix VerifyError in EdgeConfigWorker #2987
Conversation
…get 273 I don't know why, but this fixes the problem
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files@@ Coverage Diff @@
## develop #2987 +/- ##
=============================================
- Coverage 57.02% 57.02% -0.00%
+ Complexity 9807 9804 -3
=============================================
Files 2279 2279
Lines 97389 97390 +1
Branches 7055 7055
=============================================
- Hits 55531 55526 -5
- Misses 39815 39821 +6
Partials 2043 2043 |
Jän 23 21:16:00 debian java[3193041]: 2025-01-23T21:16:00,527 [artLevel] ERROR [ntmanager.ComponentManagerImpl] bundle io.openems.edge.core:1.0.0.202501231943 (86)[io.openems.edge.core.componentmanager.ComponentManagerImpl(149)] : Error during instantiation of the implementation object is this coming from the same issue? |
When do you get this Issue? How to reproduce? Seems like it does.. |
Loaded the actual repo from github. Build it an then started OpenEms in commandline. then i got this error. |
So basically wirhout config again? C:/openems/openems.d ? |
It was all cleaned up before starting eclipse and before loading repo. I did this 3 times already every time the same. |
Fix java.lang.VerifyError: Inconsistent stackmap frames at branch target 273 that appeared after #2976.
I don't know why, but this fixes the problem.
See #2984