Erfan-Shooraj / ifc2b3dm

MIT License
70 stars 35 forks source link

some error happen about localhost,please give some advice #4

Closed BL961118 closed 5 years ago

BL961118 commented 5 years ago

I have modified the localhost address as my address(8082),but the program reported an error ,saying the address is still 2020.The following is part of error: Exception in thread "main" org.bimserver.shared.reflector.ReflectorException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:2020 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect at org.bimserver.shared.json.JsonSocketReflector.call(JsonSocketReflector.java:95) at org.bimserver.shared.json.JsonReflector.callMethod(JsonReflector.java:58) at org.bimserver.generated.AuthInterfaceImpl1.login(AuthInterfaceImpl1.java) at org.bimserver.client.BimServerClient.authenticate(BimServerClient.java:130) at org.bimserver.client.BimServerClient.connect(BimServerClient.java:122) at org.bimserver.client.BimServerClient.setAuthentication(BimServerClient.java:115) at org.bimserver.client.json.JsonBimServerClientFactory.create(JsonBimServerClientFactory.java:68) at ifcconverter.Main.main(Main.java:50)