[JBoss-user] [Installation & Configuration] - Log4j configuration and class loaders

2005-07-14 Thread merkkila
I am having a problem getting the Log4j to output information from the struts (org.apache.struts) classes in my project (ear with war and har). I followed the instructions in the Wiki and got my program to use it's own log4j.xml config but only classes from my project (com.somecompany) are outp

[JBoss-user] [Installation & Configuration] - LOG4J error upon deployment

2005-06-28 Thread raybarnett
Hello! When I deploy my application with a log4j init servlet configured in my web.xml I get the below exception. Can some please one point me to a solution? Thanks /Ray 21:30:31,407 INFO [STDOUT] log4j:ERROR A "org.jboss.logging.util.OnlyOnceErrorHandler" object is not assignable to a "o rg

[JBoss-user] [Installation & Configuration] - Log4J and JBoss 4.0.2

2005-06-13 Thread ericcartman13
Hi, I am having problems with using Log4J in the latest JBoss 4.0.2. The same configuration of log4j.xml works with Log4J 4.0.1 RC1. This is my log4j.xmlfile | | | | | | | | | | | | | | When I

[JBoss-user] [Installation & Configuration] - Log4j Problem

2005-05-26 Thread ranadhar
Problem When I deploy the EAR on to JBOSS the application logs are getting registered in stdout.log instead of what I have specified in log4j.xml. Can anyone please let me know what can be possible cause. jboss-app.xml: com.comp.dept.test:loader=test.ear View the original post : http://

[JBoss-user] [Installation & Configuration] - Log4J with JBoss Question

2005-03-08 Thread rafcio
Hi, its possible to configure Log4J in JBoss for daily logging with max. file size rotating? If yes, how? Regards, Rafal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869178#3869178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Installation & Configuration] - Log4j - separating logging from jBoss logging

2005-03-04 Thread bmelloni
How do I tell jBoss to keep its filthy paws off my application logging? For various reasons (including running on multiple appication servers brands) I need to have the log4j jar and configuration be with the application and not the server. I am already using an EAR to wrap my WAR and I am se

[JBoss-user] [Installation & Configuration] - log4j logging for the cleant jar

2005-02-28 Thread slbain
Hi, Is there an example of turning on TRACE level logging for the JBoss client jar ? Thanks for all and any help !! sinclair View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868289#3868289 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Installation & Configuration] - log4j configuration file?

2005-02-28 Thread k_s_ashok
Under which folder log4j configuration file is located in the JBoss 3.2.3's Source? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868201#3868201 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868201

[JBoss-user] [Installation & Configuration] - Log4j Hibernate debug messges

2005-02-20 Thread grungy
Hi, I'm using Jboss 4.0.0 and hibernate 2.1.8 deployed as a har archive. I used to managed hibernate session myself i.e closing and opening them. but now i'm using HibernateContext to do that. For transactions i'm using CMT as i'm using ejbs Before using HibernateContext, each time something go

[JBoss-user] [Installation & Configuration] - log4j again

2005-02-09 Thread grinch
Sorry for the multiple post, but I am still looking for help. I have created an appender, category, and root as in the Wiki example for log4j.xml. My log is created but I get everyting that is in the server.log plus the elements that I want to only go to my log file. Is there any way to keep

[JBoss-user] [Installation & Configuration] - log4j jdbcAppender Configuration

2004-12-16 Thread ocean
I am trying to add a new jdbcAppender to my default\conf\log4j.xml. I need to connect to Oracle 8i via Classes12.zip. I have tried putting the classes12.zip in a number of different directories to allow Log4j to access the database. The error i get is upon startup is: =

[JBoss-user] [Installation & Configuration] - Log4j issue

2004-11-27 Thread svdath
When we try to deploy the application,there is log4j issue that crops up becuase some the calsses we are using the code are deprecated or not present in the latest version. So we replaced the latest version with the new one and disabled the log4j.xml. But the when the app server starts, it always

[JBoss-user] [Installation & Configuration] - [log4j] jboss ouput in my own application log

2004-11-25 Thread dijkstra
This is the first time I use log4j for application logging. I tried to set up the configuration as specified in the wiki; | | | | | | | | | ... | | | | | | | | | ... | |

[JBoss-user] [Installation & Configuration] - Log4J Example in the Wiki Not Working

2004-11-13 Thread chipa
I'm trying to configure JBoss so that it uses the Log4J configuration file in my WAR rather than the JBoss one in /conf. I found several posts in these forums where similar questions were asked. The answers usually pointed the user to a Wiki entry about logging: http://www.jboss.org/wiki/Wiki

[JBoss-user] [Installation & Configuration] - Log4J LogFactor LF5 Cannot Load Configuration with 3.2.5

2004-09-10 Thread foopydog
I configure log4j.xml to use the LogFactor Appender, so I get a nice color-coded log file viewer. LF5 is not able to load its configuration file: lf5_configuration.xml Works OK with Jboss 3.2.3 and fails with 3.2.5. LF5 does this: DocumentBuilderFactory docBuilderFactory = DocumentBuilderFacto

[JBoss-user] [Installation & Configuration] - Log4J configuration (again!)

2004-07-20 Thread timshaw
Hi, I have checked (and tried various suggestions) for this - but I can't get the behaviour I want ... [JBoss 3.2.5, JDK 1.4.2_04] I have an .ear containing an EJB .jar and 2 .wars. I want the .wars to log into distinct files. I tried putting log4j.xml in each WEB-INF/classes of the .wars (wit

[JBoss-user] [Installation & Configuration] - [log4j] SMTPAppender with more than one line per email

2004-06-25 Thread kaobe
Hi there, I have a little question concerning log4j. I configured the SMTPAppender in log4j.xml and it works so far. Unfortunately I get an email for every line of error message. Reading the doco I saw that this is the default and correct behaviour. Now the question: Is it possible to change t

[JBoss-user] [Installation & Configuration] - log4j ERROR

2004-06-09 Thread penguine
in jboss3.2.4 I have following log4j.xml and after starting the server thereƂs appears following ERROR in the console: 11:15:31,274 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml log4j:ERROR Could not find name [j

[JBoss-user] [Installation & Configuration] - Log4j Repository Selectors

2004-05-27 Thread vattern
Hi there Has anybody had success implementing a Repository Selector for log4j. I would like to use my own log4j config to log things for the application. This needs to be configured outside of conf/log4j.xml because of portability issues. Any ideas / samples appreciated Thanx Thys View the origi

[JBoss-user] [Installation & Configuration] - [log4j] SMTPAppender and Threshold INFO

2004-05-18 Thread kaobe
Hi there, I have some questions concerning the SMTPAppender. I wanted to test it and therefore put the Threshold to INFO. Unfortunately I got no messages. I tried several days with different configurations but nothing changed. Then I changed the jboss setup that I get some errors. And - I fina

[JBoss-user] [Installation & Configuration] - log4j and jboss

2004-05-13 Thread ajay_falcon
Hi. it seems that u cannot separate jboss's logging from any webapp's logging and ejb's logging running in Jboss. Classes using log4j in jboss inherits jboss's log4j.xml config. My categories get listed but i am not able to change their priority level. Does anyone know how to change the individ

[JBoss-user] [Installation & Configuration] - Log4J SMTP user verification

2004-03-30 Thread terp
Does anybody know if it is possible to use the Log4J SMTP appender with an SMTP server that needs user verification? I.e., how do you specify user/password in log4j.xml? Thanks... Torsten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828104#3828104 Reply t

[JBoss-user] [Installation & Configuration] - Log4j problem on jboss3.2.3!!!!

2004-03-26 Thread raffaelecorvino
Hello all I have a problem about Chaptre 7 of tutorial Enclipse-Lomboz-jboss. I run a JMS example. The server deploiy correctly the application, but when I run the test client, the client console give me this orrible error: Looking up the factory log4j:ERROR Failed to create directory structu

[JBoss-user] [Installation & Configuration] - Log4j as a JNDI service

2004-03-12 Thread appzworm
Hi all, 1. Is there anyway i can access the log4j service using a jndi name like we do for mail service etc 2. Also is it possible to configure application-specific logging for individual applications without touching the global conf/log4j.xml file? Pls help Thanks in advance http://www.

[JBoss-user] [Installation & Configuration] - log4j and syslog

2004-03-11 Thread nipashah
I want to ahve log4j sending logs to syslog. Todo so I changed the log4j.xml file to uncomment the syslog appender. I also added an layout element in it. [appender name="SYSLOG" class="org.apache.log4j.net.SyslogAppender"] http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825293#3825293

[JBoss-user] [Installation & Configuration] - log4j and i18n

2004-03-10 Thread chroneus
hi does anybody know is it able to configure logging output to print message in utf8 now, when print something like log.info("some unicode escape") or simpler System.out.println("\u***") in console and log files looks like "? ???" (and,of course it's not a compile error ). My platform JBo

RE: [JBoss-user] [Installation & Configuration] - log4j config

2004-02-27 Thread Egger Lothar
MAIL PROTECTED] > Subject: [JBoss-user] [Installation & Configuration] - log4j config > > > Hi all, > > I have a problem setting up log4j. I want keep the standard > JBoss INFO messages appended to the console. > In addition to this I also want to p

[JBoss-user] [Installation & Configuration] - log4j config

2004-02-27 Thread razor_harm78
Hi all, I have a problem setting up log4j. I want keep the standard JBoss INFO messages appended to the console. In addition to this I also want to print DEBUG messages of some of my specific classes. I made the following configuration: | | | | | | | | | | |

[JBoss-user] [Installation & Configuration] - log4j

2004-02-05 Thread maxi72
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820340#3820340 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820340 Can give me an example for log4j.xml and java source code for write a log in a file. thanks