Results 1 to 3 of 3

Thread: Stack size too large using roo test

  1. #1
    Join Date
    Sep 2009
    Posts
    21

    Default Stack size too large using roo test

    When I run my FooIntegrationTest's testMarkerMethod(), it gave me the following exception -

    Caused by: java.lang.VerifyError: (class: com/foo/domain/FooDataOnDemand_Roo_DataOnDemand, method: <clinit> signature: ()V) Stack size too large

    I tried to set JVM's -Xms100m -Xmx500m -Xss90m to increase the stack size to no avail. Could anyone kindly advise on what's is the real issue here and the workaround?

    Thanks!

  2. #2
    Join Date
    Sep 2009
    Posts
    21

    Default

    After I did a clean build, this goes away. Just FYI for the roo's fan in this list.

  3. #3
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Thanks for sharing. I'll make a note in the known issues section of the reference guide to help others who may come across it.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •