| Summary: | Orion fails to start on port - error with logs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Paul Webster <pwebster> | ||||
| Component: | Server | Assignee: | Paul Webster <pwebster> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | blocker | ||||||
| Priority: | P3 | ||||||
| Version: | 8.0 | ||||||
| Target Milestone: | 8.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Paul Webster
Created attachment 249498 [details]
failure logs
It's a problem in org.eclipse.orion.server.jettycustomizer.OrionJettyCustomizer It assumes that the org.eclipse.orion.server.core.OrionConfiguration.getRootLocation() is the OSGi instance location, and that's not true. PW Better to use org.eclipse.orion.server.core.OrionConfiguration.getPlatformLocation() PW |