mnit-rtmc/iris

Can't log in using given credentials to IRIS

samrwise opened this issue · 5 comments

image

Hi, I just finished installing and trying to run IRIS, but it errors out after I used the given credentials of admin/atms_242.

Any insight on how to fix this?
----ERROR----
us.mn.state.dot.sonar.SonarException: Login timed out
at us.mn.state.dot.sonar.client.Client.waitLogin(Unknown Source)
at us.mn.state.dot.sonar.client.Client.login(Unknown Source)
at us.mn.state.dot.tms.client.SonarState.login(Unknown Source)
at us.mn.state.dot.tms.client.IrisClient.createSession(Unknown Source)
at us.mn.state.dot.tms.client.IrisClient.access$300(Unknown Source)
at us.mn.state.dot.tms.client.IrisClient$4.doInBackground(Unknown Source)
at us.mn.state.dot.tms.client.IrisClient$4.doInBackground(Unknown Source)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Do you have a server instance running? It looks like it's timing out so if you do have the server running then there's something preventing the client connecting to it

Do you have a server instance running? It looks like it's timing out so if you do have the server running then there's something preventing the client connecting to it

I am running a Fedora server on Hyper-V on Windows then downloading the jnlp file from the server via my local browser and running that file from command line (javaws filename.jnlp). Does the app need any special permissions to run? I am running it inside a private network.

I'm not too familiar with Hyper-V but I'd check that you can reach the SONAR port (TCP 1037) from the host. There might be a firewall or something preventing you from accessing it.

@samrwise did you find a solution to this problem?

@samrwise Feel free to reopen this issue if you need more help.