opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
171 stars 87 forks source link

Which version of bimvie.ws corresponds to BIMserver-1.4.0-FINAL-2015-11-04? #51

Closed garview closed 8 years ago

garview commented 8 years ago

i have tried bimvie.ws-1.3.11-FINAL-2016-01-07 and bimviews-1.3.9-FINAL-2014-11-21. They are not working properly, and the errors are different.

rubendel commented 8 years ago

This question has been answered before, the BIMvie.ws that came with BIMserver 1.4 and BIMserver 1.4, those versions work together.

When you post issues, at least include the error message. The fact that they are different between versions does not give a whole lot of information.

garview commented 8 years ago

Please forgive me for my unclear expression. Now i use the bimvie.ws which is from BIMserver-1.4.0-FINAL-2015-11-04.jar. Everything is fine in bimviews page. But example1.html cannt work properly. Open example1.html which in the bimvie.ws/js/bimsurfer path , and then enter the connection information click on the link. The page is not working properly. error msg in console:

  1. http://127.0.0.1:8080/js/bimserverapi.js?_=1461119828908 Failed to load resource: the server responded with a status of 404 (Not Found)
  2. bimserverapibootstrap.js:27 error Could not connect
  3. bimserverapibootstrap.js:35 Uncaught TypeError: errorCallback is not a function

Then, I make a copy from BimServer/www/js/bimserverapi_BimServerApi.js and rename it to bimserverapi.js, try again. Of course, it doesn't work.

What should I do to get bimviews/js/bimsurfer/example1.html to work?

garview commented 8 years ago

Tested, this example1.html problem exists in multiple versions, not only BIMserver-1.4.0-FINAL-2015-11-04.