OnlineJudge
OnlineJudge copied to clipboard
Java submission waiting for infinite time!
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
but If there's a compilation error, it shows CE.
and increasing memory limit of java language didn't help :)
maybe you can find some error message in log files?
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.
other languages like Python, C are okay
见过这个问题,打开浏览器开发者工具,看Network 栏可以看到这个提交的信息,problem id 有问题,导致服务器传回的信息有问题,然乎导致页面的js 运行错误,然后是一直显示提交状态
请问解决了吗? 我目前也出现这个问题