cc'ing user mailing list On Mon, Feb 12, 2018 at 12:40 PM, Puneet Kinra < [email protected]> wrote:
> Hi Gary > > Thanks for the response i am able to upload the jar but i when am pressing > the submit button > It keep on running but jar is not getting deployed. & even not getting any > logs > for the submission. is there any specific port need to be opened for this > Somebody also raise the same concern on stackoverflow > > *https://stackoverflow.com/questions/48158617/flink-cannot-submit-new-job > <https://stackoverflow.com/questions/48158617/flink-cannot-submit-new-job>* > > > On Mon, Feb 12, 2018 at 12:23 PM, Gary Yao <[email protected]> wrote: > >> Hi Puneet, >> >> Are you not able to upload the jars? If the jar upload already fails, can >> you >> try to upload from the command line using curl, and post the output? >> >> curl -v -X POST -H "Expect:" -F "jarfile=@/path/to/jarfile.jar" >> http://host:port/jars/upload >> >> Also, in the JobManager logs there might be some hints. >> >> Best, >> Gary >> >> On Sat, Feb 10, 2018 at 12:51 PM, Puneet Kinra < >> [email protected]> wrote: >> >>> Hi All >>> >>> I am unable to deposit jobs from frontend, no errors >>> are also getting generated. >>> >>> -- >>> *Cheers * >>> >>> *Puneet Kinra* >>> >>> *Mobile:+918800167808 <+91%2088001%2067808> | Skype : >>> [email protected] <[email protected]>* >>> >>> *e-mail :[email protected] >>> <[email protected]>* >>> >>> >>> >> > > > -- > *Cheers * > > *Puneet Kinra* > > *Mobile:+918800167808 <+91%2088001%2067808> | Skype : > [email protected] <[email protected]>* > > *e-mail :[email protected] > <[email protected]>* > > >
