Hi, If you installed the extension downloading the jar from https://warpfleet.senx.io/browse/io.warp10/warp10-ext-protobuf and adding it to the classpath, you also need to do that for the 2 dependencies. If you used the WarpFleet CLI (https://warpfleet.senx.io/doc#cookbook, section retrieve an artifact), the dependencies should have already been pulled and this is another problem.
On Thursday, July 9, 2020 at 12:50:22 AM UTC+2 [email protected] wrote: > > Hi, > > I'm trying to install the newly released Warp10 protobuf extension. I am > able to install and configure it, and am able to see it load in the logs, > however the first call to PROTOC causes an exception. > > warp10_1 | Exception in thread "[Warp Macro Repository > (/usr/local/share/warpscript)" java.lang.NoSuchMethodError: > com.google.protobuf.DescriptorProtos$FileDescriptorProto.getDependencyList()Lcom/google/protobuf/ProtocolStringList; > > warp10_1 | at io.warp10.ext.protobuf.PROTOC.apply(PROTOC.java:212) > warp10_1 | at > io.warp10.script.MemoryWarpScriptStack.exec(MemoryWarpScriptStack.java:873) > warp10_1 | at > io.warp10.script.MemoryWarpScriptStack.execMulti(MemoryWarpScriptStack.java:512) > > warp10_1 | at > io.warp10.script.WarpScriptMacroRepository.loadMacro(WarpScriptMacroRepository.java:485) > warp10_1 > | at > io.warp10.script.WarpScriptMacroRepository.run(WarpScriptMacroRepository.java:193) > > The full logs are posted here > https://gist.github.com/tmacro/766c16fcb7213a5628966b7f7f91be27 > -- You received this message because you are subscribed to the Google Groups "Warp 10 users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/warp10-users/18205d93-2c21-43c6-b3d0-684689fdfca4n%40googlegroups.com.
