Skip to content
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

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

sfeilmeier
Copy link
Contributor

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

…get 273

I don't know why, but this fixes the problem
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All 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              

@sfeilmeier sfeilmeier merged commit 2037299 into develop Jan 22, 2025
6 of 7 checks passed
@sfeilmeier sfeilmeier deleted the feature/fix-edgeconfigworker branch January 22, 2025 11:04
@vision1727
Copy link

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?

@Sn0w3y
Copy link
Contributor

Sn0w3y commented Jan 23, 2025

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..

@vision1727
Copy link

vision1727 commented Jan 23, 2025

Loaded the actual repo from github. Build it an then started OpenEms in commandline. then i got this error.
afterwards i tested old package of mine it works fine
happend in a clean fresh installation

@Sn0w3y
Copy link
Contributor

Sn0w3y commented Jan 23, 2025

Loaded the actual repo from github. Build it an then started OpenEms in commandline. then i got this error.
afterwards i tested old package of mine it works fine
happend in a clean fresh installation

So basically wirhout config again? C:/openems/openems.d ?

@vision1727
Copy link

It was all cleaned up before starting eclipse and before loading repo. I did this 3 times already every time the same.

@Sn0w3y
Copy link
Contributor

Sn0w3y commented Jan 24, 2025

I can not follow as my local Instance runs through without any Problems.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants