Gradescope can sometimes not provide useful compilation messages when it fails to execute. Here are some things to check, which came up a lot in previous semesters.
Note: You are responsible for ensuring your submission goes through before the deadline. We encourage everyone to submit early to avoid/resolve any issues. The TAs will do their best to respond to last minute compilation issues on Ed Discussion, but cannot make any promises.
The autograder failed to execute correctly. Please ensure that your submission is valid. Contact your course staff for help in debugging this issue. Make sure to include a link to this page so that they can help you most effectively.
Getting this message upon submission? Please check the following before posting on Ed Discussion or going to office hours for help:
Did you submit ALL the required files listed at the “Files to Submit”
section of the assignment? This includes checking that you submitted .java
files and not .class
files. Please do not submit extra files.
Check the files you submitted to Gradescope. Do the names of the files appear
as folder/filename.java
? If so, please drag the files individually so that
they appear only as filename.java
. Do not submit a zip of files contained
inside a folder.
Are you in the default package? That means checking the top of all files to
make sure there is no statement like package src;
. Remove all these
statements and resubmit.
Are you getting a Jacoco Error? This means you are failing one of your own test cases, or one of your test cases is running in an infinite loop. Try fixing the test case you are failing, and if you can’t fix it by the deadline then just remove it and resubmit.
Do you have print statements? Make sure to delete these before submitting, especially if they are inside of a loop.
Did you accidentally modify any of our class or method headers? Undo those changes and resubmit.
Do your files compile locally? Files that don’t compile locally will most definitely not compile on Gradescope. Worth double-checking :)
Tried all the above and nothing worked? Please post your submission URL on Ed Discussion as a private post, and a TA will get back to you. Alternatively, you can come to office hours for help.
Gradescope, like most other websites, occasionally goes down for maintenance or system updates. During this time, you will see a message on their home page. Please wait a couple minutes (or however long it says to wait), and try again.
If the issue persists and is preventing you from submitting by the deadline, please alert the course staff by posting to Ed Discussion. We will extend the homework deadline if necessary.