Re: Beam app submit randomly failed with java.lang.ClassNotFoundException: nonapi.io.github.classgraph.utils.URLPathEncoder

2023-01-26 Thread Tomo Suzuki via user
Step 1: Try to identify which artifact is supposed to contain nonapi.io.github.classgraph.utils.URLPathEncoder Your IDE helps this. Step 2: Get dependency graph of your project (mvn dependency:tree or gradlew dependencies). On Thu, Jan 26, 2023 at 19:30 Lydian wrote: > Hi, > > I found that my

Re: Apache beam error java

2024-10-29 Thread Tomo Suzuki via user
I think you have incompatible library versions in your dependencies. Would you share your dependency graph? On Tue, Oct 29, 2024 at 8:05 PM Zack Culberson < zack.culber...@albertsons.com> wrote: > Hi team, > > I am currently seeing an error on some workers within our QA environment > that. The er