Question - railo-sl4j.jar

Hi,

Just out of curiosity - why there’s still a “railo-sl4j.jar” in Lucee??

C:\Servers\Lucee>C:\Java\jdk1.8\bin\java -Djetty.port=9999 -DSTOP.PORT=9998
-DSTOP.KEY=lucee -Xms256M -Xmx1024M -javaagent:lib/ext/lucee-inst.jar -jar
start.jar
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/C:/Servers/Lucee/lib/ext/railo-sl4j.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/C:/Servers/Lucee/lib/ext/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See SLF4J Error Codes for an
explanation.

is it OK to kill this jar file??

Thanks,

Allen

You can delete it. I assume you converted a Railo install over to Lucee by
replacing the railo.jar with lucee.jar? From the looks of your JVM args
you also have the lucee-inst.jar and it’s being loaded as a javaagent, so
no need for the railo-inst.jar (Lucee is actually made to work with either
one just to help with upgrades)

Thanks!

~BradOn Tuesday, December 15, 2015 at 11:16:24 AM UTC-6, Allen Weng wrote:

Hi,

Just out of curiosity - why there’s still a “railo-sl4j.jar” in Lucee??

C:\Servers\Lucee>C:\Java\jdk1.8\bin\java -Djetty.port=9999
-DSTOP.PORT=9998 -DSTOP.KEY=lucee -Xms256M -Xmx1024M
-javaagent:lib/ext/lucee-inst.jar -jar start.jar
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/C:/Servers/Lucee/lib/ext/railo-sl4j.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/C:/Servers/Lucee/lib/ext/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See SLF4J Error Codes for an
explanation.

is it OK to kill this jar file??

Thanks,

Allen

Hi, Brad:

No. That’s not what I was asking. It is installed from a new express zip.

The jar in question is railo-sl4j.jar, NOT railo-inst.jar (This jar is
also in the installer and war)

(I personally believe this jar is NOT needed… I already killed it)

Thanks!

AllenOn Wednesday, December 16, 2015 at 10:56:53 AM UTC-5, Brad Wood wrote:

You can delete it. I assume you converted a Railo install over to Lucee
by replacing the railo.jar with lucee.jar? From the looks of your JVM args
you also have the lucee-inst.jar and it’s being loaded as a javaagent, so
no need for the railo-inst.jar (Lucee is actually made to work with either
one just to help with upgrades)

Thanks!

~Brad

On Tuesday, December 15, 2015 at 11:16:24 AM UTC-6, Allen Weng wrote:

Hi,

Just out of curiosity - why there’s still a “railo-sl4j.jar” in Lucee??

C:\Servers\Lucee>C:\Java\jdk1.8\bin\java -Djetty.port=9999
-DSTOP.PORT=9998 -DSTOP.KEY=lucee -Xms256M -Xmx1024M
-javaagent:lib/ext/lucee-inst.jar -jar start.jar
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/C:/Servers/Lucee/lib/ext/railo-sl4j.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/C:/Servers/Lucee/lib/ext/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See SLF4J Error Codes for an
explanation.

is it OK to kill this jar file??

Thanks,

Allen