Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
Jul 08, 2015 10:49:27 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.61
Jul 08, 2015 10:49:27 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Mar 27 2015 12:03:56 UTC
Jul 08, 2015 10:49:27 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.61.0
Jul 08, 2015 10:49:27 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Mac OS X
Jul 08, 2015 10:49:27 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 10.10.4
This file has been truncated, but you can view the full file.
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.61
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Mar 27 2015 12:03:56 UTC
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.61.0
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Mac OS X
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 10.10.4
This file has been truncated, but you can view the full file.
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.61
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Mar 27 2015 12:03:56 UTC
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.61.0
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Mac OS X
Jul 08, 2015 12:47:21 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 10.10.4
The following error occurred at startup:
Unable to start OpenMRS. Error thrown was: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springfr
+---------------------+--------------+------+-----+---------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------------------+--------------+------+-----+---------------------+----------------+
| obs_id | int(11) | NO | PRI | NULL | auto_increment |
| person_id | int(11) | NO | MUL | NULL | |
| concept_id | int(11) | NO | MUL | 0 | |
| encounter_id | int(11) | YES | MUL | NULL | |
| order_id | int(11) | YES | MUL | NULL | |
| obs_datetime | datetime | NO | MUL | 0002-11-30 00:00:00 | |
| location_id | int(11) | YES | MUL | NULL | |
Jul 07, 2015 6:16:49 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.61
Jul 07, 2015 6:16:49 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Mar 27 2015 12:03:56 UTC
Jul 07, 2015 6:16:49 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.61.0
Jul 07, 2015 6:16:49 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Mac OS X
Jul 07, 2015 6:16:49 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 10.10.4
date: "2015-07-05"deathDate: "2015-07-01T04:00:00.000-0400"edit_DOB: "June 16, 2015"edit_causeOfDeath: Objectedit_dead: trueedit_firstName: "marc"edit_gender: "F"edit_kebele: nulledit_lastName: "Kohli"edit_region: "Dire Dawa"edit_tel: "122"edit_updateDOB: trueedit_woreda: nulledit_zones: "Dire Dawa"
<select ng-model='edit_zone' ng-init='edit_zone=x_regions[1]' ng-options="x.name for x in x_regions" style="width: 260px" Required> </select>
angular.module('patientcontactdetailsApp',[])
.controller('patientcontactController',function($scope,$http,$window){
//method to get the location data - the Regions section
$http({method:'GET',
url: '/' + OPENMRS_CONTEXT_PATH + "/module/addresshierarchy/ajax/getChildAddressHierarchyEntries.form?"
}).
success(function(data,status,headers,config){
return $scope.x_regions = data
}).
<%
ui.decorateWith("appui", "standardEmrPage")
ui.includeCss("soddoregistration","jquery-ui.css")
ui.includeCss("soddoregistration","style.css")
ui.includeCss("soddoregistration","jquery.calendars.picker.css")
ui.includeCss("soddoregistration","bootstrap.min.css")
ui.includeCss("soddoregistration","bootstrap-theme.min.css")
ui.includeCss("soddoregistration","jquery-ui.css")
ui.includeJavascript("soddoregistration", "angular.js")
ui.includeJavascript("soddoregistration", "angular-resource.min.js")