You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
(3) |
Nov
|
Dec
(6) |
2010 |
Jan
(17) |
Feb
(12) |
Mar
(2) |
Apr
(4) |
May
(11) |
Jun
(8) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Léon v. B. <leo...@bi...> - 2011-05-05 14:19:26
|
o get an overview of the applications, expectations, perceptions, opinions, shortcomings and your own developments of the open source BIMserver.org we created a short survey. It consists of some 22 questions and should not take longer than 5 min. to fill in. All questions are optional, fill in only as much as you want. We would very much appreciate your feedback on this project and we are certain that this will help us with regard to future improvements, features and the general direction of this effort. Link to the survey: http://www.eSurveysPro.com/Survey.aspx?id=fd868919-cf74-4f2d-a28c-2373c767cbe7 <http://www.esurveyspro.com/Survey.aspx?id=fd868919-cf74-4f2d-a28c-2373c767cbe7> Any other (informal) feedback is also welcome. Thank you very much for your time, The BIMserver.org team |
From: Léon v. B. <leo...@bi...> - 2011-01-19 13:59:19
|
Hello BIMserver enthusiastics, The development of the open source BIMserver software is getting more and more professional. For the moment the development team is almost ready for a 1.0 stable release. To celebrate this fact, a release party is organised in the Netherlands next Tuesday. More info can be found on http://bimserver.org/blog/2010/12/23/bimserver-1-0-release-party/ You are more then welcome to join us! To help users with efficient and professional use of the BIMserver software, we have released a new part on the website called "services". You can find it on http://bimserver.org/service/ The BIMserver team now offers (non-profit) training, masterclasses and consultancy for professional users (of course the free mailinglists are also still available). You can also find a section with external (commercial) service suppliers. This section will be extended in the upcoming months as more and more companies start supplying commercial services for the open source BIMserver software. Exactly one week before the 1.0 release party, a 5th release candidate has gone public. The bugs from the RC4 were fixed and in that process the team found a few more enhancements could be made to some features. Feel free to testdrive the RC5 to get a feel of what the 1.0 stable will look like. Download it from http://download.bimserver.org Regards, The BIMserver.org team |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-08-09 09:51:14
|
Tim, Thank you for your feedback. This was a know issue and is fixed in the sourcecode. Try the latest nighlybuild for correct ifcXML export: http://tools.bimtoolset.org/BIMserver/latest%20nightlybuild/ <http://tools.bimtoolset.org/BIMserver/latest%20nightlybuild/> Met vriendelijke groeten, with kind regards, 敬上 Léon van Berlo -- Mobile:+31 6 42367465 Phone: +31 15 2763106 http://www.mynameise.com/berlotti Secretary: Org...@tn... +31 15 2763413 Visiting Address: Postal Address: Van Mourik Broekmanweg 6 P.O. Box 49 2628 XE Delft 2600 AA Delft The Netherlands ________________________________ From: Tim Lemoine [mailto:tim...@bb...] Sent: maandag 9 augustus 2010 10:39 To: bimserver-users Subject: [Bimserver-users] [Bug]: Export IfcXML When I try to read an IfcXML file, exported by the BIMServer, in my application I get an error “Undeclared namespace”. Meaning that the xml is malformed. This is because you are using “ifc:uos” as the starting tag for the data section, but you forgot to add the namespace to “ex:iso_10303_28”. I should be like this: <?xml version="1.0" encoding="UTF-8"?> <ex:iso_10303_28 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ifc="http://www.iai-tech.org/ifcXML/IFC2x3/FINAL" xmlns:ex= "urn:iso.org:standard:10303:part(28):version(2):xmlschema:common" xsi:schemaLocation= "urn:iso.org:standard:10303:part(28):version(2):xmlschema:common http://www.iai-tech.org/ifcXML/IFC2x3/FINAL/ex.xsd" version="2.0" > … <ifc:uos Regards Tim Lemoine Advisor WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.bbri.be <http://www.bbri.be/> This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Tim L. <tim...@bb...> - 2010-08-09 09:09:58
|
When I try to read an IfcXML file, exported by the BIMServer, in my application I get an error "Undeclared namespace". Meaning that the xml is malformed. This is because you are using "ifc:uos" as the starting tag for the data section, but you forgot to add the namespace to "ex:iso_10303_28". I should be like this: <?xml version="1.0" encoding="UTF-8"?> <ex:iso_10303_28 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ifc="http://www.iai-tech.org/ifcXML/IFC2x3/FINAL" xmlns:ex= "urn:iso.org:standard:10303:part(28):version(2):xmlschema:common" xsi:schemaLocation= "urn:iso.org:standard:10303:part(28):version(2):xmlschema:common http://www.iai-tech.org/ifcXML/IFC2x3/FINAL/ex.xsd" version="2.0" > ... <ifc:uos Regards Tim Lemoine Advisor WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.bbri.be<http://www.bbri.be/> |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-06-23 13:20:03
|
Beste, U bent van harte welkom op het BIMserver Breakfast op 1 september 2010 te Utrecht. Na het succes van de afgelopen jaren is ook dit keer het concept onveranderd: neem een laptop mee en ga concreet (met behulp van filmpjes, tutorials, enz..) aan de slag met de open source BIMserver. Voor vragen, suggesties of problemen lopen experts van TNO rond ter ondersteuning. Daarnaast kunt u elk kwartier een korte presentatie bijwonen over diverse onderwerpen. Wij zorgen voor het ontbijt, internetaansluiting en natuurlijk koffie! Aan het eind van de ochtend ben je volledig op de hoogte van de nieuwste features en laatste ontwikkelingen rond BIM en de open source BIMserver. Ga naar http://breakfast.bimserver.org/ <http://breakfast.bimserver.org/> voor meer informatie en om je aan te melden. Schroom niet om ook uw relaties/klanten/collega's uit te nodigen! Met vriendelijke groeten, Léon van Berlo This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-06-23 12:37:03
|
Beste, U bent van harte welkom op het BIMserver Breakfast op 1 september 2010 te Utrecht. Na het succes van de afgelopen jaren is ook dit keer het concept onveranderd: neem een laptop mee en ga concreet (met behulp van filmpjes, tutorials, enz..) aan de slag met de open source BIMserver. Voor vragen, suggesties of problemen lopen experts van TNO rond ter ondersteuning. Daarnaast kunt u elk kwartier een korte presentatie bijwonen over diverse onderwerpen. Wij zorgen voor het ontbijt, internetaansluiting en natuurlijk koffie! Aan het eind van de ochtend ben je volledig op de hoogte van de nieuwste features en laatste ontwikkelingen rond BIM en de open source BIMserver. Ga naar http://breakfast.bimserver.org/ <http://breakfast.bimserver.org/> voor meer informatie en om je aan te melden. Schroom niet om ook uw relaties/klanten/collega's uit te nodigen! Met vriendelijke groeten, Léon van Berlo This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Bob K. <bim...@kl...> - 2010-06-07 11:55:32
|
Hi everybody, I'm Bob Kleuters, I am a BIM enthusiast and new to this mailing list. So here is my first post. I've been experimenting with the BIMserver for quite some time now and I was wondering whether or not it would be great to have some more control over the project structure. At this point one is free to create projects and sub project but there are some limitations (correct me if I'm wrong): 1 - The project names have to be unique. -> Therefor it is not possible to assign a sub project "Ground Floor" to the project "Architect" and "Structures" on the same server. 2 - There is no way to control the order of the projects. - > The display order of the projects is limited to the order in which they are created. 3 - Once a project is created, there is no way to change its name. I think it would be of great value to solve all three issues. I would assume that the last issue is relatively easy to solve by means of adding some way of editing project names in the Project Details page. The first two issues are probably more complex to solve and there are probably a dozen ways to do so... It made me think of the way Google expanded the functionality of its Gmail system most recently by offers a way to organise there *unique labels*(check: http://bit.ly/diXLl8). The way the hierarchy of the labels is organised could be easily adapted by the BIMserver. A sorted project overview (sorted by a-z) could look something like this: 01 Architect 01 Architect/01 Ground Floor 01 Architect/02 1st Floor 01 Architect/03 2nd Floor 02 Structures 02 Structures/01 Ground Floor 02 Structures/02 1st Floor 02 Structures/03 2nd Floor 03 MEP 03 MEP/01 Ground Floor 03 MEP/02 1st Floor 03 MEP/03 2nd Floor By doing all parties can have their "Ground Floor", maintaining all projects names unique en having hierarchy controlled. Hope this makes any sense :-) and is of any help. Kind Regards, Bob Kleuters ----------------------------------------------------------------------- *Kleuters bouwtechnologie* Ramlehweg 27-a 3061 JW Rotterdam *t *+31 (0)6 4302 4203 *f *+31 (0)84 8354 868 *w *www.kleutersbouwtechnologie.nl *e *in...@kl... ----------------------------------------------------------------------- |
From: Ruben de L. <ru...@lo...> - 2010-06-03 12:37:38
|
Hello Tim, Thanks again for pointing this out, this problem has been fixed, a new nightly build (not so nightly really) is available on the download page. Keep em coming :). Kind regards, Ruben de Laat On Tue, Jun 1, 2010 at 1:42 PM, Tim Lemoine <tim...@bb...> wrote: > Problems with the latest nightly build (20100601): the server can’t find any > jsp-pages. > > I ran 20100601_bimserver.jar and it extracted to “..\20100601_bimserver\..” > , but he is looking for the jsp-files in > “..\20100601_bimserver\20100601_bimserver\www\..” > > > > Regards > > > > Tim Lemoine > > Researcher > > WTCB - CSTC - WTB - BBRI > > > > Lozenberg 7 > > B-1932 Sint-Stevens-Woluwe > > Belgium > > Tel: +32 2 716 42 11 > > Fax: +32 2 725 32 12 > > http://www.bbri.be > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Bimserver-users mailing list > Bim...@li... > https://lists.sourceforge.net/lists/listinfo/bimserver-users > > |
From: Tim L. <tim...@bb...> - 2010-06-01 11:42:50
|
Problems with the latest nightly build (20100601): the server can't find any jsp-pages. I ran 20100601_bimserver.jar and it extracted to "..\20100601_bimserver\.." , but he is looking for the jsp-files in "..\20100601_bimserver\20100601_bimserver\www\.." Regards Tim Lemoine Researcher WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.bbri.be<http://www.bbri.be/> |
From: Léon v. B. <ma...@be...> - 2010-06-01 11:24:27
|
find a build of this morning on: http://tools.bimtoolset.org/BIMserver/latest%20nightlybuild/ Beware: your bug might NOT be solved. Clashdetection is work in progress at this moment. On Tue, Jun 1, 2010 at 12:29 PM, Berlo, L.A.H.M. (Leon) van < leo...@tn...> wrote: > Working on that right now! > Clash detection is work in progress every day. > I'm putting a new build online right now. > > > > ------------------------------ > *From:* Tim Lemoine [mailto:tim...@bb...] > *Sent:* dinsdag 1 juni 2010 12:28 > *To:* bimserver-users > *Subject:* [Bimserver-users] 0.8.3dev: Clash Detection > > > > I encounter a problem when I try to execute clash detection. > > > > org.apache.jasper.JasperException: An exception occurred processing JSP > page /clashes.jsp at line 11 > > > > 8: int rid = Integer.parseInt(request.getParameter("rid")); > > 9: SProject project = loginManager.getService().getProjectById(pid); > > 10: SRevision revision = loginManager.getService().getRevision(pid, > rid); > > 11: List<SClash> clashes = loginManager.getService().findClashes(pid, > rid); > > 12: if (clashes.isEmpty()) { > > 13: out.println("No clashes found"); > > 14: } else { > > > > Probably “loginManager.getService().findClashes(pid, rid);” doesn’t create > an instance of List<SClash>(); > > > > Regards > > > > Tim Lemoine > > Researcher > > WTCB - CSTC - WTB - BBRI > > > > Lozenberg 7 > > B-1932 Sint-Stevens-Woluwe > > Belgium > > Tel: +32 2 716 42 11 > > Fax: +32 2 725 32 12 > > http://www.bbri.be > > > > This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Bimserver-users mailing list > Bim...@li... > https://lists.sourceforge.net/lists/listinfo/bimserver-users > > |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-06-01 10:29:54
|
Working on that right now! Clash detection is work in progress every day. I'm putting a new build online right now. ________________________________ From: Tim Lemoine [mailto:tim...@bb...] Sent: dinsdag 1 juni 2010 12:28 To: bimserver-users Subject: [Bimserver-users] 0.8.3dev: Clash Detection I encounter a problem when I try to execute clash detection. org.apache.jasper.JasperException: An exception occurred processing JSP page /clashes.jsp at line 11 8: int rid = Integer.parseInt(request.getParameter("rid")); 9: SProject project = loginManager.getService().getProjectById(pid); 10: SRevision revision = loginManager.getService().getRevision(pid, rid); 11: List<SClash> clashes = loginManager.getService().findClashes(pid, rid); 12: if (clashes.isEmpty()) { 13: out.println("No clashes found"); 14: } else { Probably "loginManager.getService().findClashes(pid, rid);" doesn't create an instance of List<SClash>(); Regards Tim Lemoine Researcher WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.bbri.be <http://www.bbri.be/> This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Tim L. <tim...@bb...> - 2010-06-01 10:27:54
|
I encounter a problem when I try to execute clash detection. org.apache.jasper.JasperException: An exception occurred processing JSP page /clashes.jsp at line 11 8: int rid = Integer.parseInt(request.getParameter("rid")); 9: SProject project = loginManager.getService().getProjectById(pid); 10: SRevision revision = loginManager.getService().getRevision(pid, rid); 11: List<SClash> clashes = loginManager.getService().findClashes(pid, rid); 12: if (clashes.isEmpty()) { 13: out.println("No clashes found"); 14: } else { Probably "loginManager.getService().findClashes(pid, rid);" doesn't create an instance of List<SClash>(); Regards Tim Lemoine Researcher WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.bbri.be<http://www.bbri.be/> |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-05-31 10:40:23
|
Hi Tim, You can find all the info about the plugin at: http://www.bimserver.org/2009/05/25/revit-plugin-to-connect-to-bimserver/ <http://www.bimserver.org/2009/05/25/revit-plugin-to-connect-to-bimserver/> If you have some more questions, please feel free to e-mail us again. Met vriendelijke groeten, with kind regards, 敬上 Léon van Berlo -- Mobile:+31 6 42367465 Phone: +31 15 2763106 http://www.mynameise.com/berlotti Secretary: Org...@tn... +31 15 2763413 Visiting Address: Postal Address: Van Mourik Broekmanweg 6 P.O. Box 49 2628 XE Delft 2600 AA Delft The Netherlands I apologise in advance for any spelling mistakes. ________________________________ From: CAD-Development Tim Hoffeller [mailto:th...@ca...] Sent: donderdag 27 mei 2010 13:50 To: 'bimserver-users' Subject: Re: [Bimserver-users] Revit2BimServer.dll Hello Leon, is there some source code available for this plugin? And is it also open source? If so, can you post it somewhere? I've thought about creating a similar plugin, if there is already something it could be extended? Thanks, Tim Hoffeller (not the Tim from the previous mail ;-)) Von: Berlo, L.A.H.M. (Leon) van [mailto:leo...@tn...] Gesendet: Donnerstag, 27. Mai 2010 12:49 An: bimserver-users Betreff: Re: [Bimserver-users] Revit2BimServer.dll Hi Tim, No, there are no new plans for BIM software plugins to connect to the BIMserver software. Rhe development of the Revit plugin stopped a while ago. We decided to develop on the open source BIMserver. The development of Revit and Archicad (or whatever) plugins can be done by others. Regards, Léon ________________________________ From: Tim Lemoine [mailto:tim...@bb...] Sent: donderdag 27 mei 2010 12:00 To: Bim...@li... Subject: [Bimserver-users] Revit2BimServer.dll Are there any plans for a new version of the plugin. The old one isn’t working anymore because of the changed location of the service (http://.../services/anonymous -> http://.../services/soap) Regards Tim Lemoine Researcher WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.bbri.be <http://www.bbri.be/> This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Ruben de L. <ru...@lo...> - 2010-05-27 13:21:37
|
Hello Tim, Thanks for your bugreport, I have fixed this and made a new build for 0.8.3dev, thanks for testing with this development version! Kind regards, Ruben de Laat On Thu, May 27, 2010 at 11:55 AM, Tim Lemoine <tim...@bb...> wrote: > When I add a user to a project, the user can’t login anymore and gets a > 500-error on the > > Main-page (main.jsp). The error only happens when the project has > revisions, without it the > > User can login. > > > > Regards > > > > Tim Lemoine > > Onderzoeker > > WTCB - CSTC - WTB - BBRI > > > > Lozenberg 7 > > B-1932 Sint-Stevens-Woluwe > > België > > Tel: +32 2 716 42 11 > > Fax: +32 2 725 32 12 > > http://www.wtcb.be > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Bimserver-users mailing list > Bim...@li... > https://lists.sourceforge.net/lists/listinfo/bimserver-users > > |
From: CAD-Development T. H. <th...@ca...> - 2010-05-27 13:17:05
|
Hello Leon, is there some source code available for this plugin? And is it also open source? If so, can you post it somewhere? I've thought about creating a similar plugin, if there is already something it could be extended? Thanks, Tim Hoffeller (not the Tim from the previous mail ;-)) Von: Berlo, L.A.H.M. (Leon) van [mailto:leo...@tn...] Gesendet: Donnerstag, 27. Mai 2010 12:49 An: bimserver-users Betreff: Re: [Bimserver-users] Revit2BimServer.dll Hi Tim, No, there are no new plans for BIM software plugins to connect to the BIMserver software. Rhe development of the Revit plugin stopped a while ago. We decided to develop on the open source BIMserver. The development of Revit and Archicad (or whatever) plugins can be done by others. Regards, Léon _____ From: Tim Lemoine [mailto:tim...@bb...] Sent: donderdag 27 mei 2010 12:00 To: Bim...@li... Subject: [Bimserver-users] Revit2BimServer.dll Are there any plans for a new version of the plugin. The old one isnt working anymore because of the changed location of the service (http://.../services/anonymous -> http://.../services/soap) Regards Tim Lemoine Researcher WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 <http://www.bbri.be/> http://www.bbri.be This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-05-27 11:49:53
|
Ok. Fixed the Bug. Demoserver will be updated. Thank you! ________________________________ From: Tim Lemoine [mailto:tim...@bb...] Sent: donderdag 27 mei 2010 13:35 To: bimserver-users Subject: Re: [Bimserver-users] 0.8.3dev: Error Insufficient right Im using the demo on http://demo.bimserver.org Regards Tim From: Berlo, L.A.H.M. (Leon) van [mailto:leo...@tn...] Sent: donderdag 27 mei 2010 13:34 To: bimserver-users Subject: Re: [Bimserver-users] 0.8.3dev: Error Insufficient right Hi Tim, What version are you using? 0.8.3dev is not a release we made.... Are you using the latest source code? Can you send us the log file of the error? Regards, Léon ________________________________ From: Tim Lemoine [mailto:tim...@bb...] Sent: donderdag 27 mei 2010 11:56 To: Bim...@li... Subject: [Bimserver-users] 0.8.3dev: Error Insufficient right When I add a user to a project, the user can't login anymore and gets a 500-error on the Main-page (main.jsp). The error only happens when the project has revisions, without it the User can login. Regards Tim Lemoine Onderzoeker WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe België Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.wtcb.be <http://www.wtcb.be/> This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Tim L. <tim...@bb...> - 2010-05-27 11:35:13
|
Im using the demo on http://demo.bimserver.org Regards Tim From: Berlo, L.A.H.M. (Leon) van [mailto:leo...@tn...] Sent: donderdag 27 mei 2010 13:34 To: bimserver-users Subject: Re: [Bimserver-users] 0.8.3dev: Error Insufficient right Hi Tim, What version are you using? 0.8.3dev is not a release we made.... Are you using the latest source code? Can you send us the log file of the error? Regards, Léon ________________________________ From: Tim Lemoine [mailto:tim...@bb...] Sent: donderdag 27 mei 2010 11:56 To: Bim...@li... Subject: [Bimserver-users] 0.8.3dev: Error Insufficient right When I add a user to a project, the user can't login anymore and gets a 500-error on the Main-page (main.jsp). The error only happens when the project has revisions, without it the User can login. Regards Tim Lemoine Onderzoeker WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe België Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.wtcb.be<http://www.wtcb.be/> This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-05-27 11:34:05
|
Hi Tim, What version are you using? 0.8.3dev is not a release we made.... Are you using the latest source code? Can you send us the log file of the error? Regards, Léon ________________________________ From: Tim Lemoine [mailto:tim...@bb...] Sent: donderdag 27 mei 2010 11:56 To: Bim...@li... Subject: [Bimserver-users] 0.8.3dev: Error Insufficient right When I add a user to a project, the user can't login anymore and gets a 500-error on the Main-page (main.jsp). The error only happens when the project has revisions, without it the User can login. Regards Tim Lemoine Onderzoeker WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe België Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.wtcb.be <http://www.wtcb.be/> This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-05-27 10:48:57
|
Hi Tim, No, there are no new plans for BIM software plugins to connect to the BIMserver software. Rhe development of the Revit plugin stopped a while ago. We decided to develop on the open source BIMserver. The development of Revit and Archicad (or whatever) plugins can be done by others. Regards, Léon ________________________________ From: Tim Lemoine [mailto:tim...@bb...] Sent: donderdag 27 mei 2010 12:00 To: Bim...@li... Subject: [Bimserver-users] Revit2BimServer.dll Are there any plans for a new version of the plugin. The old one isn't working anymore because of the changed location of the service (http://.../services/anonymous -> http://.../services/soap) Regards Tim Lemoine Researcher WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.bbri.be <http://www.bbri.be/> This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Tim L. <tim...@bb...> - 2010-05-27 10:26:09
|
Are there any plans for a new version of the plugin. The old one isn't working anymore because of the changed location of the service (http://.../services/anonymous -> http://.../services/soap) Regards Tim Lemoine Researcher WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe Belgium Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.bbri.be<http://www.bbri.be/> |
From: Tim L. <tim...@bb...> - 2010-05-27 10:26:04
|
When I add a user to a project, the user can't login anymore and gets a 500-error on the Main-page (main.jsp). The error only happens when the project has revisions, without it the User can login. Regards Tim Lemoine Onderzoeker WTCB - CSTC - WTB - BBRI Lozenberg 7 B-1932 Sint-Stevens-Woluwe België Tel: +32 2 716 42 11 Fax: +32 2 725 32 12 http://www.wtcb.be<http://www.wtcb.be/> |
From: Berlo, L.A.H.M. (L. v. <leo...@tn...> - 2010-05-12 13:47:19
|
Ihab, The BIMserver transforms the units in IFC to meters in KML (KML only makes use of meters and has no ability to define units). For the moment we have a bug (or a non-supported feature :-)) that doesn't scale milimters to meters. This is high up the todo list, so will be fixed before the next release. The coordinates x1,y1,z1 you fill in at the projectproperties are the real world coordinates for the 0,0,0 point in your IFC file. Because the real world coordinates can be in different formats, you also have to fill in by what format you give the coordinates. For the moment, only 4326 is supported (which is the most used latlon format). For more info on this google on 'EPSG'. For the moment you will also find the x2,y2,z2 coordiantes in the bimserver. This is for the rotation of the building, but is not supported yet. We will change this into an angle as soon as possible. Hope this answers your question! Regards, Léon ________________________________ From: Ihab Hijazi [mailto:ih...@ig...] Sent: maandag 10 mei 2010 15:25 To: Bim...@li... Subject: [Bimserver-users] KML Hello All, I would kindly ask if some body can explain to me how the BIMserver transform the coordinates to kml (geographic coordinates). What is this number means EPSG: 4326 Kind regards Ihab Hijazi This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |
From: Ihab H. <ih...@ig...> - 2010-05-10 13:50:22
|
Hello All, I would kindly ask if some body can explain to me how the BIMserver transform the coordinates to kml (geographic coordinates). What is this number means EPSG: 4326 Kind regards Ihab Hijazi |
From: Léon v. B. <ma...@be...> - 2010-04-10 18:57:17
|
Peter is still working on it, but he is (fool as he is!) not on this mailinglist :-S I'll keep you posted on his progress. There's going to change some stuff in the interface between the engine and the bimserver as well, so you'll notice soon enough. Have a nice weekend! Léon On Sat, Apr 10, 2010 at 7:44 PM, Marijn van Aerle <mar...@gm... > wrote: > Hi Ruben, > > Thanks for the quick reply, the server is working now. You're right about > the native wrapper, it's not working yet. I'll continue watching the > progress and hope you guys can get it working! > > Regards, > Marijn > > > On Sat, Apr 10, 2010 at 5:21 PM, Ruben de Laat <ru...@lo...>wrote: > >> Hi Marijn, >> >> Thanks for the report. There was an old slf4j library that had to be >> removed, if you update svn the error should be gone. >> >> I don't think however that Peter is already done with the new >> native-wrapper, Peter please comment if you are already done, than I >> am going to check it out also :). >> >> Kind regards, >> Ruben de Laat >> >> On Sat, Apr 10, 2010 at 3:18 PM, Marijn van Aerle >> <mar...@gm...> wrote: >> > Hi Everyone, >> > >> > I noticed some JNA stuff in the trunk so I tried building and running >> the >> > BIMServer to test how the IfcEngine does on OSX / 64bit. >> > >> > The build went fine, however when starting the bimserver through the >> > launcher I get a strange error about the log framework being used. >> Please >> > see the error message below. >> > >> > Thanks for any help! >> > >> > Regards, >> > Marijn >> > >> > Running: java -Xmx1024m -Xss1024k -classpath >> > >> lib/32:lib/64:lib/abdera-core-0.4.0-incubating.jar:lib/abdera-extensions-json-0.4.0-incubating.jar:lib/abdera-extensions-main-0.4.0-incubating.jar:lib/abdera-i18n-0.4.0-incubating.jar:lib/abdera-parser-0.4.0-incubating.jar:lib/activation.jar:lib/ant-1.6.5.jar:lib/antlr-2.7.7.jar:lib/antlr-3.1.1-runtime.jar:lib/antlr-3.1.1.jar:lib/aopalliance-1.0.jar:lib/asm-2.2.3.jar:lib/axiom-api-1.2.7.jar:lib/axiom-impl-1.2.7.jar:lib/bcprov-jdk15-1.43.jar:lib/bimserver.jar:lib/citygml4j-0.2.1.jar:lib/commons-codec-1.3.jar:lib/commons-collections-3.2.1.jar:lib/commons-fileupload-1.2.1.jar:lib/commons-httpclient-3.1.jar:lib/commons-io-1.4.jar:lib/commons-lang-2.4.jar:lib/commons-logging-1.1.1.jar:lib/commons-pool-1.5.2.jar:lib/core-3.1.1.jar:lib/cxf-2.2.6.jar:lib/cxf-manifest.jar:lib/cxf-xjc-boolean-2.2.6.jar:lib/cxf-xjc-bug671-2.2.6.jar:lib/cxf-xjc-dv-2.2.6.jar:lib/cxf-xjc-ts-2.2.6.jar:lib/FastInfoset-1.2.7.jar:lib/geoapi-2.3-M1.jar:lib/geoapi-pending-2.3-M1.jar:lib/geronimo-activation_1.1_spec-1.0.2.jar:lib/geronimo-annotation_1.0_spec-1.1.1.jar:lib/geronimo-javamail_1.4_spec-1.6.jar:lib/geronimo-jaxws_2.1_spec-1.0.jar:lib/geronimo-jms_1.1_spec-1.1.1.jar:lib/geronimo-servlet_2.5_spec-1.2.jar:lib/geronimo-stax-api_1.0_spec-1.0.1.jar:lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar:lib/google-collect-1.0.jar:lib/gt-epsg-extension-2.6.0.jar:lib/gt-epsg-hsql-2.6.0.jar:lib/gt-metadata-2.6.0.jar:lib/gt-referencing-2.6.0.jar:lib/ifcNamespaces.jar:lib/java-getopt-1.0.13.jar:lib/jaxb-api-2.1.jar:lib/jaxb-api.jar:lib/jaxb-impl-2.1.12.jar:lib/jaxb-impl.jar:lib/jaxb-xjc-2.1.12.jar:lib/jaxb-xjc.jar:lib/jaxb1-impl.jar:lib/jaxen-1.1.jar:lib/jdom-1.0.jar:lib/je-4.0.71.jar:lib/jettison-1.0.1.jar:lib/jettison-1.2.jar:lib/jetty-6.1.22.jar:lib/jetty-util-6.1.22.jar:lib/jna.jar:lib/JNative.jar:lib/JNativeCpp.dll:lib/joda-time-1.6.jar:lib/jra-1.0-alpha-4.jar:lib/js-1.7R1.jar:lib/json.jar:lib/jsp-2.1.jar:lib/jsp-api-2.1.jar:lib/jsr-275-1.0-beta-2.jar:lib/jsr173_1.0_api.jar:lib/jsr311-api-1.0.jar:lib/libJNativeCpp.so:lib/log4j.jar:lib/log4j.xml:lib/mail.jar:lib/neethi-2.0.4.jar:lib/opensaml-1.1.jar:lib/org.eclipse.emf.common_2.5.0.v200906151043.jar:lib/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar:lib/org.eclipse.emf.ecore_2.5.0.v200906151043.jar:lib/org.eclipse.emf_2.5.0.v200906151043.jar:lib/oro-2.0.8.jar:lib/quartz-1.6.4.jar:lib/resolver.jar:lib/rome-1.0.jar:lib/saaj-api-1.3.jar:lib/saaj-impl-1.3.2.jar:lib/serializer-2.7.1.jar:lib/servlet-api-2.5-20081211.jar:lib/slf4j-api-1.5.11.jar:lib/slf4j-api-1.5.8.jar:lib/slf4j-log4j12-1.5.11.jar:lib/StPL96.jar:lib/stringtemplate-3.2.jar:lib/tar.jar:lib/vecmath-1.3.2.jar:lib/velocity-1.6.2.jar:lib/wsdl4j-1.6.2.jar:lib/wss4j-1.5.8.jar:lib/wstx-asl-3.2.6.jar:lib/wstx-asl-3.2.9.jar:lib/xalan-2.7.1.jar:lib/xbean.jar:lib/xbean_xpath.jar:lib/xml-resolver-1.2.jar:lib/xmlbeans-2.4.0.jar:lib/xmlbeans-qname.jar:lib/xmlpublic.jar:lib/XmlSchema-1.4.5.jar:lib/xmlsec-1.4.3.jar: >> > org.bimserver.Server address=localhost port=8082 >> > SLF4J: The requested version 1.5.11 by your slf4j binding is not >> compatible >> > with [1.5.5, 1.5.6, 1.5.7, 1.5.8] >> > SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further >> > details. >> > log4j:WARN No appenders could be found for logger >> (org.bimserver.Server). >> > log4j:WARN Please initialize the log4j system properly. >> > >> > >> ------------------------------------------------------------------------------ >> > Download Intel® Parallel Studio Eval >> > Try the new software tools for yourself. Speed compiling, find bugs >> > proactively, and fine-tune applications for parallel performance. >> > See why Intel Parallel Studio got high marks during beta. >> > http://p.sf.net/sfu/intel-sw-dev >> > _______________________________________________ >> > Bimserver-users mailing list >> > Bim...@li... >> > https://lists.sourceforge.net/lists/listinfo/bimserver-users >> > >> > >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Bimserver-users mailing list >> Bim...@li... >> https://lists.sourceforge.net/lists/listinfo/bimserver-users >> > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Bimserver-users mailing list > Bim...@li... > https://lists.sourceforge.net/lists/listinfo/bimserver-users > > |
From: Marijn v. A. <mar...@gm...> - 2010-04-10 17:51:06
|
Hi Ruben, Thanks for the quick reply, the server is working now. You're right about the native wrapper, it's not working yet. I'll continue watching the progress and hope you guys can get it working! Regards, Marijn On Sat, Apr 10, 2010 at 5:21 PM, Ruben de Laat <ru...@lo...> wrote: > Hi Marijn, > > Thanks for the report. There was an old slf4j library that had to be > removed, if you update svn the error should be gone. > > I don't think however that Peter is already done with the new > native-wrapper, Peter please comment if you are already done, than I > am going to check it out also :). > > Kind regards, > Ruben de Laat > > On Sat, Apr 10, 2010 at 3:18 PM, Marijn van Aerle > <mar...@gm...> wrote: > > Hi Everyone, > > > > I noticed some JNA stuff in the trunk so I tried building and running the > > BIMServer to test how the IfcEngine does on OSX / 64bit. > > > > The build went fine, however when starting the bimserver through the > > launcher I get a strange error about the log framework being used. Please > > see the error message below. > > > > Thanks for any help! > > > > Regards, > > Marijn > > > > Running: java -Xmx1024m -Xss1024k -classpath > > > lib/32:lib/64:lib/abdera-core-0.4.0-incubating.jar:lib/abdera-extensions-json-0.4.0-incubating.jar:lib/abdera-extensions-main-0.4.0-incubating.jar:lib/abdera-i18n-0.4.0-incubating.jar:lib/abdera-parser-0.4.0-incubating.jar:lib/activation.jar:lib/ant-1.6.5.jar:lib/antlr-2.7.7.jar:lib/antlr-3.1.1-runtime.jar:lib/antlr-3.1.1.jar:lib/aopalliance-1.0.jar:lib/asm-2.2.3.jar:lib/axiom-api-1.2.7.jar:lib/axiom-impl-1.2.7.jar:lib/bcprov-jdk15-1.43.jar:lib/bimserver.jar:lib/citygml4j-0.2.1.jar:lib/commons-codec-1.3.jar:lib/commons-collections-3.2.1.jar:lib/commons-fileupload-1.2.1.jar:lib/commons-httpclient-3.1.jar:lib/commons-io-1.4.jar:lib/commons-lang-2.4.jar:lib/commons-logging-1.1.1.jar:lib/commons-pool-1.5.2.jar:lib/core-3.1.1.jar:lib/cxf-2.2.6.jar:lib/cxf-manifest.jar:lib/cxf-xjc-boolean-2.2.6.jar:lib/cxf-xjc-bug671-2.2.6.jar:lib/cxf-xjc-dv-2.2.6.jar:lib/cxf-xjc-ts-2.2.6.jar:lib/FastInfoset-1.2.7.jar:lib/geoapi-2.3-M1.jar:lib/geoapi-pending-2.3-M1.jar:lib/geronimo-activation_1.1_spec-1.0.2.jar:lib/geronimo-annotation_1.0_spec-1.1.1.jar:lib/geronimo-javamail_1.4_spec-1.6.jar:lib/geronimo-jaxws_2.1_spec-1.0.jar:lib/geronimo-jms_1.1_spec-1.1.1.jar:lib/geronimo-servlet_2.5_spec-1.2.jar:lib/geronimo-stax-api_1.0_spec-1.0.1.jar:lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar:lib/google-collect-1.0.jar:lib/gt-epsg-extension-2.6.0.jar:lib/gt-epsg-hsql-2.6.0.jar:lib/gt-metadata-2.6.0.jar:lib/gt-referencing-2.6.0.jar:lib/ifcNamespaces.jar:lib/java-getopt-1.0.13.jar:lib/jaxb-api-2.1.jar:lib/jaxb-api.jar:lib/jaxb-impl-2.1.12.jar:lib/jaxb-impl.jar:lib/jaxb-xjc-2.1.12.jar:lib/jaxb-xjc.jar:lib/jaxb1-impl.jar:lib/jaxen-1.1.jar:lib/jdom-1.0.jar:lib/je-4.0.71.jar:lib/jettison-1.0.1.jar:lib/jettison-1.2.jar:lib/jetty-6.1.22.jar:lib/jetty-util-6.1.22.jar:lib/jna.jar:lib/JNative.jar:lib/JNativeCpp.dll:lib/joda-time-1.6.jar:lib/jra-1.0-alpha-4.jar:lib/js-1.7R1.jar:lib/json.jar:lib/jsp-2.1.jar:lib/jsp-api-2.1.jar:lib/jsr-275-1.0-beta-2.jar:lib/jsr173_1.0_api.jar:lib/jsr311-api-1.0.jar:lib/libJNativeCpp.so:lib/log4j.jar:lib/log4j.xml:lib/mail.jar:lib/neethi-2.0.4.jar:lib/opensaml-1.1.jar:lib/org.eclipse.emf.common_2.5.0.v200906151043.jar:lib/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar:lib/org.eclipse.emf.ecore_2.5.0.v200906151043.jar:lib/org.eclipse.emf_2.5.0.v200906151043.jar:lib/oro-2.0.8.jar:lib/quartz-1.6.4.jar:lib/resolver.jar:lib/rome-1.0.jar:lib/saaj-api-1.3.jar:lib/saaj-impl-1.3.2.jar:lib/serializer-2.7.1.jar:lib/servlet-api-2.5-20081211.jar:lib/slf4j-api-1.5.11.jar:lib/slf4j-api-1.5.8.jar:lib/slf4j-log4j12-1.5.11.jar:lib/StPL96.jar:lib/stringtemplate-3.2.jar:lib/tar.jar:lib/vecmath-1.3.2.jar:lib/velocity-1.6.2.jar:lib/wsdl4j-1.6.2.jar:lib/wss4j-1.5.8.jar:lib/wstx-asl-3.2.6.jar:lib/wstx-asl-3.2.9.jar:lib/xalan-2.7.1.jar:lib/xbean.jar:lib/xbean_xpath.jar:lib/xml-resolver-1.2.jar:lib/xmlbeans-2.4.0.jar:lib/xmlbeans-qname.jar:lib/xmlpublic.jar:lib/XmlSchema-1.4.5.jar:lib/xmlsec-1.4.3.jar: > > org.bimserver.Server address=localhost port=8082 > > SLF4J: The requested version 1.5.11 by your slf4j binding is not > compatible > > with [1.5.5, 1.5.6, 1.5.7, 1.5.8] > > SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further > > details. > > log4j:WARN No appenders could be found for logger (org.bimserver.Server). > > log4j:WARN Please initialize the log4j system properly. > > > > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > > Bimserver-users mailing list > > Bim...@li... > > https://lists.sourceforge.net/lists/listinfo/bimserver-users > > > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Bimserver-users mailing list > Bim...@li... > https://lists.sourceforge.net/lists/listinfo/bimserver-users > |