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

Removing decoroutinator i ebms-provider #122

Merged
merged 1 commit into from
Mar 21, 2025
Merged

Conversation

thburnett
Copy link
Contributor

Samme feil som nevnt i https://github.com/navikt/team-emottak-docs/issues/161 skjer i ebms-provider

java.lang.IllegalStateException: No compatible attachment provider is available
	at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:627)
	at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:611)
	at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:563)
	at net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:540)
	at dev.reformator.stacktracedecoroutinator.runtime.DecoroutinatorRuntime.load(runtime-jvm.kt:23)
	at no.nav.emottak.ebms.AppKt$main$1.invokeSuspend(App.kt:30)
	at no.nav.emottak.ebms.AppKt$main$1.invoke(App.kt)
	at no.nav.emottak.ebms.AppKt$main$1.invoke(App.kt)
	at arrow.continuations.SuspendAppKt$SuspendApp$2$1$job$1.invokeSuspend(SuspendApp.kt:35)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
	at io.opentelemetry.javaagent.instrumentation.kotlinxcoroutines.RunnableWrapper.lambda$stopPropagation$0(RunnableWrapper.java:16)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:829)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)

Det oppsto etter endringene i https://github.com/navikt/ebxml-processor/pull/119/files, men da kun for ebms-provider. Ikke cpa-repo eller ebms-payload. Det er litt uklart hvilken av endringene som utløste det.

Et annet spørsmål er om vi trenger decoroutinator i det hele tatt?

@thburnett thburnett requested a review from a team as a code owner March 21, 2025 10:18
@thburnett thburnett force-pushed the dev/remove-decoroutinator branch from e02a5ec to 761463c Compare March 21, 2025 12:18
@thburnett thburnett merged commit 559912a into main Mar 21, 2025
6 checks passed
@thburnett thburnett deleted the dev/remove-decoroutinator branch March 21, 2025 14:12
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.

None yet

2 participants