Advertisement
crankycoder

maven crash

Jul 3rd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 29.72 KB | None | 0 0
  1. Victors-MacBook-Pro:oscar victorng$ . ./set_env.sh
  2. Victors-MacBook-Pro:oscar victorng$ mvn package
  3. [INFO] Scanning for projects...
  4. [WARNING]
  5. [WARNING] Some problems were encountered while building the effective model for org.oscarehr:oscar:war:SNAPSHOT
  6. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-pmd-plugin is missing. @ line 1028, column 12
  7. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 946, column 12
  8. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 1051, column 16
  9. [WARNING] 'build.plugins.plugin.version' for com.mycila.maven-license-plugin:maven-license-plugin is missing. @ line 755, column 17
  10. [WARNING] 'version' uses an unsupported snapshot version format, should be '*-SNAPSHOT' instead. @ line 6, column 11
  11. [WARNING]
  12. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  13. [WARNING]
  14. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  15. [WARNING]
  16. [INFO]                                                                        
  17. [INFO] ------------------------------------------------------------------------
  18. [INFO] Building oscar SNAPSHOT
  19. [INFO] ------------------------------------------------------------------------
  20. [WARNING] The artifact jstl:jstl:jar:1.1.2 has been relocated to javax.servlet:jstl:jar:1.1.2
  21. [INFO]
  22. [INFO] --- maven-checkstyle-plugin:2.8:checkstyle (default) @ oscar ---
  23. Using data file path : /Users/victorng/dev/oscar/utils/TrackingRegexpCheck_java_jsp.data.xml, pathPrefix=/Users/victorng/dev/oscar
  24. Using data file path : /Users/victorng/dev/oscar/utils/TrackingRegexpCheck_sql.data.xml, pathPrefix=/Users/victorng/dev/oscar
  25. ------------------------
  26. Current violation counts
  27. ------------------------
  28. utils/TrackingRegexpCheck_java_jsp.data.xml:The base action pattern is terrible, it makes a bloat super class that no one has any idea what is being used where, extend struts directly instead. : 43
  29. utils/TrackingRegexpCheck_java_jsp.data.xml:not really an error, but 99% of the time StringBuilder/HashMap/ArrayList is a better choice unless mandated by another API. : 2676
  30. utils/TrackingRegexpCheck_java_jsp.data.xml:use generics : 1130
  31. utils/TrackingRegexpCheck_java_jsp.data.xml:use jpa instead : 1639
  32. utils/TrackingRegexpCheck_sql.data.xml:Do not specify the database type in the sql scripts, allow people to set the type in the my.cnf : 47
  33. utils/TrackingRegexpCheck_sql.data.xml:Don't put defaults in table definitions, put them in the JPA objects. : 11505
  34. utils/TrackingRegexpCheck_sql.data.xml:Use null for no value, don't use 0000-00-00 nor empty string : 5916
  35. [INFO] Starting audit...
  36. Audit done.
  37.  
  38. [WARNING] Unable to locate Source XRef to link to - DISABLED
  39. [INFO]
  40. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ oscar ---
  41. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  42. [INFO] Copying 481 resources
  43. [INFO]
  44. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ oscar ---
  45. [INFO] Compiling 1 source file to /Users/victorng/dev/oscar/target/classes
  46. [INFO]
  47. [INFO] --- maven-antrun-plugin:1.3:run (set_timestamp) @ oscar ---
  48. [INFO] Executing tasks
  49.      [echo] build time : 2012-07-04 12:46 AM
  50.      [echo] JOB_NAME - BUILD_NUMBER : ${env.JOB_NAME} - ${env.BUILD_NUMBER}
  51. [INFO] Executed tasks
  52. [INFO]
  53. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ oscar ---
  54. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  55. [INFO] Copying 7 resources
  56. [INFO]
  57. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ oscar ---
  58. [INFO] Nothing to compile - all classes are up to date
  59. [INFO]
  60. [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ oscar ---
  61. [INFO] Surefire report directory: /Users/victorng/dev/oscar/target/surefire-reports
  62.  
  63. -------------------------------------------------------
  64.  T E S T S
  65. -------------------------------------------------------
  66. Running org.oscarehr.billing.CA.BC.dao.TeleplanC12DaoTest
  67. 2012-07-04 00:46:19,099 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  68. 2012-07-04 00:46:19,102 INFO  [ConfigUtils:44] loading null
  69. 2012-07-04 00:46:19,102 INFO  [ConfigUtils:95] Reading properties : /over_ride_config.properties
  70. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.36 sec <<< FAILURE!
  71. Running org.oscarehr.billing.CA.BC.dao.TeleplanS00DaoTest
  72. 2012-07-04 00:46:19,197 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  73. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  74. Running org.oscarehr.billing.CA.BC.dao.TeleplanS21DaoTest
  75. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  76. 2012-07-04 00:46:19,217 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  77. Running org.oscarehr.billing.CA.BC.dao.TeleplanS22DaoTest
  78. 2012-07-04 00:46:19,229 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  79. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  80. Running org.oscarehr.billing.CA.BC.dao.TeleplanS23DaoTest
  81. 2012-07-04 00:46:19,239 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  82. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  83. Running org.oscarehr.billing.CA.BC.dao.TeleplanS25DaoTest
  84. 2012-07-04 00:46:19,249 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  85. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  86. Running org.oscarehr.billing.CA.dao.BillActivityDaoTest
  87. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  88. Running org.oscarehr.billing.CA.dao.BillingDetailDaoTest
  89. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
  90. Running org.oscarehr.billing.CA.dao.GstControlDaoTest
  91. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
  92. Running org.oscarehr.billing.CA.ON.dao.BillingClaimDAOTest
  93. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  94. Running org.oscarehr.billing.CA.ON.dao.BillingPercLimitDaoTest
  95. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  96. Running org.oscarehr.common.dao.AllergyDaoTest
  97. 2012-07-04 00:46:19,332 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  98. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE!
  99. Running org.oscarehr.common.dao.AppointmentArchiveDaoTest
  100. 2012-07-04 00:46:19,341 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  101. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  102. Running org.oscarehr.common.dao.AppointmentTypeDaoTest
  103. 2012-07-04 00:46:19,350 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  104. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  105. Running org.oscarehr.common.dao.BatchEligibilityDaoTest
  106. 2012-07-04 00:46:19,357 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  107. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  108. Running org.oscarehr.common.dao.BillActivityDaoTest
  109. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  110. Running org.oscarehr.common.dao.BillingInrDaoTest
  111. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  112. Running org.oscarehr.common.dao.BillingreferralDaoTest
  113. 2012-07-04 00:46:19,384 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  114. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  115. Running org.oscarehr.common.dao.ClinicDAOTest
  116. 2012-07-04 00:46:19,392 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  117. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  118. Running org.oscarehr.common.dao.ClinicLocationDaoTest
  119. 2012-07-04 00:46:19,404 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  120. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE!
  121. Running org.oscarehr.common.dao.ConfigImmunizationDaoTest
  122. 2012-07-04 00:46:19,414 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  123. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE!
  124. Running org.oscarehr.common.dao.ConsultationServicesDaoTest
  125. 2012-07-04 00:46:19,426 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  126. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  127. Running org.oscarehr.common.dao.ConsultDocsDaoTest
  128. 2012-07-04 00:46:19,434 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  129. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  130. Running org.oscarehr.common.dao.CountryCodeDaoTest
  131. 2012-07-04 00:46:19,443 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  132. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE!
  133. Running org.oscarehr.common.dao.CtlDocTypeDaoTest
  134. 2012-07-04 00:46:19,455 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  135. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  136. Running org.oscarehr.common.dao.CtlFrequencyDaoTest
  137. 2012-07-04 00:46:19,465 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  138. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  139. Running org.oscarehr.common.dao.CtlSpecialInstructionsDaoTest
  140. 2012-07-04 00:46:19,474 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  141. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  142. Running org.oscarehr.common.dao.DemographicAccessoryDaoTest
  143. 2012-07-04 00:46:19,482 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  144. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  145. Running org.oscarehr.common.dao.DemographicArchiveDaoTest
  146. 2012-07-04 00:46:19,490 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  147. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  148. Running org.oscarehr.common.dao.DemographicCustDaoTest
  149. 2012-07-04 00:46:19,500 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  150. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  151. Running org.oscarehr.common.dao.DemographicDaoTest
  152. 2012-07-04 00:46:19,517 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  153. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 sec <<< FAILURE!
  154. Running org.oscarehr.common.dao.DemographicExtDaoTest
  155. 2012-07-04 00:46:19,526 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  156. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  157. Running org.oscarehr.common.dao.DemographicPharmacyDaoTest
  158. 2012-07-04 00:46:19,535 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  159. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  160. Running org.oscarehr.common.dao.DemographicQueryFavouritesDaoTest
  161. 2012-07-04 00:46:19,544 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  162. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  163. Running org.oscarehr.common.dao.DemographicSetsDaoTest
  164. 2012-07-04 00:46:19,555 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  165. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE!
  166. Running org.oscarehr.common.dao.DemographicStudyDaoTest
  167. 2012-07-04 00:46:19,566 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  168. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  169. Running org.oscarehr.common.dao.DesAnnualReviewPlanDaoTest
  170. 2012-07-04 00:46:19,576 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  171. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  172. Running org.oscarehr.common.dao.DesapriskDaoTest
  173. 2012-07-04 00:46:19,585 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  174. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  175. Running org.oscarehr.common.dao.DiagnosticCodeDaoTest
  176. 2012-07-04 00:46:19,594 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  177. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  178. Running org.oscarehr.common.dao.DiseasesDaoTest
  179. 2012-07-04 00:46:19,603 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  180. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  181. Running org.oscarehr.common.dao.DocumentDaoTest
  182. 2012-07-04 00:46:19,612 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  183. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  184. Running org.oscarehr.common.dao.EFormDataDaoTest
  185. 2012-07-04 00:46:19,621 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  186. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE!
  187. Running org.oscarehr.common.dao.EFormValueDaoTest
  188. 2012-07-04 00:46:19,633 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  189. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  190. Running org.oscarehr.common.dao.FavoriteDaoTest
  191. 2012-07-04 00:46:19,642 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  192. 2012-07-04 00:46:19,650 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  193. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  194. Running org.oscarehr.common.dao.FlowSheetCustomizationDaoTest
  195. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  196. Running org.oscarehr.common.dao.FlowSheetDrugDaoTest
  197. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE!
  198. Running org.oscarehr.common.dao.FlowSheetDxDaoTest
  199. 2012-07-04 00:46:19,671 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  200. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE!
  201. Running org.oscarehr.common.dao.Icd9DaoTest
  202. 2012-07-04 00:46:19,687 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  203. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  204. Running org.oscarehr.common.dao.IntegratorControlDaoTest
  205. 2012-07-04 00:46:19,696 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  206. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
  207. Running org.oscarehr.common.dao.MyGroupDaoTest
  208. 2012-07-04 00:46:19,703 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  209. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  210. Running org.oscarehr.common.dao.OscarAnnotationDaoTest
  211. 2012-07-04 00:46:19,710 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  212. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
  213. Running org.oscarehr.common.dao.OscarAppointmentDaoTest
  214. 2012-07-04 00:46:19,719 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  215. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  216. Running org.oscarehr.common.dao.OtherIdDaoTest
  217. 2012-07-04 00:46:19,726 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  218. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  219. Running org.oscarehr.common.dao.PharmacyInfoDaoTest
  220. 2012-07-04 00:46:19,734 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  221. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  222. Running org.oscarehr.common.dao.ProviderDefaultProgramDaoTest
  223. 2012-07-04 00:46:19,741 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  224. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  225. Running org.oscarehr.common.dao.ProviderFacilityDaoTest
  226. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
  227. Running org.oscarehr.common.dao.ProviderInboxRoutingDaoTest
  228. 2012-07-04 00:46:19,755 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  229. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  230. Running org.oscarehr.common.dao.ProviderSiteDaoTest
  231. 2012-07-04 00:46:19,765 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  232. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  233. Running org.oscarehr.common.dao.QueueDocumentLinkDaoTest
  234. 2012-07-04 00:46:19,771 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  235. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
  236. Running org.oscarehr.common.dao.RemoteIntegratedDataCopyDaoTest
  237. 2012-07-04 00:46:19,778 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  238. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  239. Running org.oscarehr.common.dao.RemoteReferralDaoTest
  240. 2012-07-04 00:46:19,786 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  241. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  242. Running org.oscarehr.common.dao.RScheduleDaoTest
  243. 2012-07-04 00:46:19,793 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  244. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  245. Running org.oscarehr.common.dao.ScheduleDateDaoTest
  246. 2012-07-04 00:46:19,800 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  247. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  248. Running org.oscarehr.common.dao.ScheduleHolidayDaoTest
  249. 2012-07-04 00:46:19,807 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  250. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  251. Running org.oscarehr.common.dao.ScheduleTemplateCodeDaoTest
  252. 2012-07-04 00:46:19,816 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  253. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  254. Running org.oscarehr.common.dao.ScheduleTemplateDaoTest
  255. 2012-07-04 00:46:19,823 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  256. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  257. Running org.oscarehr.common.dao.ScratchPadDaoTest
  258. 2012-07-04 00:46:19,830 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  259. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  260. Running org.oscarehr.common.dao.SiteDaoTest
  261. 2012-07-04 00:46:19,838 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  262. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  263. Running org.oscarehr.common.dao.TicklerLinkDaoTest
  264. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
  265. Running org.oscarehr.common.dao.UserDSMessagePrefsDaoTest
  266. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
  267. Running org.oscarehr.common.dao.UserPropertyDaoTest
  268. 2012-07-04 00:46:19,861 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  269. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  270. 2012-07-04 00:46:19,871 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  271. Running org.oscarehr.common.dao.ViewDaoTest
  272. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  273. Running org.oscarehr.common.dao.WaitingListDaoTest
  274. 2012-07-04 00:46:19,880 INFO  [DaoTestFixtures:71] dropAndRecreateDatabase
  275. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  276. Running org.oscarehr.managers.WaitListManagerTest
  277. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec
  278.  
  279. Results :
  280.  
  281. Tests in error:
  282.   org.oscarehr.billing.CA.BC.dao.TeleplanC12DaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  283.   org.oscarehr.billing.CA.BC.dao.TeleplanS00DaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  284.   org.oscarehr.billing.CA.BC.dao.TeleplanS21DaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  285.   org.oscarehr.billing.CA.BC.dao.TeleplanS22DaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  286.   org.oscarehr.billing.CA.BC.dao.TeleplanS23DaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  287.   org.oscarehr.billing.CA.BC.dao.TeleplanS25DaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  288.   testCreate(org.oscarehr.billing.CA.dao.BillActivityDaoTest)
  289.   testCreate(org.oscarehr.billing.CA.dao.BillingDetailDaoTest)
  290.   testCreate(org.oscarehr.billing.CA.dao.GstControlDaoTest)
  291.   testCreate(org.oscarehr.billing.CA.ON.dao.BillingClaimDAOTest)
  292.   testCreate(org.oscarehr.billing.CA.ON.dao.BillingPercLimitDaoTest)
  293.   org.oscarehr.common.dao.AllergyDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  294.   org.oscarehr.common.dao.AppointmentArchiveDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  295.   org.oscarehr.common.dao.AppointmentTypeDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  296.   org.oscarehr.common.dao.BatchEligibilityDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  297.   testCreate(org.oscarehr.common.dao.BillActivityDaoTest)
  298.   testCreate(org.oscarehr.common.dao.BillingInrDaoTest)
  299.   org.oscarehr.common.dao.BillingreferralDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  300.   org.oscarehr.common.dao.ClinicDAOTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  301.   org.oscarehr.common.dao.ClinicLocationDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  302.   org.oscarehr.common.dao.ConfigImmunizationDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  303.   org.oscarehr.common.dao.ConsultationServicesDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  304.   org.oscarehr.common.dao.ConsultDocsDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  305.   org.oscarehr.common.dao.CountryCodeDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  306.   org.oscarehr.common.dao.CtlDocTypeDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  307.   org.oscarehr.common.dao.CtlFrequencyDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  308.   org.oscarehr.common.dao.CtlSpecialInstructionsDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  309.   org.oscarehr.common.dao.DemographicAccessoryDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  310.   org.oscarehr.common.dao.DemographicArchiveDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  311.   org.oscarehr.common.dao.DemographicCustDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  312.   org.oscarehr.common.dao.DemographicDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  313.   org.oscarehr.common.dao.DemographicExtDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  314.   org.oscarehr.common.dao.DemographicPharmacyDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  315.   org.oscarehr.common.dao.DemographicQueryFavouritesDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  316.   org.oscarehr.common.dao.DemographicSetsDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  317.   org.oscarehr.common.dao.DemographicStudyDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  318.   org.oscarehr.common.dao.DesAnnualReviewPlanDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  319.   org.oscarehr.common.dao.DesapriskDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  320.   org.oscarehr.common.dao.DiagnosticCodeDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  321.   org.oscarehr.common.dao.DiseasesDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  322.   org.oscarehr.common.dao.DocumentDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  323.   org.oscarehr.common.dao.EFormDataDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  324.   org.oscarehr.common.dao.EFormValueDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  325.   org.oscarehr.common.dao.FavoriteDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  326.   org.oscarehr.common.dao.FlowSheetCustomizationDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  327.   testCreate(org.oscarehr.common.dao.FlowSheetDrugDaoTest)
  328.   org.oscarehr.common.dao.FlowSheetDxDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  329.   org.oscarehr.common.dao.Icd9DaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  330.   org.oscarehr.common.dao.IntegratorControlDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  331.   org.oscarehr.common.dao.MyGroupDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  332.   org.oscarehr.common.dao.OscarAnnotationDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  333.   org.oscarehr.common.dao.OscarAppointmentDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  334.   org.oscarehr.common.dao.OtherIdDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  335.   org.oscarehr.common.dao.PharmacyInfoDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  336.   org.oscarehr.common.dao.ProviderDefaultProgramDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  337.   testCreate(org.oscarehr.common.dao.ProviderFacilityDaoTest)
  338.   org.oscarehr.common.dao.ProviderInboxRoutingDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  339.   org.oscarehr.common.dao.ProviderSiteDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  340.   org.oscarehr.common.dao.QueueDocumentLinkDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  341.   org.oscarehr.common.dao.RemoteIntegratedDataCopyDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  342.   org.oscarehr.common.dao.RemoteReferralDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  343.   org.oscarehr.common.dao.RScheduleDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  344.   org.oscarehr.common.dao.ScheduleDateDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  345.   org.oscarehr.common.dao.ScheduleHolidayDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  346.   org.oscarehr.common.dao.ScheduleTemplateCodeDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  347.   org.oscarehr.common.dao.ScheduleTemplateDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  348.   org.oscarehr.common.dao.ScratchPadDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  349.   org.oscarehr.common.dao.SiteDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  350.   testCreate(org.oscarehr.common.dao.TicklerLinkDaoTest)
  351.   testCreate(org.oscarehr.common.dao.UserDSMessagePrefsDaoTest)
  352.   org.oscarehr.common.dao.UserPropertyDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  353.   org.oscarehr.common.dao.ViewDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  354.   org.oscarehr.common.dao.WaitingListDaoTest: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
  355.  
  356. Tests run: 76, Failures: 0, Errors: 73, Skipped: 0
  357.  
  358. [INFO] ------------------------------------------------------------------------
  359. [INFO] BUILD FAILURE
  360. [INFO] ------------------------------------------------------------------------
  361. [INFO] Total time: 39.396s
  362. [INFO] Finished at: Wed Jul 04 00:46:20 EDT 2012
  363. [INFO] Final Memory: 44M/98M
  364. [INFO] ------------------------------------------------------------------------
  365. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (default-test) on project oscar: There are test failures.
  366. [ERROR]
  367. [ERROR] Please refer to /Users/victorng/dev/oscar/target/surefire-reports for the individual test results.
  368. [ERROR] -> [Help 1]
  369. [ERROR]
  370. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  371. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  372. [ERROR]
  373. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  374. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  375. Victors-MacBook-Pro:oscar victorng$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement