Skip to content

Instantly share code, notes, and snippets.

View PimDeWitte's full-sized avatar
🎮
hiring at medal.tv/careers

Pim de Witte PimDeWitte

🎮
hiring at medal.tv/careers
View GitHub Profile
This file has been truncated, but you can view the full file.
tps://www.googleapis.com/auth/devstorage.read_only"]},"default":{"aliases":["default"],"email":"848381126788-compute@developer.gserviceaccount.com","scopes":["https://www.googleapis.com/auth/devstorage.read_only"]}},"tags":["http-server","https-server","http-server-8080","http-server-8000"],"zone":"projects/848381126788/zones/europe-west1-b"}
Nov 8 16:19:32 continuous-testing-1 google: No startup script found in metadata.
Nov 8 16:19:34 continuous-testing-1 jenkins: jenkins: failed to write(client_outfd = 4): No space left on device
Nov 8 16:19:34 continuous-testing-1 jenkins: jenkins: failed to write(client_outfd = 4): No space left on device
Nov 8 16:19:35 continuous-testing-1 jenkins: jenkins: failed to write(client_errfd = 5): No space left on device
Nov 8 16:19:35 continuous-testing-1 jenkins: jenkins: failed to write(client_errfd = 5): No space left on device
Nov 8 16:19:38 continuous-testing-1 sshd[2343]: Connection closed by 74.125.73.21 [preauth]
Nov 8 16:19:39 continuous-testing-1 sshd[2345]:
@PimDeWitte
PimDeWitte / gist:586d8a94413493fd8900
Created November 5, 2014 16:37
OpenMRS Version Error
The following error occurred at startup:
OpenMRS requires Java 6, but is running under 1.8.0_20
org.openmrs.api.APIException: OpenMRS requires Java 6, but is running under 1.8.0_20
at org.openmrs.util.OpenmrsUtil.validateJavaVersion(OpenmrsUtil.java:1203)
at org.openmrs.web.Listener.contextInitialized(Listener.java:121)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:787)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:434)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:779)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:284)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1322)