Results 1 to 5 of 5

Thread: roo initial issues

  1. #1
    Join Date
    Jan 2010
    Posts
    5

    Default roo initial issues

    I have downloaded latest release of roo and installed on CentOS 5.3.
    JAVA_HOME and ROO_HOME environment variables are appropriately set.

    I have observed following differences compared to documentation.

    1. when I start roo I do not see "roo" logo.
    2. When running project --topLevelPackage com.webex.try, I see log.roo, pom.xml and src directory but do not see applicationContext.xml file.
    3. Creating Persistence setup works persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
    I can also see no failed messages in log.roo file
    4. Creating entity fails as follows. entity --class ~.Timer --testAutomatically
    I see following message in log.roo file..
    entity --class ~.Timer --testAutomatically

    I think I am missing something here...
    Any hint is appreciated.
    Thanks
    Raj

  2. #2
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    Raj,

    Sorry you had such a unpleasant first experience. My guess would be that your JDK is currently OpenJDK which does cause the problems you are describing. See the known issues section in our documentation and ROO-106

    Can you please install the Sun JDK 6 and let me know if this resolves your issues?
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

  3. #3
    Join Date
    Mar 2009
    Location
    Prague, Czech Republic
    Posts
    3

    Default

    I can confirm. I'm on Fedora 12, which also has OpenJDK by default. Roo behaves similarly as Raj described. When changed to Sun JDK, everything works fine.

  4. #4
    Join Date
    Jan 2010
    Posts
    5

    Default Indeed that was issue

    Problem eclipsed after using SUN JDK as suggested. Thanks for quick turnaround.
    Regards
    Raj

  5. #5
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    Glad I could help
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

Posting Permissions

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