remyhaemmerle-da commented on issue #1525: URL: https://github.com/apache/pekko/issues/1525#issuecomment-2402814148
Here is the stack trace. ``` [error] java.lang.UnsupportedOperationException: Cannot set attributes on chained ops from a junction output port [error] at org.apache.pekko.stream.scaladsl.GraphDSL$Implicits$PortOpsImpl.withAttributes(Graph.scala:1854) [error] at org.apache.pekko.stream.scaladsl.GraphDSL$Implicits$PortOpsImpl.withAttributes(Graph.scala:1845) [error] at org.apache.pekko.stream.scaladsl.FlowOps.zipWithIndex(Flow.scala:3310) [error] at org.apache.pekko.stream.scaladsl.FlowOps.zipWithIndex$(Flow.scala:3307) [error] at org.apache.pekko.stream.scaladsl.GraphDSL$Implicits$PortOpsImpl.zipWithIndex(Graph.scala:1845) [error] at Example$.$anonfun$g$2(Example.scala:33) [error] at org.apache.pekko.stream.scaladsl.GraphApply.createGraph(GraphApply.scala:53) [error] at org.apache.pekko.stream.scaladsl.GraphApply.createGraph$(GraphApply.scala:50) [error] at org.apache.pekko.stream.scaladsl.GraphDSL$.createGraph(Graph.scala:1589) [error] at Example$.delayedEndpoint$Example$1(Example.scala:24) [error] at Example$delayedInit$body.apply(Example.scala:6) [error] at scala.Function0.apply$mcV$sp(Function0.scala:42) [error] at scala.Function0.apply$mcV$sp$(Function0.scala:42) [error] at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17) [error] at scala.App.$anonfun$main$1(App.scala:98) [error] at scala.App.$anonfun$main$1$adapted(App.scala:98) [error] at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:619) [error] at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:617) [error] at scala.collection.AbstractIterable.foreach(Iterable.scala:935) [error] at scala.App.main(App.scala:98) [error] at scala.App.main$(App.scala:96) [error] at Example$.main(Example.scala:6) [error] at Example.main(Example.scala) [error] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) [error] at java.base/java.lang.reflect.Method.invoke(Method.java:580) [error] stack trace is suppressed; run last Compile / run for the full output [error] (Compile / run) java.lang.UnsupportedOperationException: Cannot set attributes on chained ops from a junction output port [error] Total time: 7 s, completed Oct 9, 2024, 6:41:49 PM ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
