-
I'm running a pretty intensive randomization test on the R Studio server that involves interacting
My session timed out after 60 minutes and when I tried to log back in, I can't even access http://localhost:8787/ ! The log in page is not loading, so I can't check on the progress of my code. I killed my mox tunnel and opened a new one to see if I could load http://localhost:8787/ and that didn't work. Is there anything I can do? My R Studio server SLURM script is still running, but I guess I could end that too and just interrupt whatever is running. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Is your terminal throwing an error? Regardless, I suspect that the port 8787 didn't close properly after the session timeout. So, you need to kill the SSH session that's still occupying that port:
Then, you'll need to re-establish your tunnel and then the web browser URL should work (refresh the page). |
Beta Was this translation helpful? Give feedback.
-
Update: I started a randomization test and left for a few hours, came back and I had been signed out after 60 min of inactivity! I put in my user name and pw, but I can't sign in! When I click "Sign In," nothing happens and I am not directed to my R Studio server session. (ignore the "connection refused" error in the Terminal window, I was trying to tunnel in this morning using information from a previous SLURM script. I set up the tunnel correctly around 12 and haven't had any Terminal errors since) edited to include a description of what happens when I try to sign in |
Beta Was this translation helpful? Give feedback.
-
I created a modified script (found here). I get an error in my slurm.out: I'm also unable to tunnel into mox: Am I missing any code for the singularity container? |
Beta Was this translation helpful? Give feedback.
I created a modified script (found here). I get an error in my slurm.out:
I'm also unable to tunnel into mox:
Am I missing any code for the singularity container?