Results 1 to 10 of 11

Thread: "run on server" & "security steup" stops Roo Shell information display

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    Paris
    Posts
    37

    Default "run on server" & "security steup" stops Roo Shell information display

    Hi,

    I use ROO from STS.
    When I follow the same forkflow as pizza-shop tutorial :
    1) create a new project
    2) set persistence (Hibernate, hypersonic in memory)
    3) create a few entities and fields
    4) perform unit test
    5) create web controllers
    6) run on server (tomcat 6)
    7) ask for security setup

    applicationContext-security.xml, login.jspx, views.xml, web.xml and webmvc-config.xml files are created/updated but eclipse integrated Roo Shell does not display any more prompt, info or anything that is usually print in green.

    Following commands seam to work properly, auto completion still works, but display fails (only entered commands are displayed in black)

    Closing Roo Shell and opening a new one works fine.

    If I ask for "security setup" before "running on server" display works fine.

    Is this a minor bug or do I missuse something ?

    P.S., my environment :
    STS Version: 2.3.0.RELEASE Build Id: 200912171331
    roo-1.0.0.RELEASE (downloaded from dashboard "extension" tab)
    jdk1.6.0_13_x64
    Windows7
    Last edited by ch4mp; Jan 17th, 2010 at 05:53 AM.

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    Hi ch4mp,

    I was able to re-create that once; but only once. Unfortunately I don't really know what is causing this.

    I could see the output going to the standard out instead to the Roo Shell.

    Could you please raise a JIRA with STS. And I see if I can re-create this more reliably on my platform. The other option is to try it on Windows, but I don't have access to Windows until the week after next.

    Thanks,

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  3. #3
    Join Date
    Sep 2007
    Location
    Paris
    Posts
    37

    Default

    Hi,

    I don't have jira account.
    You can contact meby mail on my login at free.fr

    Best regards

  4. #4
    Join Date
    May 2009
    Posts
    12

    Default Same issue

    Quote Originally Posted by ch4mp View Post
    Hi,

    I use ROO from STS.
    When I follow the same forkflow as pizza-shop tutorial :
    1) create a new project
    2) set persistence (Hibernate, hypersonic in memory)
    3) create a few entities and fields
    4) perform unit test
    5) create web controllers
    6) run on server (tomcat 6)
    7) ask for security setup

    applicationContext-security.xml, login.jspx, views.xml, web.xml and webmvc-config.xml files are created/updated but eclipse integrated Roo Shell does not display any more prompt, info or anything that is usually print in green.

    Following commands seam to work properly, auto completion still works, but display fails (only entered commands are displayed in black)

    Closing Roo Shell and opening a new one works fine.

    If I ask for "security setup" before "running on server" display works fine.

    Is this a minor bug or do I missuse something ?

    P.S., my environment :
    STS Version: 2.3.0.RELEASE Build Id: 200912171331
    roo-1.0.0.RELEASE (downloaded from dashboard "extension" tab)
    jdk1.6.0_13_x64
    Windows7
    I seem to have this same issue.. It was definitely after running on server and security setup (not sure which or both caused it)..

    STS Version 2.3.0 RELEASE Build Id: 200912171331
    Roo 1.0.0.RELEASE [rev 564]
    Windows Vista
    JDK (build 1.6.0_12-b04)

    I will try to recreate on another project and if so will submit a Jira issue..

    Thanks
    Gary

  5. #5
    Join Date
    Sep 2007
    Location
    Paris
    Posts
    37

    Default

    I have reproduced this a bunch of times using spring roo shell various ways but allways while running on server my draft app.

    So it really looks like this issue is related with "running on server" (in my case a brant new downloaded tomcat)

  6. #6
    Join Date
    Dec 2009
    Location
    West Chester, Pennsylvania USA
    Posts
    36

    Default Same issue

    Yes I am experiencing the same issue. Running Win7 Ultimate,

    JAVA_HOME=C:\Program Files\Java\jdk1.6.0_18
    JAVA_OPTS=-Xms384m -Xmx768m -XX:PermSize=128m

    ROO_HOME=C:\springsource\spring-roo-1.0.0.RELEASE
    ROO_OPTS=-Droo.bright=true

    Regards,
    Gordon Dickens
    gdickens@chariotsolutions.com
    Regards,
    Gordon Dickens

    gordon@gordondickens.com
    twitter.com/gdickens
    linkedin.com/in/gordondickens
    Blog: technophile.gordondickens.com

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

    Default

    If someone could log this in Jira (as suggested by Christian) we will be happy to reproduce and fix. The relevant issue tracker instance for STS is https://issuetracker.springsource.com/browse/STS.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

  8. #8
    Join Date
    Sep 2007
    Location
    Paris
    Posts
    37

Posting Permissions

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