Hi, the WarpFleet CLI is fixed, it manages dependencies. To update: npm install -g @senx/warpfleet
Best regards. Le vendredi 10 juillet 2020 16:43:08 UTC+2, Mathias Herberts a écrit : > > There is an issue with the current version of the WarpFleet cli which does > not correctly fetch the dependencies declared in the .pom files. > > We have published a version of the Protobuf extension as an uberjar, check > version 1.1.0-uberjar, it should solve your issue. > > WarpFleet will be fixed in an upcoming release. > > On Friday, July 10, 2020 at 5:35:47 AM UTC+2, Taylor McKinnon wrote: >> >> 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/8f59a944-58bc-4492-8d0e-0fc151e683f1o%40googlegroups.com.
