The environment I was running it on is listed below. I'm currently testing with 1.7.x, so I'm not able to try your fix.
O.S. = Windows Server 2008 R2 Standard (64-bit) Java = 1.6.0_21 (64-bit) Tomcat = 6.0.24 (64-bit) MySQL = 5.1.51 (64-bit) Steve -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ben Wolfe Sent: Thursday, September 01, 2011 3:42 PM To: [email protected] Subject: Re: [OPENMRS-DEV] 1.8.x Theme Error Interesting. What is your environment? I've seen some devs hit this and it was caused by a cache in tomcat. Deleting the work directory and restarting seems to make it go away. It would be nice if we could figure out how to replicate this so we can fix it. Ben On Wed, Aug 31, 2011 at 9:51 PM, McKee, Steven Jay <[email protected]> wrote: > I'm attempting an upgrade to OpenMRS 1.8.x from 1.7.x to do some > performance tests for our form creation times, and I get the error below in > the logs. > Any ideas what is causing this? > > > > Thanks, > > Steve > > > > RequestContextAwareTag.doStartTag|2011-08-31 13:48:32,831|Theme > 'theme': No message found under code 'jqueryui.theme.name' for locale 'en_US'. > > javax.servlet.jsp.JspTagException: Theme 'theme': No message found > under code 'jqueryui.theme.name' for locale 'en_US'. > > at > org.springframework.web.servlet.tags.MessageTag.doStartTagInternal(Mes > sageTag.java:184) > > at > org.springframework.web.servlet.tags.RequestContextAwareTag.doStartTag > (RequestContextAwareTag.java:79) > > at > org.apache.jsp.WEB_002dINF.view.uncaughtException_jsp._jspx_meth_sprin > g_005ftheme_005f0(uncaughtException_jsp.java:723) > > at > org.apache.jsp.WEB_002dINF.view.uncaughtException_jsp._jspx_meth_c_005 > fif_005f0(uncaughtException_jsp.java:620) > > at > org.apache.jsp.WEB_002dINF.view.uncaughtException_jsp._jspService(unca > ughtException_jsp.java:184) > > at > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) > > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper. > java:377) > > at > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:31 > 3) > > at > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) > > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli > cationFilterChain.java:290) > > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi > lterChain.java:206) > > at > org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.ja > va:112) > > at > org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRe > questFilter.java:76) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli > cationFilterChain.java:235) > > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi > lterChain.java:206) > > at > org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doF > ilterInternal(OpenSessionInViewFilter.java:198) > > at > org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRe > questFilter.java:76) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli > cationFilterChain.java:235) > > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi > lterChain.java:206) > > at > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispa > tcher.java:646) > > at > org.apache.catalina.core.ApplicationDispatcher.processRequest(Applicat > ionDispatcher.java:438) > > at > org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDi > spatcher.java:374) > > at > org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDisp > atcher.java:302) > > at > org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.ja > va:415) > > at > org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve > .java:270) > > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.ja > va:141) > > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.ja > va:102) > > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValv > e.java:109) > > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java > :298) > > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java: > 852) > > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proces > s(Http11Protocol.java:588) > > at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489 > ) > > at java.lang.Thread.run(Thread.java:619) > > > > ________________________________ > Click here to unsubscribe from OpenMRS Developers' mailing list _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l] _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

