forked from opensourceBIM/BIMserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Web socket error
Ruben de Laat edited this page Apr 20, 2015
·
5 revisions
When you are getting the "websocket error", this page helps you find the reason.
The webbased user interface that is currently being shipped with BIMserver is BIMvie.ws. BIMvie.ws requires a working WebSocket implementation in your browser. Usually when web sockets do not work, it's either one of the following:
- You are on a corporate network and the system administrators do not allow you to use Web Sockets (either intentionally or not)
- You are using a very old browser (usually Internet Explorer). Internet Explorer is not supported anyways, but newer versions tend to work anyways.
- Your application container (Tomcat, Jetty or something else) does not support web sockets, this should be in the log files.
The web socket technology has been standardized in 2011.
Get Started
- Quick Guide
- Requirements Version 1.2
- Requirements Version 1.3
- Requirements Version 1.4
- Requirements Version 1.4 > 2015-09-12
- Requirements Version 1.5
- Download
- JAR Starter
- Setup
Deployment
- Ubuntu installation
- Windows installation
- Security
- Memory Usage
- More memory
- Performance statistics
- Large databases
Developers
- Service Interfaces
- Common functions
- Data Model
- Low Level Calls
- Endpoints
Clients
BIMServer Developers
- Plugins in 1.5
- Plugin Development
- Eclipse
- Eclipse Modeling Framework
- Embedding
- Terminology
- Database/Versioning
- IFC STEP Encoding
- Communication
- Global changes in 1.5
- Writing a service
- Services/Notifications
- BIMserver 1.5 Developers
- Extended data
- Extended data schema
- Object IDM
New developments
- New remote service interface
- Plugins new
- Deprecated
- New query language
- Visual query language
- Reorganizing BIMserver JavaScript API
General