Share 
Follow 
AboutDownloadsDocumentsForumsSource CodeIssuesNews
Date:
2020-05-18 15:21
Priority:
3
State:
Open
Submitted by:
Guillaume Durandau (gdurandau)
Assigned to:
Nobody (None)
Summary:
This site can’t be reached

Detailed description
The visualizer does not show the model.
From the Java exception:
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.Net.bind(Net.java:425)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:326)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:244)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:384)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
[catch] at org.eclipse.jetty.JettyMain.startServer(JettyMain.java:101)
at org.eclipse.jetty.JettyMain.main(JettyMain.java:68)
at org.opensim.view.pub.ViewDB$1VizWorker.construct(ViewDB.java:1306)
at org.opensim.swingui.SwingWorker$2.run(SwingWorker.java:130)
at java.lang.Thread.run(Thread.java:748)

I tried to close some of the running software to free the port but it did not work.
Can the port be changed ?

Add A Comment: Notepad

Message  ↓
Date: 2020-05-18 17:15
Sender: Ayman Habib

It's likely that the error is due to another running instance of OpenSim using the same port, if you're sure it's a different program however then you can change the port by changing the line that launches opensim (in etc/opensim.conf) and adding the string -Dopensim.port=#new_port_number

No Changes Have Been Made to This Item

Feedback