I was running app engine flexible with jetty9 custom runtime , google cloud endpoints also The app worked I have made a few changes and re deployed the app after couples a days.
The app now returns an error every time I make an API request: no such method Javax/ws/rs/core/MultivaluedMap Strange thing the app works extermely fine when I run it local using gradle appRun But when I upload it I get the error stated above. upload the app using gradle appengineDeploy So it works locally crashes when I deploy any suggestions how to fix this, I have seen that this error is caused by multiple versions of the same library but there is only one version for it when I looked at dependency hierarchy. My latest gradle file is : My gradle file <https://drive.google.com/file/d/1hZMOiLcEQL2o4-HQNK73y4DBd-Xj9bbO/view?usp=sharing> Docker file : Docker file <https://drive.google.com/file/d/1-8jKLql_F1gZxYrdyIWPUHzrWKY4SB6d/view?usp=sharing> App.yaml : App.yaml <https://drive.google.com/file/d/1-4ERaWCVM1PCjJXFIPuRO7QXKjGQRQYk/view?usp=sharing> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d7f15149-4d0f-48d2-91f1-69db915262ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
