Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grails 3.0.0: Starting Grails with -https enabled leads to CNFE on some JVMs #648

Closed
ikakara opened this issue Apr 18, 2015 · 3 comments
Closed

Comments

@ikakara
Copy link
Contributor

ikakara commented Apr 18, 2015

Environment:
Java 8.1.8.0_45
Grails: 3.0.1

When I run grails run-app -https, I get the following error:
| Generating SSL certificate
| Error Failed to start server (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
java.lang.ClassNotFoundException: com.ibm.crypto.tools.KeyTool
at run-app.getKeyToolClass(run-app.groovy:87)
at run-app.createSSLCertificate(run-app.groovy:67)
at run-app.run(run-app.groovy:34)
at org.grails.cli.profile.commands.script.GroovyScriptCommand.handle(GroovyScriptCommand.groovy:146)
at org.grails.cli.profile.DefaultProfile.handleCommand(DefaultProfile.groovy:177)
at org.grails.cli.GrailsCli.handleCommand(GrailsCli.groovy:235)
at org.grails.cli.GrailsCli.handleCommand(GrailsCli.groovy:216)
at org.grails.cli.GrailsCli.execute(GrailsCli.groovy:194)
at org.grails.cli.GrailsCli.main(GrailsCli.groovy:99)

@graemerocher
Copy link
Member

Which JDK? Open JDK? Sun JDK?

@ikakara
Copy link
Contributor Author

ikakara commented May 26, 2015

Using Windows 8.1 and Oracle JDK

@graemerocher graemerocher changed the title grails 3: grails run-app -https fails to start w/ an error Grails 3.0.0: Starting Grails with -https enabled leads to CNFE on some JVMs May 26, 2015
@graemerocher graemerocher added this to the grails-3.0.2 milestone May 26, 2015
@graemerocher
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants