I am currently using a docker image derived from the official warp 10 image where I manually download the deps from maven and install them into the /opt/warp10/lib/ directory. (The Dockerfile for the image can be found here <https://github.com/scality/utapi/blob/74b588088d07335dec67dd6390bac810e2f10c81/images/warp10/Dockerfile>)
I have also tried using warpfleet but received the same error. On Thursday, July 9, 2020 at 5:45:07 AM UTC-7 Fabien Tencé wrote: > 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/63ec4aa2-332e-463a-a5f7-ebd0c24c4cban%40googlegroups.com.
