shaunvip

Results 11 comments of shaunvip

any suggestions here

> Seems this this one is throwing a circular bean issue. Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'MYJOB': Requested bean is currently in creation: Is there an unresolvable...

![Screenshot 2022-11-25 at 5 28 16 PM](https://user-images.githubusercontent.com/95014176/203981411-a4be94f1-c8a8-44c9-a010-5628ef82c555.png) I can see here expected and stdin are same

yes I am doing the same @denishotii See here

My payLoad source_code: public+class+Main%7B%0A++public+static+void+main(String+args%5B%5D)%7B%0A++++System.out.println(%22hello%22)%3B%0A++%7D%0A%7D%0A language_id: 62 number_of_runs: 1 stdin: expected_output: hello cpu_time_limit: 2 cpu_extra_time: 0.5 wall_time_limit: 5 memory_limit: 128000 stack_limit: 64000 max_processes_and_or_threads: 60 enable_per_process_and_thread_time_limit: false enable_per_process_and_thread_memory_limit: false max_file_size: 1024

`const JAVA_KEY = "62"; const CPP_KEY = "53"; const PYTHON_KEY = "70"; const BASE_URL = "http://127.0.0.1:2358/submissions" function codeEditor(lang_id) { var editor = ace.edit("editor"); editor.setTheme("ace/theme/twilight"); console.log("id" + lang_id ) $(document).ready(function ()...

@denishotii Submission Create (0.6ms) INSERT INTO "submissions" ("source_code", "language_id", "stdin", "expected_output", "status_id", "created_at", "token", "number_of_runs", "cpu_time_limit", "cpu_extra_time", "wall_time_limit", "memory_limit", "stack_limit", "max_processes_and_or_threads", "enable_per_process_and_thread_time_limit", "enable_per_process_and_thread_memory_limit", "max_file_size", "redirect_stderr_to_stdout", "enable_network") VALUES ($1, $2, $3,...

it returns same even from postman any idea for this judge0-worker-1 | isolate --cg -s -b 11 -M /var/local/lib/isolate/11/metadata.txt --stderr-to-stdout -i /dev/null -t 15.0 -x 0 -w 20.0 -k 128000...