deegree 3 user documentation
Relevant information for users of deegree 3 services, tools and programming API.
1. System requirements
The describtion has been moved to a dedicated page: deegree3/SystemRequirements gives info on required and optional third-party software and versions.
2. Downloading deegree 3
Except for the WPS, no binary builds are available yet. However, you always can retrieve the code from SVN and build it.
3. Documentation for deegree 3 services
- deegree3/CatalogueService
- deegree3/CoverageService
- deegree3/FeatureService
- deegree3/HowToAddLayerToMapService
- deegree3/MapService
- deegree3/ProcessingService
- deegree3/SensorObservationService
- deegree3/ServiceMetadataExtensionPoint
- deegree3/ServicesConsole
- deegree3/TerrainService
- deegree3/WebservicesDocumentationBrainstorm
- deegree3/WebservicesDocumentationUserProfiles
- deegree3/WorkspaceConfiguration/ServicesConfiguration
- deegree3/WorkspaceConfiguration/ServicesConfiguration/ExtendedCapabilities
- deegreeInspireServices
4. Documentation for deegree 3 tools
Currently the list of tools is growing strong, that is why we collected all (well at least most) of deegree3 tools and a short description on tools page.
5. Documentation for deegree 3 API
6. Client-related documentation
7. HowTo
- HowToAddCopyrightHeaders
- HowToGetCommitAccessToSVN
- HowToSE
- HowToSLD
- HowToUseWMSGetMapRequestsWithSLD
- deegree3/HowToAddJDBCConnection
- deegree3/HowToAddLayerStyling
- deegree3/HowToAddLayerToMapService
- deegree3/HowToAddShapeFeatureStore
- deegree3/HowToAddSimpleSQLFeatureStore
- deegree3/HowToChangeLayerStyling
- deegree3/HowToChangeMetadata
- deegree3/HowToCreateWPSProcessProviders
- deegree3/HowToCreateWPSProcesses
- deegree3/HowToSetupWMS
- deegree3/HowToWorkWithGML
- deegreeApiExampleEnvironment
8. FAQ
1. On service startup I get the following error message. What does it mean?
ERROR: [OGCFrontController] Initializing W**S failed: null javax.xml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'w**s:DataSetDefinitions'. One of '{"http://www.deegree.org/services/w**s":DatasetDefinitions}' is expected.]
The service you are trying to start (abbreviated with W**S, for example WFS, or WMS) has an invalid configuration file. In other words, an element in your configuration (probably one of WEB-INF/conf/W**S/W**S_***.xml) is missing or not allowed in the given location. You should try following:Check if the namespaces used in the configuration are bound correctly, most common used are, xmlns:w**s="http://www.deegree.org/services/w**s" for your service, xmlns:cm="http://www.deegree.org/commons" for common declarations, and xmlns:ds="http://www.deegree.org/datasource" for datasource configurations.
Check UPPER and lowerCaSe, they are important in xml (the error in this case, the error should be resolved if DataSetDefinitions was to be changed in DatasetDefinitions ).
Most important-> Validate your configuration file with the schemas provided at http://schemas.deegree.org.