Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7556227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:48:47+00:00 2026-05-30T11:48:47+00:00

I have searched all over for somebody else with this issue and found nothing…so

  • 0

I have searched all over for somebody else with this issue and found nothing…so hopefully I can get this solved here.

I got one of the sample apps to work, but it didnt use the web mvc, so it has to do with whatever that sets up.

I have downloaded Roo (spring-roo-1.2.0.RELEASE) and Maven (apache-maven-2.2.1) and set up paths per install instructions.

I can get Roo to run just fine, but after finishing the steps:

mkdir hello
cd hello
roo
roo> hint
roo> project --topLevelPackage com.foo
roo> jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
roo> entity jpa --class ~.Timer --testAutomatically
roo> field string --fieldName message --notNull
roo> hint web mvc
roo> web mvc setup
roo> web mvc all --package ~.web
roo> selenium test --controller ~.web.TimerController
roo> web gwt setup
roo> perform tests
roo> quit

When I try to run app using mvn jetty:run I get the following (I get same using tomcat):

[INFO] Starting jetty 8.0.1.v20110908 ...
[INFO] Started Jetty Server
2012-02-18 11:38:06,868 [qtp992502906-21] ERROR org.springframework.web.servlet.tags.ThemeTag - Theme 'purple': No message found under code 'styleSheet' for locale 'en_US'.
javax.servlet.jsp.JspTagException: Theme 'purple': No message found under code 'styleSheet' for locale 'en_US'.
at org.springframework.web.servlet.tags.MessageTag.do StartTagInternal(MessageTag.java:184)
at org.springframework.web.servlet.tags.RequestContex tAwareTag.doStartTag(RequestContextAwareTag.java:7 9)
at org.apache.jsp.tag.web.util.load_002dscripts_tagx. _jspx_meth_spring_theme_0(load_002dscripts_tagx.ja va from :134)
at org.apache.jsp.tag.web.util.load_002dscripts_tagx. doTag(load_002dscripts_tagx.java from :74)
at org.apache.jsp.WEB_002dINF.layouts.default_jspx._j spx_meth_util_load$1scripts_0(default_jspx.java from :114)
at org.apache.jsp.WEB_002dINF.layouts.default_jspx._j spService(default_jspx.java from :67)
at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:109)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:847)
at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:408)
at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:483)
at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:373)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:847)
at org.eclipse.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:558)
at org.eclipse.jetty.servlet.ServletHandler.doHandle( ServletHandler.java:489)
at org.eclipse.jetty.server.handler.ScopedHandler.han dle(ScopedHandler.java:119)
at org.eclipse.jetty.security.SecurityHandler.handle( SecurityHandler.java:520)
at org.eclipse.jetty.server.session.SessionHandler.do Handle(SessionHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.do Handle(ContextHandler.java:972)
at org.eclipse.jetty.servlet.ServletHandler.doScope(S ervletHandler.java:417)
at org.eclipse.jetty.server.session.SessionHandler.do Scope(SessionHandler.java:192)
at org.eclipse.jetty.server.handler.ContextHandler.do Scope(ContextHandler.java:906)
at org.eclipse.jetty.server.handler.ScopedHandler.han dle(ScopedHandler.java:117)
at org.eclipse.jetty.server.Dispatcher.forward(Dispat cher.java:267)
at org.eclipse.jetty.server.Dispatcher.forward(Dispat cher.java:98)
at org.apache.tiles.servlet.context.ServletTilesReque stContext.forward(ServletTilesRequestContext.java: 241)
at org.apache.tiles.servlet.context.ServletTilesReque stContext.dispatch(ServletTilesRequestContext.java :222)
at org.apache.tiles.renderer.impl.TemplateAttributeRe nderer.write(TemplateAttributeRenderer.java:44)
at org.apache.tiles.renderer.impl.AbstractBaseAttribu teRenderer.render(AbstractBaseAttributeRenderer.ja va:106)
at org.apache.tiles.impl.BasicTilesContainer.render(B asicTilesContainer.java:670)
at org.apache.tiles.impl.BasicTilesContainer.render(B asicTilesContainer.java:690)
at org.apache.tiles.impl.BasicTilesContainer.render(B asicTilesContainer.java:644)
at org.apache.tiles.impl.BasicTilesContainer.render(B asicTilesContainer.java:627)
at org.apache.tiles.impl.BasicTilesContainer.render(B asicTilesContainer.java:321)
at org.springframework.web.servlet.view.tiles2.TilesV iew.renderMergedOutputModel(TilesView.java:124)
at org.springframework.web.servlet.view.AbstractView. render(AbstractView.java:262)
at org.springframework.web.servlet.DispatcherServlet. render(DispatcherServlet.java:1157)
at org.springframework.web.servlet.DispatcherServlet. doDispatch(DispatcherServlet.java:927)
at org.springframework.web.servlet.DispatcherServlet. doService(DispatcherServlet.java:827)
at org.springframework.web.servlet.FrameworkServlet.p rocessRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.d oGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:847)
at org.eclipse.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:558)
at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1362)
at org.springframework.orm.jpa.support.OpenEntityMana gerInViewFilter.doFilterInternal(OpenEntityManager InViewFilter.java:147)
at org.springframework.web.filter.OncePerRequestFilte r.doFilter(OncePerRequestFilter.java:76)
at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1333)
at org.springframework.web.filter.HiddenHttpMethodFil ter.doFilterInternal(HiddenHttpMethodFilter.java:7 7)
at org.springframework.web.filter.OncePerRequestFilte r.doFilter(OncePerRequestFilter.java:76)
at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1333)
at org.springframework.web.filter.CharacterEncodingFi lter.doFilterInternal(CharacterEncodingFilter.java :88)
at org.springframework.web.filter.OncePerRequestFilte r.doFilter(OncePerRequestFilter.java:76)
at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1333)
at org.eclipse.jetty.servlet.ServletHandler.doHandle( ServletHandler.java:487)
at org.eclipse.jetty.server.handler.ScopedHandler.han dle(ScopedHandler.java:119)
at org.eclipse.jetty.security.SecurityHandler.handle( SecurityHandler.java:520)
at org.eclipse.jetty.server.session.SessionHandler.do Handle(SessionHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.do Handle(ContextHandler.java:972)
at org.eclipse.jetty.servlet.ServletHandler.doScope(S ervletHandler.java:417)
at org.eclipse.jetty.server.session.SessionHandler.do Scope(SessionHandler.java:192)
at org.eclipse.jetty.server.handler.ContextHandler.do Scope(ContextHandler.java:906)
at org.eclipse.jetty.server.handler.ScopedHandler.han dle(ScopedHandler.java:117)
at org.eclipse.jetty.server.handler.ContextHandlerCol lection.handle(ContextHandlerCollection.java:250)
at org.eclipse.jetty.server.handler.HandlerCollection .handle(HandlerCollection.java:149)
at org.eclipse.jetty.server.handler.HandlerWrapper.ha ndle(HandlerWrapper.java:110)
at org.eclipse.jetty.server.Server.handle(Server.java :350)
at org.eclipse.jetty.server.HttpConnection.handleRequ est(HttpConnection.java:442)
at org.eclipse.jetty.server.HttpConnection$RequestHan dler.headerComplete(HttpConnection.java:910)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpPa rser.java:565)
at org.eclipse.jetty.http.HttpParser.parseAvailable(H ttpParser.java:217)
at org.eclipse.jetty.server.AsyncHttpConnection.handl e(AsyncHttpConnection.java:46)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.han dle(SelectChannelEndPoint.java:545)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.r un(SelectChannelEndPoint.java:43)
at org.eclipse.jetty.util.thread.QueuedThreadPool.run Job(QueuedThreadPool.java:598)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.r un(QueuedThreadPool.java:533)
at java.lang.Thread.run(Thread.java:662)
2012-02-18 11:38:06,902 [qtp992502906-21] ERROR org.springframework.web.servlet.tags.ThemeTag - Theme 'purple': No message found under code 'styleSheet' for locale 'en_US'.
javax.servlet.jsp.JspTagException: Theme 'purple': No message found under code 'styleSheet' for locale 'en_US'....
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T11:48:49+00:00Added an answer on May 30, 2026 at 11:48 am

    It appears that you have tried to use both GWT and Spring MVC Controllers for your web application.

    Use only one, and it would work.

    Cheers and all the best with Roo. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've searched all over and have only found: <?php wp_nav_menu( array( 'sort_column' => 'menu_order',
Okay, this should be really simple, but I have searched all over for the
Ok I have searched all over and I can't not seem to find the
I've searched all over and I can't figure this one out. I am working
I have searched all over google for a solution however this seems a new
I have searched all over the internet and SO, and I have found some
I have searched all over the web with no luck of making this project
So I have searched all over the place and I can not seem to
I've have searched on this and it seems to be a catch all, unfortunately
I have searched the forums and all over the web and have not really

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.