aspose file tools
The moose likes Groovy and the fly likes Error when I deploy a war in Tomcat / jboss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Groovy
Reply Bookmark "Error when I deploy a war in Tomcat / jboss" Watch "Error when I deploy a war in Tomcat / jboss" New topic
Author

Error when I deploy a war in Tomcat / jboss

Pierre Talibov
Greenhorn

Joined: Oct 03, 2011
Posts: 1

Hi everyone

This is my first post in this forum.

I generate a war file for a grails application (grails> war) and I tried to deploy it in an external container (Tomcat and jboss).

I get 2 errors

1)

ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
ERROR [STDERR] log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
ERROR [STDERR] log4j:ERROR [WebappClassLoader


I removed the log4j jar from the war, and I got another error :

2)

STDERR] SLF4J: Class path contains multiple SLF4J bindings ERROR [STDERR] SLF4J: Found binding in ....

I removed the slf4j... jar from the war and it's ok, but it seems that nothing is deployed (404 not found)

I need your help, and sorry for my bad english.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error when I deploy a war in Tomcat / jboss
 
Similar Threads
Jar hell concerning log4j
How to filter out application specific log from server.log
setting up log4J for application
JBoss 4.2.0 and Oracle 10g Configuration Issue with new DataSource
log4j messages in JBoss log