Grails

TomcatServer.groovy requires Sun JVM

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.2 final
  • Fix Version/s: 1.2.2, 1.3-M1
  • Component/s: None
  • Description:
    Hide

    TomcatServer.groovy uses sun.security.tools.KeyTool, which is only available on the Sun JVM. Why trying to run Grails on an IBM JVM, this class cannot be resolved.

    Please reference this class using soft references (e.g. Class.forName("sun.security.tools.KeyTool")

    Show
    TomcatServer.groovy uses sun.security.tools.KeyTool, which is only available on the Sun JVM. Why trying to run Grails on an IBM JVM, this class cannot be resolved. Please reference this class using soft references (e.g. Class.forName("sun.security.tools.KeyTool")
  • Environment:
    IBM JDK 1.5 on Linux

People

Dates

  • Created:
    01/Feb/10 5:31 PM
    Updated:
    05/Mar/10 10:33 PM
    Resolved:
    05/Mar/10 10:33 PM