opensourceBIM / BIMserver

The open source BIMserver platform
GNU Affero General Public License v3.0
1.56k stars 610 forks source link

"Endpoint with id [1-9] not found" #74

Closed nvogel87 closed 10 years ago

nvogel87 commented 10 years ago

Hey there,

i like to report an error, getting while exploring the webinterface. For example, when i open the Server info/Log section (12 entrys), then it calls: "Endpoint with id 8 not found". For now, everything is working fine, just want to let you know.

This is an fresh installed instance of the 1.3 RC6. I also got an similar error, at the beginning, while checkin my 2nd revision (Endpoint with id 3 not found) Please let me know, if you need more information. By the Way, great work!

Link to Server Logoutput: http://nopaste.info/d901a27213.html

Regards, Nico Vogel

dlabz commented 10 years ago

I just tested on a fresh machine and couldn't recreate. Than I updated the old server, by removing ROOT folder in tomcat, added new ROOT.war and got the endpoint issue.

nvogel87 commented 10 years ago

Hi dlabz,

first of all, thank you for your reply! I just reproduced this issue again with an fresh instance of RC6. Here is my whole logoutput: http://nopaste.info/519221e01b.html

After extracting / starting the server i added 1 user, 1 project and checked in 2 revisions (checkin dialog didnt react after some secounds and have to be closed manually). Then i got the endpoint message. Why do i encounter this issue without moving every root folder or something?

rubendel commented 10 years ago

Granted there should be a clearer message (instead of hanging) on the client-side. The logs however clearly indicate that the IfcEngine could not be loaded. I am pretty sure that's the problem here.

If you are not using the geometry features (such as viewing in BIMsurfer), you can disable generating geometry on checkin (Server Settings). Could you please try this anyways and see whether the error about the endpoints is gone after that?

nvogel87 commented 10 years ago

Hey Ruben,

i didnt recognized that its not loading the ifcengine, sorry about that. However, after a restart its loading the IfcEngine Plugin without problems. This hanging issue seems to be an mozilla firefox problem. Now i disabled generating geometry on checkin and uploaded a new revision (http://nopaste.info/92a6ccbb5d.html). The endpoint issue was reported again, but the revision is checked in with all its objects.

The endpoint problem also occures (sometimes) while downloading a revision by Query with BimQL (Select $Var1 Where $Var1.EntityType = IfcSpace). This is what the server says: http://nopaste.info/db33aab1ad.html

Thanks in advance!

dlabz commented 10 years ago

BimQL might not be fully compatible with latest BIMServer. It's a separate project, and I'm not sure it's being updated regularly.