Advertisement
Guest User

Error 1

a guest
Jan 15th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.10 KB | None | 0 0
  1. HTTP Status 500 -
  2.  
  3.  
  4. type Exception report
  5.  
  6. message
  7.  
  8. description The server encountered an internal error () that prevented it from fulfilling this request.
  9.  
  10. exception
  11. org.apache.jasper.JasperException: Unable to compile class for JSP:
  12.  
  13. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/users/localHeader.jsp
  14. The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
  15. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  16. 4: </li>
  17. 5: <openmrs:hasPrivilege privilege="Edit Users">
  18. 6: <li <c:if test='<%= request.getRequestURI().contains("users/users") %>'>class="active"</c:if>>
  19. 7: <a href="${pageContext.request.contextPath}/admin/users/users.list">
  20. 8: <openmrs:message code="User.manage"/>
  21. 9: </a>
  22.  
  23.  
  24. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/users/localHeader.jsp
  25. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  26. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  27. 4: </li>
  28. 5: <openmrs:hasPrivilege privilege="Edit Users">
  29. 6: <li <c:if test='<%= request.getRequestURI().contains("users/users") %>'>class="active"</c:if>>
  30. 7: <a href="${pageContext.request.contextPath}/admin/users/users.list">
  31. 8: <openmrs:message code="User.manage"/>
  32. 9: </a>
  33.  
  34.  
  35. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/users/localHeader.jsp
  36. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  37. 10: </li>
  38. 11: </openmrs:hasPrivilege>
  39. 12: <openmrs:hasPrivilege privilege="Manage Roles">
  40. 13: <li <c:if test='<%= request.getRequestURI().contains("role") %>'>class="active"</c:if>>
  41. 14: <a href="${pageContext.request.contextPath}/admin/users/role.list">
  42. 15: <openmrs:message code="Role.manage"/>
  43. 16: </a>
  44.  
  45.  
  46. An error occurred at line: 20 in the jsp file: /WEB-INF/view/admin/users/localHeader.jsp
  47. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  48. 17: </li>
  49. 18: </openmrs:hasPrivilege>
  50. 19: <openmrs:hasPrivilege privilege="Manage Privileges">
  51. 20: <li <c:if test='<%= request.getRequestURI().contains("privilege") %>'>class="active"</c:if>>
  52. 21: <a href="${pageContext.request.contextPath}/admin/users/privilege.list">
  53. 22: <openmrs:message code="Privilege.manage"/>
  54. 23: </a>
  55.  
  56.  
  57. An error occurred at line: 27 in the jsp file: /WEB-INF/view/admin/users/localHeader.jsp
  58. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  59. 24: </li>
  60. 25: </openmrs:hasPrivilege>
  61. 26: <openmrs:hasPrivilege privilege="Manage Alerts">
  62. 27: <li <c:if test='<%= request.getRequestURI().contains("alert") %>'>class="active"</c:if>>
  63. 28: <a href="${pageContext.request.contextPath}/admin/users/alert.list">
  64. 29: <openmrs:message code="Alert.manage"/>
  65. 30: </a>
  66.  
  67.  
  68. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/patients/localHeader.jsp
  69. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  70. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  71. 4: </li>
  72. 5: <openmrs:hasPrivilege privilege="Add Patients,Edit Patients,Delete Patients,View Patients">
  73. 6: <li <c:if test='<%= request.getRequestURI().contains("patients/index") %>'>class="active"</c:if>>
  74. 7: <a href="${pageContext.request.contextPath}/admin/patients/">
  75. 8: <openmrs:message code="Patient.manage"/>
  76. 9: </a>
  77.  
  78.  
  79. An error occurred at line: 15 in the jsp file: /WEB-INF/view/admin/patients/localHeader.jsp
  80. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  81. 12: <openmrs:globalProperty key="use_patient_attribute.tribe" defaultValue="false" var="showTribe"/>
  82. 13: <c:if test="${showTribe == 'true'}">
  83. 14: <openmrs:hasPrivilege privilege="Manage Tribes">
  84. 15: <li <c:if test='<%= request.getRequestURI().contains("tribe") %>'>class="active"</c:if>>
  85. 16: <a href="${pageContext.request.contextPath}/admin/patients/tribe.list">
  86. 17: <openmrs:message code="Tribe.manage"/>
  87. 18: </a>
  88.  
  89.  
  90. An error occurred at line: 23 in the jsp file: /WEB-INF/view/admin/patients/localHeader.jsp
  91. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  92. 20: </openmrs:hasPrivilege>
  93. 21: </c:if>
  94. 22: <openmrs:hasPrivilege privilege="Edit Patients">
  95. 23: <li <c:if test='<%= request.getRequestURI().contains("patients/findDuplicatePatients") %>'>class="active"</c:if>>
  96. 24: <a href="${pageContext.request.contextPath}/admin/patients/findDuplicatePatients.htm">
  97. 25: <openmrs:message code="Patient.merge.find"/>
  98. 26: </a>
  99.  
  100.  
  101. An error occurred at line: 30 in the jsp file: /WEB-INF/view/admin/patients/localHeader.jsp
  102. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  103. 27: </li>
  104. 28: </openmrs:hasPrivilege>
  105. 29: <openmrs:hasPrivilege privilege="Manage Identifier Types">
  106. 30: <li <c:if test='<%= request.getRequestURI().contains("patientIdentifierType") %>'>class="active"</c:if>>
  107. 31: <a href="${pageContext.request.contextPath}/admin/patients/patientIdentifierType.list">
  108. 32: <openmrs:message code="PatientIdentifierType.manage"/>
  109. 33: </a>
  110.  
  111.  
  112. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/person/localHeader.jsp
  113. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  114. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  115. 4: </li>
  116. 5: <openmrs:hasPrivilege privilege="Add Persons,Edit Persons,Delete Persons,View Persons">
  117. 6: <li <c:if test='<%= request.getRequestURI().contains("person/index") %>'>class="active"</c:if>>
  118. 7: <a href="${pageContext.request.contextPath}/admin/person/index.htm">
  119. 8: <openmrs:message code="Person.manage"/>
  120. 9: </a>
  121.  
  122.  
  123. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/person/localHeader.jsp
  124. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  125. 10: </li>
  126. 11: </openmrs:hasPrivilege>
  127. 12: <openmrs:hasPrivilege privilege="Manage Relationship Types">
  128. 13: <li <c:if test='<%= request.getRequestURI().contains("relationshipType") %>'>class="active"</c:if>>
  129. 14: <a href="${pageContext.request.contextPath}/admin/person/relationshipType.list">
  130. 15: <openmrs:message code="RelationshipType.manage"/>
  131. 16: </a>
  132.  
  133.  
  134. An error occurred at line: 20 in the jsp file: /WEB-INF/view/admin/person/localHeader.jsp
  135. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  136. 17: </li>
  137. 18: </openmrs:hasPrivilege>
  138. 19: <openmrs:hasPrivilege privilege="Manage Person Attribute Types">
  139. 20: <li <c:if test='<%= request.getRequestURI().contains("personAttribute") %>'>class="active"</c:if>>
  140. 21: <a href="${pageContext.request.contextPath}/admin/person/personAttributeType.list">
  141. 22: <openmrs:message code="PersonAttributeType.manage"/>
  142. 23: </a>
  143.  
  144.  
  145. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/visits/localHeader.jsp
  146. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  147. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  148. 4: </li>
  149. 5: <openmrs:hasPrivilege privilege="Manage Visit Types,View Visit Types">
  150. 6: <li <c:if test='<%= request.getRequestURI().contains("visits/visitTypeList.jsp") %>'>class="active"</c:if>>
  151. 7: <a href="${pageContext.request.contextPath}/admin/visits/visitType.list">
  152. 8: <openmrs:message code="VisitType.manage"/>
  153. 9: </a>
  154.  
  155.  
  156. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/visits/localHeader.jsp
  157. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  158. 10: </li>
  159. 11: </openmrs:hasPrivilege>
  160. 12: <openmrs:hasPrivilege privilege="Manage Visit Attribute Types,View Visit Attribute Types,Purge Visit Attribute Types">
  161. 13: <li <c:if test='<%= request.getRequestURI().contains("visits/visitAttributeTypeList.jsp") %>'>class="active"</c:if>>
  162. 14: <a href="${pageContext.request.contextPath}/admin/visits/visitAttributeType.list">
  163. 15: <openmrs:message code="VisitAttributeType.manage"/>
  164. 16: </a>
  165.  
  166.  
  167. An error occurred at line: 20 in the jsp file: /WEB-INF/view/admin/visits/localHeader.jsp
  168. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  169. 17: </li>
  170. 18: </openmrs:hasPrivilege>
  171. 19: <openmrs:hasPrivilege privilege="Configure Visits">
  172. 20: <li <c:if test='<%= request.getRequestURI().contains("configureVisits") %>'>class="active"</c:if>>
  173. 21: <a href="${pageContext.request.contextPath}/admin/visits/configureVisits.list">
  174. 22: <openmrs:message code="Visit.configure"/>
  175. 23: </a>
  176.  
  177.  
  178. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/encounters/localHeader.jsp
  179. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  180. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  181. 4: </li>
  182. 5: <openmrs:hasPrivilege privilege="Add Encounters,Edit Encounters,Delete Encounters,View Encounters">
  183. 6: <li <c:if test='<%= request.getRequestURI().contains("encounters/index") %>'>class="active"</c:if>>
  184. 7: <a href="${pageContext.request.contextPath}/admin/encounters/index.htm">
  185. 8: <openmrs:message code="Encounter.manage"/>
  186. 9: </a>
  187.  
  188.  
  189. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/encounters/localHeader.jsp
  190. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  191. 10: </li>
  192. 11: </openmrs:hasPrivilege>
  193. 12: <openmrs:hasPrivilege privilege="Manage Encounter Types">
  194. 13: <li <c:if test='<%= request.getRequestURI().contains("encounterType") %>'>class="active"</c:if>>
  195. 14: <a href="${pageContext.request.contextPath}/admin/encounters/encounterType.list">
  196. 15: <openmrs:message code="EncounterType.manage"/>
  197. 16: </a>
  198.  
  199.  
  200. An error occurred at line: 20 in the jsp file: /WEB-INF/view/admin/encounters/localHeader.jsp
  201. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  202. 17: </li>
  203. 18: </openmrs:hasPrivilege>
  204. 19: <openmrs:hasPrivilege privilege="Manage Encounter Roles">
  205. 20: <li <c:if test='<%= request.getRequestURI().contains("encounterRole") %>'>class="active"</c:if>>
  206. 21: <a href="${pageContext.request.contextPath}/admin/encounters/encounterRole.list">
  207. 22: <openmrs:message code="EncounterRole.manage"/>
  208. 23: </a>
  209.  
  210.  
  211. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/provider/localHeader.jsp
  212. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  213. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  214. 4: </li>
  215. 5: <openmrs:hasPrivilege privilege="Manage Providers,Purge Providers,View Providers">
  216. 6: <li <c:if test='<%= request.getRequestURI().contains("provider/index") %>'>class="active"</c:if>>
  217. 7: <a href="${pageContext.request.contextPath}/admin/provider/index.htm">
  218. 8: <openmrs:message code="Provider.manage"/>
  219. 9: </a>
  220.  
  221.  
  222. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/provider/localHeader.jsp
  223. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  224. 10: </li>
  225. 11: </openmrs:hasPrivilege>
  226. 12: <openmrs:hasPrivilege privilege="Manage Provider Attribute Types,View Provider Attribute Types,Purge Provider Attribute Types">
  227. 13: <li <c:if test='<%= request.getRequestURI().contains("provider/providerAttributeTypeList.jsp") %>'>class="active"</c:if>>
  228. 14: <a href="${pageContext.request.contextPath}/admin/provider/providerAttributeType.list">
  229. 15: <openmrs:message code="ProviderAttributeType.manage"/>
  230. 16: </a>
  231.  
  232.  
  233. An error occurred at line: 7 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  234. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  235. 4: </li>
  236. 5:
  237. 6: <openmrs:hasPrivilege privilege="Manage Locations">
  238. 7: <li <c:if test='<%= request.getRequestURI().contains("location") && !request.getRequestURI().contains("Tag") && !request.getRequestURI().contains("hierarchy") && !request.getRequestURI().contains("Attribute") && !request.getRequestURI().contains("addressTemplate") %>'>class="active"</c:if>>
  239. 8: <a href="${pageContext.request.contextPath}/admin/locations/location.list">
  240. 9: <openmrs:message code="Location.manage"/>
  241. 10: </a>
  242.  
  243.  
  244. An error occurred at line: 7 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  245. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  246. 4: </li>
  247. 5:
  248. 6: <openmrs:hasPrivilege privilege="Manage Locations">
  249. 7: <li <c:if test='<%= request.getRequestURI().contains("location") && !request.getRequestURI().contains("Tag") && !request.getRequestURI().contains("hierarchy") && !request.getRequestURI().contains("Attribute") && !request.getRequestURI().contains("addressTemplate") %>'>class="active"</c:if>>
  250. 8: <a href="${pageContext.request.contextPath}/admin/locations/location.list">
  251. 9: <openmrs:message code="Location.manage"/>
  252. 10: </a>
  253.  
  254.  
  255. An error occurred at line: 7 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  256. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  257. 4: </li>
  258. 5:
  259. 6: <openmrs:hasPrivilege privilege="Manage Locations">
  260. 7: <li <c:if test='<%= request.getRequestURI().contains("location") && !request.getRequestURI().contains("Tag") && !request.getRequestURI().contains("hierarchy") && !request.getRequestURI().contains("Attribute") && !request.getRequestURI().contains("addressTemplate") %>'>class="active"</c:if>>
  261. 8: <a href="${pageContext.request.contextPath}/admin/locations/location.list">
  262. 9: <openmrs:message code="Location.manage"/>
  263. 10: </a>
  264.  
  265.  
  266. An error occurred at line: 7 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  267. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  268. 4: </li>
  269. 5:
  270. 6: <openmrs:hasPrivilege privilege="Manage Locations">
  271. 7: <li <c:if test='<%= request.getRequestURI().contains("location") && !request.getRequestURI().contains("Tag") && !request.getRequestURI().contains("hierarchy") && !request.getRequestURI().contains("Attribute") && !request.getRequestURI().contains("addressTemplate") %>'>class="active"</c:if>>
  272. 8: <a href="${pageContext.request.contextPath}/admin/locations/location.list">
  273. 9: <openmrs:message code="Location.manage"/>
  274. 10: </a>
  275.  
  276.  
  277. An error occurred at line: 7 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  278. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  279. 4: </li>
  280. 5:
  281. 6: <openmrs:hasPrivilege privilege="Manage Locations">
  282. 7: <li <c:if test='<%= request.getRequestURI().contains("location") && !request.getRequestURI().contains("Tag") && !request.getRequestURI().contains("hierarchy") && !request.getRequestURI().contains("Attribute") && !request.getRequestURI().contains("addressTemplate") %>'>class="active"</c:if>>
  283. 8: <a href="${pageContext.request.contextPath}/admin/locations/location.list">
  284. 9: <openmrs:message code="Location.manage"/>
  285. 10: </a>
  286.  
  287.  
  288. An error occurred at line: 14 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  289. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  290. 11: </li>
  291. 12: </openmrs:hasPrivilege>
  292. 13: <openmrs:hasPrivilege privilege="Manage Location Tags">
  293. 14: <li <c:if test='<%= request.getRequestURI().contains("locationTag") %>'>class="active"</c:if>>
  294. 15: <a href="${pageContext.request.contextPath}/admin/locations/locationTag.list">
  295. 16: <openmrs:message code="LocationTag.manage"/>
  296. 17: </a>
  297.  
  298.  
  299. An error occurred at line: 21 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  300. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  301. 18: </li>
  302. 19: </openmrs:hasPrivilege>
  303. 20: <openmrs:hasPrivilege privilege="View Locations">
  304. 21: <li <c:if test='<%= request.getRequestURI().contains("hierarchy") %>'>class="active"</c:if>>
  305. 22: <a href="${pageContext.request.contextPath}/admin/locations/hierarchy.list">
  306. 23: <openmrs:message code="Location.hierarchy.view"/>
  307. 24: </a>
  308.  
  309.  
  310. An error occurred at line: 28 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  311. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  312. 25: </li>
  313. 26: </openmrs:hasPrivilege>
  314. 27: <openmrs:hasPrivilege privilege="Manage Location Attribute Types">
  315. 28: <li <c:if test='<%= request.getRequestURI().contains("locationAttributeTypes") %>'>class="active"</c:if>>
  316. 29: <a href="${pageContext.request.contextPath}/admin/locations/locationAttributeTypes.list">
  317. 30: <openmrs:message code="LocationAttributeType.manage"/>
  318. 31: </a>
  319.  
  320.  
  321. An error occurred at line: 35 in the jsp file: /WEB-INF/view/admin/locations/localHeader.jsp
  322. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  323. 32: </li>
  324. 33: </openmrs:hasPrivilege>
  325. 34: <openmrs:hasPrivilege privilege="Manage Address Templates">
  326. 35: <li <c:if test='<%= request.getRequestURI().contains("addressTemplate") %>'>class="active"</c:if>>
  327. 36: <a href="${pageContext.request.contextPath}/admin/locations/addressTemplate.form">
  328. 37: <openmrs:message code="AddressTemplate.Manage"/>
  329. 38: </a>
  330.  
  331.  
  332. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/observations/localHeader.jsp
  333. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  334. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  335. 4: </li>
  336. 5: <openmrs:hasPrivilege privilege="Add Observations,Edit Observations,Delete Observations,View Observations">
  337. 6: <li <c:if test='<%= request.getRequestURI().contains("observations/index") %>'>class="active"</c:if>>
  338. 7: <a href="${pageContext.request.contextPath}/admin/observations/">
  339. 8: <openmrs:message code="Obs.manage"/>
  340. 9: </a>
  341.  
  342.  
  343. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/scheduler/localHeader.jsp
  344. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  345. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  346. 4: </li>
  347. 5: <openmrs:hasPrivilege privilege="Manage Scheduler">
  348. 6: <li <c:if test='<%= request.getRequestURI().contains("schedulerList") %>'>class="active"</c:if>>
  349. 7: <a href="${pageContext.request.contextPath}/admin/scheduler/scheduler.list">
  350. 8: <openmrs:message code="Scheduler.title"/>
  351. 9: </a>
  352.  
  353.  
  354. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/programs/localHeader.jsp
  355. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  356. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  357. 4: </li>
  358. 5: <openmrs:hasPrivilege privilege="Manage Programs">
  359. 6: <li <c:if test='<%= request.getRequestURI().contains("programs/program") %>'>class="active"</c:if>>
  360. 7: <a href="${pageContext.request.contextPath}/admin/programs/program.list">
  361. 8: <openmrs:message code="Program.manage"/>
  362. 9: </a>
  363.  
  364.  
  365. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/programs/localHeader.jsp
  366. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  367. 10: </li>
  368. 11: </openmrs:hasPrivilege>
  369. 12: <openmrs:hasPrivilege privilege="Manage Programs">
  370. 13: <li <c:if test='<%= request.getRequestURI().contains("programs/conversion") %>'>class="active"</c:if>>
  371. 14: <a href="${pageContext.request.contextPath}/admin/programs/conversion.list">
  372. 15: <openmrs:message code="Program.conversion.manage"/>
  373. 16: </a>
  374.  
  375.  
  376. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  377. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  378. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  379. 4: </li>
  380. 5: <openmrs:hasPrivilege privilege="Manage Concepts,View Concepts">
  381. 6: <li <c:if test='<%= request.getRequestURI().contains("concepts/index") %>'>class="active"</c:if>>
  382. 7: <a href="${pageContext.request.contextPath}/dictionary">
  383. 8: <openmrs:message code="Concept.manage"/>
  384. 9: </a>
  385.  
  386.  
  387. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  388. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  389. 10: </li>
  390. 11: </openmrs:hasPrivilege>
  391. 12: <openmrs:hasPrivilege privilege="Manage Concepts">
  392. 13: <li <c:if test='<%= request.getRequestURI().contains("conceptDrug") %>'>class="active"</c:if>>
  393. 14: <a href="${pageContext.request.contextPath}/admin/concepts/conceptDrug.list">
  394. 15: <openmrs:message code="ConceptDrug.manage"/>
  395. 16: </a>
  396.  
  397.  
  398. An error occurred at line: 20 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  399. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  400. 17: </li>
  401. 18: </openmrs:hasPrivilege>
  402. 19: <openmrs:hasPrivilege privilege="View Concept Proposals">
  403. 20: <li <c:if test='<%= request.getRequestURI().contains("Proposal") %>'>class="active"</c:if>>
  404. 21: <a href="${pageContext.request.contextPath}/admin/concepts/conceptProposal.list">
  405. 22: <openmrs:message code="ConceptProposal.manage"/>
  406. 23: </a>
  407.  
  408.  
  409. An error occurred at line: 27 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  410. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  411. 24: </li>
  412. 25: </openmrs:hasPrivilege>
  413. 26: <openmrs:hasPrivilege privilege="Manage Concept Classes">
  414. 27: <li <c:if test='<%= request.getRequestURI().contains("Class") %>'>class="active"</c:if>>
  415. 28: <a href="${pageContext.request.contextPath}/admin/concepts/conceptClass.list">
  416. 29: <openmrs:message code="ConceptClass.manage"/>
  417. 30: </a>
  418.  
  419.  
  420. An error occurred at line: 34 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  421. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  422. 31: </li>
  423. 32: </openmrs:hasPrivilege>
  424. 33: <openmrs:hasPrivilege privilege="Manage Concept Datatypes">
  425. 34: <li <c:if test='<%= request.getRequestURI().contains("Datatype") %>'>class="active"</c:if>>
  426. 35: <a href="${pageContext.request.contextPath}/admin/concepts/conceptDatatype.list">
  427. 36: <openmrs:message code="ConceptDatatype.manage"/>
  428. 37: </a>
  429.  
  430.  
  431. An error occurred at line: 41 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  432. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  433. 38: </li>
  434. 39: </openmrs:hasPrivilege>
  435. 40: <openmrs:hasPrivilege privilege="Manage Concept Sources">
  436. 41: <li <c:if test='<%= request.getRequestURI().contains("conceptSource") %>'>class="active"</c:if>>
  437. 42: <a href="${pageContext.request.contextPath}/admin/concepts/conceptSource.list">
  438. 43: <openmrs:message code="ConceptSource.manage"/>
  439. 44: </a>
  440.  
  441.  
  442. An error occurred at line: 48 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  443. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  444. 45: </li>
  445. 46: </openmrs:hasPrivilege>
  446. 47: <openmrs:hasPrivilege privilege="Manage Concept Stop Words">
  447. 48: <li <c:if test='<%= request.getRequestURI().contains("conceptStopWord") %>'>class="active"</c:if>>
  448. 49: <a href="${pageContext.request.contextPath}/admin/concepts/conceptStopWord.list">
  449. 50: <openmrs:message code="ConceptStopWord.manage"/>
  450. 51: </a>
  451.  
  452.  
  453. An error occurred at line: 57 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  454. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  455. 54: <openmrs:globalProperty key="concept_map_type_management.enable" defaultValue="false" var="allowConceptMapTypeManagement"/>
  456. 55: <c:if test='${allowConceptMapTypeManagement}'>
  457. 56: <openmrs:hasPrivilege privilege="Manage Concept Map Types">
  458. 57: <li <c:if test='<%= request.getRequestURI().contains("conceptMapType") %>'>class="active"</c:if>>
  459. 58: <a href="${pageContext.request.contextPath}/admin/concepts/conceptMapTypeList.list">
  460. 59: <openmrs:message code="ConceptMapType.manage"/>
  461. 60: </a>
  462.  
  463.  
  464. An error occurred at line: 65 in the jsp file: /WEB-INF/view/admin/concepts/localHeader.jsp
  465. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  466. 62: </openmrs:hasPrivilege>
  467. 63: </c:if>
  468. 64: <openmrs:hasPrivilege privilege="Manage Concept Reference Terms">
  469. 65: <li <c:if test='<%= request.getRequestURI().contains("conceptReferenceTerm") %>'>class="active"</c:if>>
  470. 66: <a href="${pageContext.request.contextPath}/admin/concepts/conceptReferenceTerms.htm">
  471. 67: <openmrs:message code="ConceptReferenceTerm.manage"/>
  472. 68: </a>
  473.  
  474.  
  475. An error occurred at line: 8 in the jsp file: /WEB-INF/view/admin/forms/localHeader.jsp
  476. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  477. 5: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  478. 6: </li>
  479. 7: <openmrs:hasPrivilege privilege="<%= PrivilegeConstants.MANAGE_FORMS %>">
  480. 8: <li <c:if test='<%= request.getRequestURI().contains("forms/form") %>'>class="active"</c:if>>
  481. 9: <a href="${pageContext.request.contextPath}/admin/forms/form.list">
  482. 10: <openmrs:message code="Form.manage"/>
  483. 11: </a>
  484.  
  485.  
  486. An error occurred at line: 15 in the jsp file: /WEB-INF/view/admin/forms/localHeader.jsp
  487. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  488. 12: </li>
  489. 13: </openmrs:hasPrivilege>
  490. 14: <openmrs:hasPrivilege privilege="Edit Forms">
  491. 15: <li <c:if test='<%= request.getRequestURI().contains("fieldForm") || request.getRequestURI().contains("fieldList") %>'>class="active"</c:if>>
  492. 16: <a href="${pageContext.request.contextPath}/admin/forms/field.list">
  493. 17: <openmrs:message code="Field.manage"/>
  494. 18: </a>
  495.  
  496.  
  497. An error occurred at line: 15 in the jsp file: /WEB-INF/view/admin/forms/localHeader.jsp
  498. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  499. 12: </li>
  500. 13: </openmrs:hasPrivilege>
  501. 14: <openmrs:hasPrivilege privilege="Edit Forms">
  502. 15: <li <c:if test='<%= request.getRequestURI().contains("fieldForm") || request.getRequestURI().contains("fieldList") %>'>class="active"</c:if>>
  503. 16: <a href="${pageContext.request.contextPath}/admin/forms/field.list">
  504. 17: <openmrs:message code="Field.manage"/>
  505. 18: </a>
  506.  
  507.  
  508. An error occurred at line: 21 in the jsp file: /WEB-INF/view/admin/forms/localHeader.jsp
  509. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  510. 18: </a>
  511. 19: </li>
  512. 20: <!-- commenting out link until page is implemented
  513. 21: <li <c:if test='<%= request.getRequestURI().contains("fieldAnswers") %>'>class="active"</c:if>>
  514. 22: <a href="${pageContext.request.contextPath}/admin/forms/fieldAnswer.list" class="retired">
  515. 23: <openmrs:message code="FieldAnswer.manage"/>
  516. 24: </a>
  517.  
  518.  
  519. An error occurred at line: 29 in the jsp file: /WEB-INF/view/admin/forms/localHeader.jsp
  520. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  521. 26: -->
  522. 27: </openmrs:hasPrivilege>
  523. 28: <openmrs:hasPrivilege privilege="Manage Field Types">
  524. 29: <li <c:if test='<%= request.getRequestURI().contains("fieldType") %>'>class="active"</c:if>>
  525. 30: <a href="${pageContext.request.contextPath}/admin/forms/fieldType.list">
  526. 31: <openmrs:message code="FieldType.manage"/>
  527. 32: </a>
  528.  
  529.  
  530. An error occurred at line: 36 in the jsp file: /WEB-INF/view/admin/forms/localHeader.jsp
  531. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  532. 33: </li>
  533. 34: </openmrs:hasPrivilege>
  534. 35: <openmrs:hasPrivilege privilege="<%= PrivilegeConstants.MANAGE_FORMS %>">
  535. 36: <li <c:if test='<%= request.getRequestURI().contains("auditField") %>'>class="active"</c:if>>
  536. 37: <a href="${pageContext.request.contextPath}/admin/forms/auditField.form">
  537. 38: <openmrs:message code="FormField.auditButton"/>
  538. 39: </a>
  539.  
  540.  
  541. An error occurred at line: 7 in the jsp file: /WEB-INF/view/admin/hl7/localHeader.jsp
  542. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  543. 4: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  544. 5: </li>
  545. 6: <openmrs:hasPrivilege privilege="Add HL7 Source,View HL7 Source,Update HL7 Source,Purge HL7 Source">
  546. 7: <li <c:if test='<%= request.getRequestURI().contains("hl7Source") %>'>class="active"</c:if>>
  547. 8: <a href="${pageContext.request.contextPath}/admin/hl7/hl7Source.list">
  548. 9: <openmrs:message code="Hl7Source.manage.title"/>
  549. 10: </a>
  550.  
  551.  
  552. An error occurred at line: 14 in the jsp file: /WEB-INF/view/admin/hl7/localHeader.jsp
  553. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  554. 11: </li>
  555. 12: </openmrs:hasPrivilege>
  556. 13: <openmrs:hasPrivilege privilege="View HL7 Inbound Messages">
  557. 14: <li <c:if test='<%= request.getRequestURI().contains("hl7InQueueList") %>'>class="active"</c:if>>
  558. 15: <a href="${pageContext.request.contextPath}/admin/hl7/hl7InQueuePending.htm">
  559. 16: <openmrs:message code="Hl7inQueue.pending.title"/>
  560. 17: </a>
  561.  
  562.  
  563. An error occurred at line: 21 in the jsp file: /WEB-INF/view/admin/hl7/localHeader.jsp
  564. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  565. 18: </li>
  566. 19: </openmrs:hasPrivilege>
  567. 20: <openmrs:hasPrivilege privilege="View HL7 Inbound Messages">
  568. 21: <li <c:if test='<%= request.getRequestURI().contains("hl7OnHoldList") %>'>class="active"</c:if>>
  569. 22: <a href="${pageContext.request.contextPath}/admin/hl7/hl7InQueueHeld.htm">
  570. 23: <openmrs:message code="Hl7inQueue.held.title"/>
  571. 24: </a>
  572.  
  573.  
  574. An error occurred at line: 28 in the jsp file: /WEB-INF/view/admin/hl7/localHeader.jsp
  575. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  576. 25: </li>
  577. 26: </openmrs:hasPrivilege>
  578. 27: <openmrs:hasPrivilege privilege="View HL7 Inbound Messages">
  579. 28: <li <c:if test='<%= request.getRequestURI().contains("hl7InError") %>'>class="active"</c:if>>
  580. 29: <a href="${pageContext.request.contextPath}/admin/hl7/hl7InErrorList.htm">
  581. 30: <openmrs:message code="Hl7inError.title"/>
  582. 31: </a>
  583.  
  584.  
  585. An error occurred at line: 35 in the jsp file: /WEB-INF/view/admin/hl7/localHeader.jsp
  586. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  587. 32: </li>
  588. 33: </openmrs:hasPrivilege>
  589. 34: <openmrs:hasPrivilege privilege="View HL7 Inbound Archive">
  590. 35: <li <c:if test='<%= request.getRequestURI().contains("hl7InArchives") %>'>class="active"</c:if>>
  591. 36: <a id="hl7_archive_link" href="${pageContext.request.contextPath}/admin/hl7/hl7InArchives.htm">
  592. 37: <openmrs:message code="Hl7InArchive.title"/>
  593. 38: </a>
  594.  
  595.  
  596. An error occurred at line: 42 in the jsp file: /WEB-INF/view/admin/hl7/localHeader.jsp
  597. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  598. 39: </li>
  599. 40: </openmrs:hasPrivilege>
  600. 41: <openmrs:hasPrivilege privilege="View HL7 Inbound Archive">
  601. 42: <li <c:if test='<%= request.getRequestURI().contains("hl7InArchiveMigration") %>'>class="active"</c:if>>
  602. 43: <a id="hl7_archive_link" href="${pageContext.request.contextPath}/admin/hl7/hl7InArchiveMigration.htm">
  603. 44: <openmrs:message code="Hl7InArchive.migrate.title"/>
  604. 45: </a>
  605.  
  606.  
  607. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  608. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  609. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  610. 4: </li>
  611. 5: <openmrs:hasPrivilege privilege="Manage Implementation Id">
  612. 6: <li <c:if test='<%= request.getRequestURI().contains("implementationid") %>'>class="active"</c:if>>
  613. 7: <a href="${pageContext.request.contextPath}/admin/maintenance/implementationid.form">
  614. 8: <openmrs:message code="ImplementationId.set"/>
  615. 9: </a>
  616.  
  617.  
  618. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  619. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  620. 10: </li>
  621. 11: </openmrs:hasPrivilege>
  622. 12: <openmrs:hasPrivilege privilege="Audit">
  623. 13: <li <c:if test='<%= request.getRequestURI().contains("systemInfo") %>'>class="active"</c:if>>
  624. 14: <a href="${pageContext.request.contextPath}/admin/maintenance/systemInfo.htm">
  625. 15: <openmrs:message code="SystemInfo.overview"/>
  626. 16: </a>
  627.  
  628.  
  629. An error occurred at line: 20 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  630. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  631. 17: </li>
  632. 18: </openmrs:hasPrivilege>
  633. 19: <openmrs:hasPrivilege privilege="View Patients">
  634. 20: <li <c:if test='<%= request.getRequestURI().contains("quickReport") %>'>class="active"</c:if>>
  635. 21: <a href="${pageContext.request.contextPath}/admin/maintenance/quickReport.htm">
  636. 22: <openmrs:message code="QuickReport.manage"/>
  637. 23: </a>
  638.  
  639.  
  640. An error occurred at line: 27 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  641. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  642. 24: </li>
  643. 25: </openmrs:hasPrivilege>
  644. 26: <openmrs:hasPrivilege privilege="Manage Global Properties">
  645. 27: <li <c:if test='<%= request.getRequestURI().contains("settings") %>'>class="active"</c:if>>
  646. 28: <a href="${pageContext.request.contextPath}/admin/maintenance/settings.list">
  647. 29: <openmrs:message code="Settings.title"/>
  648. 30: </a>
  649.  
  650.  
  651. An error occurred at line: 34 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  652. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  653. 31: </li>
  654. 32: </openmrs:hasPrivilege>
  655. 33: <openmrs:hasPrivilege privilege="Manage Global Properties">
  656. 34: <li <c:if test='<%= request.getRequestURI().contains("globalProps") %>'>class="active"</c:if>>
  657. 35: <a href="${pageContext.request.contextPath}/admin/maintenance/globalProps.form">
  658. 36: <openmrs:message code="GlobalProperty.manage"/>
  659. 37: </a>
  660.  
  661.  
  662. An error occurred at line: 41 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  663. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  664. 38: </li>
  665. 39: </openmrs:hasPrivilege>
  666. 40: <openmrs:hasPrivilege privilege="View Server Log">
  667. 41: <li <c:if test='<%= request.getRequestURI().contains("serverLog") %>'>class="active"</c:if>>
  668. 42: <a href="${pageContext.request.contextPath}/admin/maintenance/serverLog.form">
  669. 43: <openmrs:message code="ServerLog.view"/>
  670. 44: </a>
  671.  
  672.  
  673. An error occurred at line: 48 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  674. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  675. 45: </li>
  676. 46: </openmrs:hasPrivilege>
  677. 47: <openmrs:hasPrivilege privilege="View Database Changes">
  678. 48: <li <c:if test='<%= request.getRequestURI().contains("databaseChangesInfo") %>'>class="active"</c:if>>
  679. 49: <a href="${pageContext.request.contextPath}/admin/maintenance/databaseChangesInfo.list">
  680. 50: <openmrs:message code="DatabaseChangesInfo.overview"/>
  681. 51: </a>
  682.  
  683.  
  684. An error occurred at line: 55 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  685. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  686. 52: </li>
  687. 53: </openmrs:hasPrivilege>
  688. 54: <openmrs:hasPrivilege privilege="Manage Global Properties">
  689. 55: <li <c:if test='<%= request.getRequestURI().contains("localesAndThemes") %>'>class="active"</c:if>>
  690. 56: <a href="${pageContext.request.contextPath}/admin/maintenance/localesAndThemes.form">
  691. 57: <openmrs:message code="LocalesAndThemes.manage"/>
  692. 58: </a>
  693.  
  694.  
  695. An error occurred at line: 62 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  696. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  697. 59: </li>
  698. 60: </openmrs:hasPrivilege>
  699. 61: <openmrs:hasPrivilege privilege="View Current Users">
  700. 62: <li <c:if test='<%= request.getRequestURI().contains("currentUsers") %>'>class="active"</c:if>>
  701. 63: <a href="${pageContext.request.contextPath}/admin/maintenance/currentUsers.list">
  702. 64: <openmrs:message code="ViewCurrentUsers.list"/>
  703. 65: </a>
  704.  
  705.  
  706. An error occurred at line: 69 in the jsp file: /WEB-INF/view/admin/maintenance/localHeader.jsp
  707. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  708. 66: </li>
  709. 67: </openmrs:hasPrivilege>
  710. 68: <openmrs:hasPrivilege privilege="Manage Search Index">
  711. 69: <li <c:if test='<%= request.getRequestURI().contains("searchIndex") %>'>class="active"</c:if>>
  712. 70: <a href="${pageContext.request.contextPath}/admin/maintenance/searchIndex.htm">
  713. 71: <openmrs:message code="SearchIndex.title"/>
  714. 72: </a>
  715.  
  716.  
  717. An error occurred at line: 6 in the jsp file: /WEB-INF/view/admin/modules/localHeader.jsp
  718. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  719. 3: <a href="${pageContext.request.contextPath}/admin"><openmrs:message code="admin.title.short"/></a>
  720. 4: </li>
  721. 5: <openmrs:hasPrivilege privilege="Manage Modules">
  722. 6: <li <c:if test='<%= request.getRequestURI().contains("modules/moduleList") %>'>class="active"</c:if>>
  723. 7: <a href="${pageContext.request.contextPath}/admin/modules/module.list">
  724. 8: <openmrs:message code="Module.manage"/>
  725. 9: </a>
  726.  
  727.  
  728. An error occurred at line: 13 in the jsp file: /WEB-INF/view/admin/modules/localHeader.jsp
  729. The method contains(CharSequence) in the type String is not applicable for the arguments (String)
  730. 10: </li>
  731. 11: </openmrs:hasPrivilege>
  732. 12: <openmrs:hasPrivilege privilege="Manage Modules">
  733. 13: <li <c:if test='<%= request.getRequestURI().contains("modules/moduleProperties") %>'>class="active"</c:if>>
  734. 14: <a href="${pageContext.request.contextPath}/admin/modules/moduleProperties.form">
  735. 15: <openmrs:message code="Module.manageProperties"/>
  736. 16: </a>
  737.  
  738.  
  739. Stacktrace:
  740. org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
  741. org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
  742. org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439)
  743. org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
  744. org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
  745. org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
  746. org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
  747. org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
  748. org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
  749. org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
  750. javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  751. org.openmrs.web.filter.JspClassLoaderFilter.doFilter(JspClassLoaderFilter.java:47)
  752. org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  753. org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  754. org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:238)
  755. org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:263)
  756. org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1208)
  757. org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:992)
  758. org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:939)
  759. org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)
  760. org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:953)
  761. org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:844)
  762. javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
  763. org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:829)
  764. javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  765. org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:61)
  766. org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:64)
  767. org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  768. org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:72)
  769. org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:54)
  770. org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:109)
  771. org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  772. org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:230)
  773. org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  774. org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  775. org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  776. org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  777. org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  778. org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  779.  
  780.  
  781.  
  782. note The full stack trace of the root cause is available in the Apache Tomcat/6.0.29 logs.
  783.  
  784.  
  785. Apache Tomcat/6.0.29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement