OnlineJudge icon indicating copy to clipboard operation
OnlineJudge copied to clipboard

Java submission waiting for infinite time!

Open hygoni opened this issue 5 years ago • 6 comments

Other languages are ok, but java doens't finish the submission. just waiting all the time. it doesn't produce ERROR.

I read 'common problems' of the documentation page, but I couldn't solve this problem.

ENVIRONMENT : Browser : latest Firefox, Chrome, Edge Version : Latest OnlineJudgeDeploy

ErrorLogs : data.zip (I can't find any log for this problem, but I upload it 'cause it may help you.)

EXPLANNG THE SITUATION:

If I submit normal java source code (with no error), it waits for infinite time

image

but If there's a compilation error, it shows CE.

image

hygoni avatar Sep 21 '19 16:09 hygoni

and increasing memory limit of java language didn't help :)

hygoni avatar Sep 21 '19 16:09 hygoni

maybe you can find some error message in log files?

virusdefender avatar Sep 22 '19 06:09 virusdefender

I tried to find it, but nothing found. to be more specific, I found some logs. but not a log of the problem I am suffering

there's
Connection Refused Error and Compile Error in judge_server.log but I solved the problem of Connection Refused Error so other languages work fine now.

and Compile Error is an error of a java code that really has Compile Error. a normal code doesn't produce the Compile Error log.

hygoni avatar Sep 22 '19 12:09 hygoni

other languages like Python, C are okay

hygoni avatar Sep 22 '19 13:09 hygoni

见过这个问题,打开浏览器开发者工具,看Network 栏可以看到这个提交的信息,problem id 有问题,导致服务器传回的信息有问题,然乎导致页面的js 运行错误,然后是一直显示提交状态

storytellerF avatar Dec 02 '19 14:12 storytellerF

请问解决了吗? 我目前也出现这个问题 image

xia0ne avatar Mar 11 '23 06:03 xia0ne