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

Deploy Signavio exported BPMN diagrams #9424

Closed
ingorichtsmeier opened this issue May 20, 2022 · 1 comment
Closed

Deploy Signavio exported BPMN diagrams #9424

ingorichtsmeier opened this issue May 20, 2022 · 1 comment
Labels
kind/bug Categorizes an issue or PR as a bug

Comments

@ingorichtsmeier
Copy link

Describe the bug

A BPMN diagram, exported from Signavio could not be deployed to Zeebe

To Reproduce

Deploy this process model to Zeebe:

sprint3-process-bpmn-SIGTAGS2.bpmn.txt

Expected behavior

The process will be deployed successfully.

Log/Stacktrace

11:08:48.447 [-zb-actors-2] ERROR io.camunda.zeebe.broker.process - Unexpected error while processing resource 'sprint3-process-bpmn-SIGTAGS.bpmn'
java.lang.RuntimeException: Unable to process unknown element with name signavioMetaData
	at io.camunda.zeebe.model.bpmn.traversal.ModelWalker.lambda$walk$0(ModelWalker.java:69)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at io.camunda.zeebe.model.bpmn.traversal.ModelWalker.walk(ModelWalker.java:63)
	at io.camunda.zeebe.engine.processing.deployment.transform.BpmnValidator.validate(BpmnValidator.java:40)
	at io.camunda.zeebe.engine.processing.deployment.transform.BpmnResourceTransformer.transformResource(BpmnResourceTransformer.java:65)
	at io.camunda.zeebe.engine.processing.deployment.transform.DeploymentTransformer.transformResource(DeploymentTransformer.java:120)
	at io.camunda.zeebe.engine.processing.deployment.transform.DeploymentTransformer.transform(DeploymentTransformer.java:97)
	at io.camunda.zeebe.engine.processing.deployment.DeploymentCreateProcessor.processRecord(DeploymentCreateProcessor.java:100)
	at io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor.processRecord(TypedRecordProcessor.java:54)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.lambda$processInTransaction$3(ProcessingStateMachine.java:300)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbTransaction.run(InMemoryDbTransaction.java:47)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.processInTransaction(ProcessingStateMachine.java:290)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.processCommand(ProcessingStateMachine.java:253)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.tryToReadNextRecord(ProcessingStateMachine.java:213)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.readNextRecord(ProcessingStateMachine.java:189)
	at io.camunda.zeebe.util.sched.ActorJob.invoke(ActorJob.java:79)
	at io.camunda.zeebe.util.sched.ActorJob.execute(ActorJob.java:44)
	at io.camunda.zeebe.util.sched.ActorTask.execute(ActorTask.java:122)
	at io.camunda.zeebe.util.sched.ActorThread.executeCurrentTask(ActorThread.java:97)
	at io.camunda.zeebe.util.sched.ActorThread.doWork(ActorThread.java:80)
	at io.camunda.zeebe.util.sched.ActorThread.run(ActorThread.java:189)
Caused by: java.lang.ClassCastException: class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl cannot be cast to class io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance (org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl and io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance are in unnamed module of loader 'app')
	at io.camunda.zeebe.model.bpmn.traversal.ModelWalker.lambda$walk$0(ModelWalker.java:66)
	... 20 common frames omitted

Full Stacktrace

11:08:46.571 [-zb-actors-5] DEBUG io.camunda.zeebe.logstreams - Configured log appender back pressure at partition 1 as AppenderVegasCfg{initialLimit=1024, maxConcurrency=32768, alphaLimit=0.7, betaLimit=0.95}. Window limiting is disabled
11:08:46.632 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
11:08:46.634 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
11:08:46.634 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 17
11:08:46.635 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
11:08:46.635 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
11:08:46.637 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
11:08:46.637 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
11:08:46.638 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
11:08:46.639 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @29ca901e
11:08:46.640 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): unavailable
11:08:46.641 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
11:08:46.650 [main] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 10678697984 bytes (maybe)
11:08:46.650 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: C:\Users\INGORI~1\AppData\Local\Temp (java.io.tmpdir)
11:08:46.650 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
11:08:46.650 [main] DEBUG io.netty.util.internal.PlatformDependent - Platform: Windows
11:08:46.651 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes
11:08:46.651 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
11:08:46.653 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available
11:08:46.653 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
11:08:46.904 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16
11:08:46.926 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
11:08:46.926 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
11:08:46.932 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
11:08:46.932 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
11:08:46.942 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
11:08:47.048 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
11:08:47.048 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 16
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 16
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0
11:08:47.049 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
11:08:47.050 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
11:08:47.080 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 23688 (auto-detected)
11:08:47.082 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
11:08:47.082 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
11:08:47.092 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.util.NetUtilInitializations - Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
11:08:47.092 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.util.NetUtil - Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
11:08:47.135 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 4c:1d:96:ff:fe:b6:89:ba (auto-detected)
11:08:47.151 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
11:08:47.151 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
11:08:47.151 [grpc-nio-boss-ELG-1-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
11:08:47.165 [-zb-actors-4] DEBUG io.camunda.zeebe.logstreams - Recovering state of partition 1 from snapshot
11:08:47.316 [-zb-actors-4] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@1a8149f0)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@5269d64, clock: io.camunda.zeebe.el.impl.ZeebeFeelEngineClock@9c56714, configuration: Configuration(false)]
11:08:47.424 [-zb-actors-4] INFO io.camunda.zeebe.logstreams - Recovered state of partition 1 from snapshot at position -1
11:08:47.440 [-zb-actors-4] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@64c6666c)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@2a2619bf, clock: io.camunda.zeebe.el.impl.ZeebeFeelEngineClock@48b880af, configuration: Configuration(false)]
11:08:47.452 [-zb-actors-4] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@3322b905)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@3ee37759, clock: io.camunda.zeebe.el.impl.ZeebeFeelEngineClock@289abd8e, configuration: Configuration(false)]
11:08:47.455 [-zb-actors-4] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@48566245)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@61e159c3, clock: io.camunda.zeebe.el.impl.ZeebeFeelEngineClock@68d783ea, configuration: Configuration(false)]
11:08:47.523 [-zb-actors-4] INFO org.camunda.dmn.DmnEngine - DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4b17ff1)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@6c40e3c2, audit-loggers: List(), configuration: Configuration(false,false,false)]
11:08:47.523 [-zb-actors-4] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@9ccbc09)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@6c40e3c2, clock: SystemClock, configuration: Configuration(false)]
11:08:47.563 [-zb-actors-4] INFO org.camunda.dmn.DmnEngine - DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@7c187374)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@6c40e3c2, audit-loggers: List(), configuration: Configuration(false,false,false)]
11:08:47.564 [-zb-actors-4] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@144c55d7)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@6c40e3c2, clock: SystemClock, configuration: Configuration(false)]
11:08:47.612 [-zb-actors-4] INFO io.camunda.zeebe.processor - Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
11:08:47.612 [-zb-actors-4] INFO io.camunda.zeebe.processor - Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
11:08:47.619 [-zb-actors-4] INFO io.camunda.zeebe.engine.state.migration - Starting processing of migration tasks (use LogLevel.DEBUG for more details) ... 
11:08:47.620 [-zb-actors-4] DEBUG io.camunda.zeebe.engine.state.migration - Found 3 migration tasks: ProcessMessageSubscriptionSentTimeMigration, MessageSubscriptionSentTimeMigration, TemporaryVariableMigration
11:08:47.628 [-zb-actors-4] INFO io.camunda.zeebe.engine.state.migration - Skipping ProcessMessageSubscriptionSentTimeMigration migration (1/3).  It was determined it does not need to run right now.
11:08:47.628 [-zb-actors-4] INFO io.camunda.zeebe.engine.state.migration - Skipping MessageSubscriptionSentTimeMigration migration (2/3).  It was determined it does not need to run right now.
11:08:47.629 [-zb-actors-4] INFO io.camunda.zeebe.engine.state.migration - Skipping TemporaryVariableMigration migration (3/3).  It was determined it does not need to run right now.
11:08:47.629 [-zb-actors-4] INFO io.camunda.zeebe.engine.state.migration - Completed processing of migration tasks (use LogLevel.DEBUG for more details) ... 
11:08:47.629 [-zb-actors-4] DEBUG io.camunda.zeebe.engine.state.migration - Executed 0 migration tasks: 
11:08:47.915 [grpc-default-executor-0] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true
11:08:47.916 [grpc-default-executor-0] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true
11:08:47.917 [grpc-default-executor-0] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@16e865e0
11:08:47.960 [grpc-default-executor-0] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096
11:08:47.960 [grpc-default-executor-0] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8
11:08:47.960 [grpc-default-executor-0] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.chunkSize: 32
11:08:47.960 [grpc-default-executor-0] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.blocking: false
11:08:47.974 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] OUTBOUND SETTINGS: ack=false settings={ENABLE_PUSH=0, MAX_CONCURRENT_STREAMS=0, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=8192}
11:08:47.982 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] OUTBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041
11:08:47.982 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] OUTBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=2147483647, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=8192}
11:08:47.983 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] OUTBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041
11:08:47.987 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] INBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=2147483647, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=8192}
11:08:47.987 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] INBOUND SETTINGS: ack=false settings={ENABLE_PUSH=0, MAX_CONCURRENT_STREAMS=0, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=8192}
11:08:47.988 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] OUTBOUND SETTINGS: ack=true
11:08:47.988 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] OUTBOUND SETTINGS: ack=true
11:08:47.989 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] INBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041
11:08:48.000 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] INBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041
11:08:48.001 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] INBOUND SETTINGS: ack=true
11:08:48.001 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] INBOUND SETTINGS: ack=true
11:08:48.012 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] OUTBOUND HEADERS: streamId=3 headers=GrpcHttp2OutboundHeaders[:authority: 0.0.0.0:26500, :path: /gateway_protocol.Gateway/DeployResource, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: zeebe-client-java/8.0.2 grpc-java-netty/1.45.1, grpc-accept-encoding: gzip, grpc-timeout: 9874822u] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
11:08:48.018 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] OUTBOUND DATA: streamId=3 padding=0 endStream=true length=18923 bytes=00000049e60ae293010a21737072696e74332d70726f636573732d62706d6e2d534947544147532e62706d6e12bb93013c3f786d6c2076657273696f6e3d2231...
11:08:48.021 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] INBOUND HEADERS: streamId=3 headers=GrpcHttp2RequestHeaders[:path: /gateway_protocol.Gateway/DeployResource, :authority: 0.0.0.0:26500, :method: POST, :scheme: http, te: trailers, content-type: application/grpc, user-agent: zeebe-client-java/8.0.2 grpc-java-netty/1.45.1, grpc-accept-encoding: gzip, grpc-timeout: 9874822u] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
11:08:48.032 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] INBOUND DATA: streamId=3 padding=0 endStream=false length=16384 bytes=00000049e60ae293010a21737072696e74332d70726f636573732d62706d6e2d534947544147532e62706d6e12bb93013c3f786d6c2076657273696f6e3d2231...
11:08:48.033 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] OUTBOUND PING: ack=false bytes=1234
11:08:48.034 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] INBOUND DATA: streamId=3 padding=0 endStream=true length=2539 bytes=314535313239445f677569222062706d6e456c656d656e743d227369642d33323241323435432d444634412d343245422d383741362d39463330393145353132...
11:08:48.034 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] INBOUND PING: ack=false bytes=1234
11:08:48.034 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] OUTBOUND PING: ack=true bytes=1234
11:08:48.035 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] INBOUND PING: ack=true bytes=1234
11:08:48.053 [-zb-actors-2] DEBUG com.netflix.concurrency.limits.limit.VegasLimit - New MinRTT 4.342
11:08:48.447 [-zb-actors-2] ERROR io.camunda.zeebe.broker.process - Unexpected error while processing resource 'sprint3-process-bpmn-SIGTAGS.bpmn'
java.lang.RuntimeException: Unable to process unknown element with name signavioMetaData
	at io.camunda.zeebe.model.bpmn.traversal.ModelWalker.lambda$walk$0(ModelWalker.java:69)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at io.camunda.zeebe.model.bpmn.traversal.ModelWalker.walk(ModelWalker.java:63)
	at io.camunda.zeebe.engine.processing.deployment.transform.BpmnValidator.validate(BpmnValidator.java:40)
	at io.camunda.zeebe.engine.processing.deployment.transform.BpmnResourceTransformer.transformResource(BpmnResourceTransformer.java:65)
	at io.camunda.zeebe.engine.processing.deployment.transform.DeploymentTransformer.transformResource(DeploymentTransformer.java:120)
	at io.camunda.zeebe.engine.processing.deployment.transform.DeploymentTransformer.transform(DeploymentTransformer.java:97)
	at io.camunda.zeebe.engine.processing.deployment.DeploymentCreateProcessor.processRecord(DeploymentCreateProcessor.java:100)
	at io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor.processRecord(TypedRecordProcessor.java:54)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.lambda$processInTransaction$3(ProcessingStateMachine.java:300)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbTransaction.run(InMemoryDbTransaction.java:47)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.processInTransaction(ProcessingStateMachine.java:290)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.processCommand(ProcessingStateMachine.java:253)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.tryToReadNextRecord(ProcessingStateMachine.java:213)
	at io.camunda.zeebe.engine.processing.streamprocessor.ProcessingStateMachine.readNextRecord(ProcessingStateMachine.java:189)
	at io.camunda.zeebe.util.sched.ActorJob.invoke(ActorJob.java:79)
	at io.camunda.zeebe.util.sched.ActorJob.execute(ActorJob.java:44)
	at io.camunda.zeebe.util.sched.ActorTask.execute(ActorTask.java:122)
	at io.camunda.zeebe.util.sched.ActorThread.executeCurrentTask(ActorThread.java:97)
	at io.camunda.zeebe.util.sched.ActorThread.doWork(ActorThread.java:80)
	at io.camunda.zeebe.util.sched.ActorThread.run(ActorThread.java:189)
Caused by: java.lang.ClassCastException: class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl cannot be cast to class io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance (org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl and io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance are in unnamed module of loader 'app')
	at io.camunda.zeebe.model.bpmn.traversal.ModelWalker.lambda$walk$0(ModelWalker.java:66)
	... 20 common frames omitted
11:08:48.454 [-zb-actors-2] DEBUG com.netflix.concurrency.limits.limit.VegasLimit - New MinRTT 0.109
11:08:48.457 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] OUTBOUND HEADERS: streamId=3 headers=GrpcHttp2OutboundHeaders[:status: 200, content-type: application/grpc, grpc-status-details-bin: CAMS4QFDb21tYW5kICdDUkVBVEUnIHJlamVjdGVkIHdpdGggY29kZSAnSU5WQUxJRF9BUkdVTUVOVCc6IEV4cGVjdGVkIHRvIGRlcGxveSBuZXcgcmVzb3VyY2VzLCBidXQgZW5jb3VudGVyZWQgdGhlIGZvbGxvd2luZyBlcnJvcnM6CidzcHJpbnQzLXByb2Nlc3MtYnBtbi1TSUdUQUdTLmJwbW4nOiBVbmFibGUgdG8gcHJvY2VzcyB1bmtub3duIGVsZW1lbnQgd2l0aCBuYW1lIHNpZ25hdmlvTWV0YURhdGE, grpc-status: 3, grpc-message: Command 'CREATE' rejected with code 'INVALID_ARGUMENT': Expected to deploy new resources, but encountered the following errors:%0A'sprint3-process-bpmn-SIGTAGS.bpmn': Unable to process unknown element with name signavioMetaData] padding=0 endStream=true
11:08:48.459 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] INBOUND HEADERS: streamId=3 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-status-details-bin: CAMS4QFDb21tYW5kICdDUkVBVEUnIHJlamVjdGVkIHdpdGggY29kZSAnSU5WQUxJRF9BUkdVTUVOVCc6IEV4cGVjdGVkIHRvIGRlcGxveSBuZXcgcmVzb3VyY2VzLCBidXQgZW5jb3VudGVyZWQgdGhlIGZvbGxvd2luZyBlcnJvcnM6CidzcHJpbnQzLXByb2Nlc3MtYnBtbi1TSUdUQUdTLmJwbW4nOiBVbmFibGUgdG8gcHJvY2VzcyB1bmtub3duIGVsZW1lbnQgd2l0aCBuYW1lIHNpZ25hdmlvTWV0YURhdGE, grpc-status: 3, grpc-message: Command 'CREATE' rejected with code 'INVALID_ARGUMENT': Expected to deploy new resources, but encountered the following errors:%0A'sprint3-process-bpmn-SIGTAGS.bpmn': Unable to process unknown element with name signavioMetaData] padding=0 endStream=true
11:08:48.466 [grpc-nio-worker-ELG-3-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x29e4a417, L:/127.0.0.1:57276 - R:/127.0.0.1:26500] OUTBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes=
11:08:48.467 [grpc-nio-worker-ELG-3-5] DEBUG io.grpc.netty.NettyServerHandler - [id: 0x9fe259f5, L:/127.0.0.1:26500 - R:/127.0.0.1:57276] INBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes=
11:08:48.476 [-zb-actors-4] DEBUG io.camunda.zeebe.logstreams - Closed stream processor controller Broker-0-StreamProcessor-1.
11:08:48.476 [-zb-actors-3] INFO io.camunda.zeebe.logstreams - Close appender for log stream null
11:08:48.477 [-zb-actors-3] DEBUG io.camunda.zeebe.dispatcher - Dispatcher closed
11:08:48.477 [-zb-actors-3] INFO io.camunda.zeebe.logstreams - On closing logstream null close 3 readers
11:08:48.477 [main] DEBUG io.camunda.zeebe.util.actor - Closing actor thread ground '-zb-fs-workers'
11:08:48.478 [main] DEBUG io.camunda.zeebe.util.actor - Closing actor thread ground '-zb-fs-workers': closed successfully
11:08:48.478 [main] DEBUG io.camunda.zeebe.util.actor - Closing actor thread ground '-zb-actors'
11:08:48.482 [main] ERROR io.camunda.zeebe.process.test.extension.ZeebeProcessTestExtension - ===== Test failed!
11:08:48.487 [main] INFO io.camunda.zeebe.process.test.filters.logger.IncidentLogger - 
11:08:48.494 [-zb-actors-4] DEBUG io.camunda.zeebe.util.actor - Closing actor thread ground '-zb-actors': closed successfully
11:08:48.494 [main] INFO io.camunda.zeebe.process.test.filters.logger.RecordStreamLogger - 
The following records have been recorded during this test:
| COMMAND             DEPLOYMENT                         CREATE                        | (Processes: [sprint3-process-bpmn-SIGTAGS.bpmn])
| COMMAND_REJECTION   DEPLOYMENT                         CREATE                        | (Processes: [sprint3-process-bpmn-SIGTAGS.bpmn])

Environment:

  • OS: Windows
  • Zeebe Version: 8.0.2
  • Configuration: zeebe-process-test-extension
@ingorichtsmeier ingorichtsmeier added the kind/bug Categorizes an issue or PR as a bug label May 20, 2022
@saig0
Copy link
Member

saig0 commented May 23, 2022

This issue is a duplicate of #4817.
It is also related to #9438.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes an issue or PR as a bug
Projects
None yet
Development

No branches or pull requests

3 participants