View Issue Details

IDProjectCategoryView StatusLast Update
0007180libeufinlibeufin-nexuspublic2023-02-21 16:38
Reporterttn Assigned ToMS  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionno change required 
PlatformLinuxOSDevuanOS VersionChimaera
Target Version0.9.2Fixed in Version0.9.2 
Summary0007180: "libeufin-cli connections export-backup" hangs
DescriptionI need to type Control-C to interrupt it. There is no output. Here's the command used:

$ libeufin-cli connections export-backup --passphrase secret --output-file sig-and-key-info conn01

The "conn01" was made by a previous "libeufin-cli connections new-ebics-connection" command.

Excerpt from the Nexus log attached.
TagsNo tags attached.
Attached Files
nexus.log (4,380 bytes)   
05:40:35.365 [eventLoopGroupProxy-4-3] DEBUG tech.libeufin.util - Found Authorization header: Basic Zm9vOmJhcg==
05:40:35.365 [eventLoopGroupProxy-4-3] DEBUG tech.libeufin.util - Authenticating: Basic Zm9vOmJhcg==
05:40:35.366 [eventLoopGroupProxy-4-3] WARN  i.n.c.AbstractChannelHandlerContext - Failed to submit an exceptionCaught() event.
java.lang.NoClassDefFoundError: io/netty/channel/AbstractChannelHandlerContext$5
	at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:284)
	at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:273)
	at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:143)
	at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:302)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:381)
	at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61)
	at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:370)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.ktor.server.netty.EventLoopGroupProxy$Companion.create$lambda-1$lambda-0(NettyApplicationEngine.kt:251)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)
05:40:35.366 [eventLoopGroupProxy-4-3] WARN  i.n.c.AbstractChannelHandlerContext - The exceptionCaught() event that was failed to submit was:
java.lang.NoClassDefFoundError: kotlinx/coroutines/DebugStringsKt
	at kotlinx.coroutines.JobSupport.nameString$kotlinx_coroutines_core(JobSupport.kt:1077)
	at kotlinx.coroutines.AbstractCoroutine.nameString$kotlinx_coroutines_core(AbstractCoroutine.kt:116)
	at kotlinx.coroutines.JobSupport.toDebugString(JobSupport.kt:1072)
	at kotlinx.coroutines.JobSupport.toString(JobSupport.kt:1069)
	at java.base/java.lang.String.valueOf(String.java:2951)
	at java.base/java.lang.StringBuilder.append(StringBuilder.java:172)
	at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:847)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:104)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:195)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.startCoroutineImpl(Builders.common.kt:194)
	at kotlinx.coroutines.BuildersKt.startCoroutineImpl(Unknown Source)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:134)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
	at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
	at io.ktor.server.netty.NettyApplicationCallHandler.handleRequest(NettyApplicationCallHandler.kt:43)
	at io.ktor.server.netty.NettyApplicationCallHandler.channelRead(NettyApplicationCallHandler.kt:34)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
	at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61)
	at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:370)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.ktor.server.netty.EventLoopGroupProxy$Companion.create$lambda-1$lambda-0(NettyApplicationEngine.kt:251)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)
nexus.log (4,380 bytes)   

Activities

MS

2023-02-08 16:21

manager   ~0019784

could not reproduce

Issue History

Date Modified Username Field Change
2022-02-26 11:46 ttn New Issue
2022-02-26 11:46 ttn Status new => assigned
2022-02-26 11:46 ttn Assigned To => MS
2022-02-26 11:46 ttn File Added: nexus.log
2023-01-08 11:28 Christian Grothoff Target Version => 0.9.2
2023-02-08 16:21 MS Status assigned => resolved
2023-02-08 16:21 MS Resolution open => no change required
2023-02-08 16:21 MS Note Added: 0019784
2023-02-21 16:37 Christian Grothoff Fixed in Version => 0.9.2
2023-02-21 16:38 Christian Grothoff Status resolved => closed
2023-04-13 20:38 Florian Dold Category nexus => libeufin-nexus