-
Notifications
You must be signed in to change notification settings - Fork 612
Web socket error
Ruben de Laat edited this page Sep 13, 2016
·
5 revisions
When you are getting the "websocket error", this page helps you find the reason.
Note, all versions of BIMserver > 1.4 require tomcat version 8 (if you are using tomcat) because of a new implementation for websockets.
The webbased user interface that is currently being shipped with BIMserver is BIMvie.ws. BIMvie.ws requires a working WebSocket implementation in your browser (actually the BimServerJavaScriptApi has this dependency, which is itself a dependency of BIMvie.ws).
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 proxy server that does not support websockets (or websockets have not been allowed/configured)
- You are using a very old browser (usually Internet Explorer). Internet Explorer is not supported, but newer versions tend to work anyways.
- Your application container (Tomcat, Jetty or etc...) 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 1.3
- 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