jdaugherty opened a new issue, #369: URL: https://github.com/apache/grails-intellij-plugin/issues/369
The SLF4J error occurs on our customer's environment. When he executes 'Tools | Run Grails Command', the following errors are displayed on console: ``` C:\Java\GVM\java\8.0.272-amzn\bin\java.exe -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:CICompilerCount=3 -Djline.WindowsTerminal.directConsole=false -Dgrails.full.stacktrace=true -javaagent:C:\Users\<hidden-personal-data>\AppData\Local\JetBrains\IntelliJIdea2021.3\groovyHotSwap\gragent.jar -Dfile.encoding=UTF-8 -classpath C:\Users\<hidden-personal-data>\AppData\Local\Temp\classpath1952010837.jar org.grails.cli.GrailsCli run-app --plain-output SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. ``` When he executes 'Execute Gradle task', there is no error. He is using his project, but I could reproduce it by the steps below. Steps: 1. create a new project and select 'Grails App Forge'. (Project SDK: 15, Grails version: 5.1.6, Profile: web) 2. execute 'Tools | Run Grails Command' and input 'compile' on Command field. 3. push OK button 4. the SLF4J error occurs. Though adding 'slf4j-jdk14.jar' as project library, the problem has not solved. https://www.slf4j.org/download.html He said that when using Grails 5.1.6, this error occurs, but when using Grails 4.0 there was no error. So, it might be the Grails problem. --- *Imported from [IDEA-291935](https://youtrack.jetbrains.com/issue/IDEA-291935) · Type: Bug · Votes: 3* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
