Results 1 to 10 of 22

Thread: Debug Roo Startup

Threaded View

  1. #1
    Join Date
    Jul 2010
    Posts
    119

    Default Debug Slow Roo Startup

    Spring Roo: 1.1.0.M3 [rev e66e029]

    Is there any way to log what roo is doing when it initially starts up?

    I am experiencing a large delay everytime I start up roo and issue the first command. It didn't used to happen so I am thinking I added something to my POM that is causing the dependency check to take a long time on startup.

    How can I check that?

    When I run mvn clean outside of roo, it takes 1 sec.

    If I start up roo, and then immediately issue perform clean, it takes 1m 20s before it even starts to process the command. (i.e. The first [Thread] message [INFO] Scanning for projects, appears after 1m20s) then the clean takes 2s to complete.

    Immediately running the command again, 1s. Exit roo, start up roo, issue the perform clean command and same 1m20s delay)

    The entire time it's "delaying" the "Please wait - still loading" flash message is present.

    This leads me to believe that whatever roo is trying to do on startup, is taking a long time, but I have no idea what it is trying to do, is there anyway I can tell roo to log it to a file?

    Could I have a bad repository setup in the POM that is having to wait until it times out? Also, I might have a bad local repository, is there an easy way to tell maven to rebuild the local repository?

    Thanks in advance
    Last edited by btlife; Sep 20th, 2010 at 08:27 AM. Reason: added Spring Roo Version

Posting Permissions

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