Troubleshooting Common Issues

On this page:


“Your server is starting up”

When logging in to IDAS, if you see the message “Your server is starting up” like in the screenshot below, that means the IDAS session is starting.

image-20240508-205130.png

If the session is stuck on that message for longer than expected, please keep that browser tab open. After 10-15 minutes, eventually an error message will display. At that point, please take a screenshot of the error message and send it to us at research-computing@uiowa.edu.

If you use a Windows machine, you can search for and use the “Snipping Tool” app to take a screenshot of the error message. If you use a Mac machine, this article has more info about how to take a screenshot https://support.apple.com/en-us/HT201361 

502 Bad Gateway / 400 Bad Request

  • Issue description: When you log into IDAS, the following message is displayed: 

image-20240508-203924.png
  • Solution:

    • Close the tab that contains the error message.

    • Follow the instructions here to clear the cache and cookies in your web browser. 

    • Close and reopen the web browser for the change to take effect.

    • Log into IDAS again.

 

  • In order to avoid this issue, if you are leaving your computer for a while or putting your computer into Sleep mode, please close the browser tabs that contain IDAS; your code will continue to run. When you log into IDAS again, you will be able to pick up your work where you left off.

 

  • Your IDAS session will end and your code will be terminated in one of these situations:

    • You manually stop your IDAS session by using the steps here - https://uiowa.atlassian.net/wiki/display/hpcdocs/Using+IDAS#UsingIDAS-ShuttingdownanIDASinstance, or: 

    • Your IDAS session has been idle for 18 hours with no activities. IDAS was originally designed for interactive work, so “activities” include logging into IDAS, clicking on the IDAS tab, and interacting with the IDAS interface in some way, such as uploading, downloading, and managing your files. Having code running doesn’t count as an interactive activity. If a user hasn’t logged into IDAS for 18 hours, their session will be automatically stopped to release resources for other users.

Jupyter Notebook - Session expires

  • Issue description: You have a notebook open and leave it untouched for a while. When you come back to the notebook later, you might notice the brown "error" button in your notebook like in the partial screenshot below.

    • This means that the authentication for your IDAS session has expired.

    • Notice the "Autosave Failed!" message next to the notebook's name. This means that any edits that are made to the notebook after the authentication expires will not be saved.

  • Solution:

    • Do nothing to the notebook, since new edits will not be saved.

    • Go back to the JupyterLab Launcher page.

      • If you don't have the JupyterLab Launcher page open, log in to your research or class instance at https://idas.uiowa.edu/. Then click the blue button "My Server" to access the JupyterLab Launcher page.

    • Refresh the page by pressing the F5 key. If you see the UI login page, log back in with your HawkID and password.

    • Go back to the notebook that you have been working on.

    • Save the notebook. The error button will disappear.

    • Please save your notebook regularly while you are working on it.

RStudio - Blank screen/Gray screen

  • Issue description: When you log in and start an RStudio instance, you get a blank/gray screen. This gray screen persists for at least 10 minutes.

  • Solution:

    • First, this issue could be due to RStudio struggling to load a large object from your previous workspace. Please follow the steps here to remove active sessions in RStudio. Please also see the section on preventing issues on that page: Removing Active Sessions in RStudio

    • If the solution above doesn't help, you can try resetting RStudio's state using the steps here: Resetting RStudio

    • Please contact research-computing@uiowa.edu if you need assistance.

RStudio - "Error occurred during transmission"

  • Issue description: When you log in and start an RStudio instance, this message is displayed:

RStudio - "R is taking longer to start than usual" / Status code 502

  • Issue description:

When you log in and start an RStudio instance, this message is displayed:

After about 5 minutes, the message changes to:

  • Solution:

RStudio - R Session Crashed

  • Issue description: when you log into RStudio in IDAS, the following message is displayed:

  • Solution:

    • Click OK. The dialogue will disappear

    • Use the steps here to shut down your server

    • Log into IDAS again

  • When you need to shut down RStudio, please do not click the power button in the top right corner of RStudio or use the Quit Session option in RStudio. Please use the steps here to shut down your server.

RStudio - "Status code 403"

  • Issue description: When you are running code in RStudio, you see this message in the RStudio Console:

          

  • Solution:

    • Please refresh the browser by hitting the F5 key on your keyboard.

RStudio - "Unexpected response from server"

  • Issue description: When you try to upload a file in RStudio, you get the following error message:

  • Solution:

1. RStudio might be having trouble uploading files from your computer to IDAS. We can use the Jupyter interface to upload files instead.

2. Go to the JupyterLab interface for your IDAS session: 

a. If you are using the "Research" instance in IDAS, navigate to the following URL (fill in your HawkID):

https://idas.uiowa.edu/research/user/HAWKID/lab

b. If you are using a class in IDAS,

i. The default URL of the IDAS tab in your web browser follows the following format for RStudio: https://notebooks.hpc.uiowa.edu/CLASS-NUMBER/user/HAWKID/rstudio/

 

ii. Copy that URL, paste it into the address bar of a new browser tab, then change the end of the URL from rstudio to lab, so that it looks like the following with your class number and your HawkID: https://notebooks.hpc.uiowa.edu/CLASS-NUMBER/user/HAWKID/lab/

 

iii. Press Enter. You will be redirected to a JupyterLab page.

3. From the JupyterLab page, click the Upload Files button, then select a file from your computer to upload to IDAS:

4. After the file has been uploaded using the Jupyter interface, it will be available in the RStudio interface as well.

Contact

If you have any questions or comments, please contact research-computing@uiowa.edu.