Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't log in using given credentials to IRIS #1

Closed
samrwise opened this issue Oct 8, 2019 · 5 comments
Closed

Can't log in using given credentials to IRIS #1

samrwise opened this issue Oct 8, 2019 · 5 comments

Comments

@samrwise
Copy link

samrwise commented Oct 8, 2019

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)

@gordonparikh
Copy link
Contributor

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

@samrwise
Copy link
Author

samrwise commented Oct 8, 2019

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.

@gordonparikh
Copy link
Contributor

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.

@DougLau-MNIT
Copy link
Collaborator

@samrwise did you find a solution to this problem?

@DougLau-MNIT
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants