search for: log4j

Displaying 20 results from an estimated 34 matches for "log4j".

2008 Jun 04
1
Error Wile starting AsterFax
Hi All, I am getting following error when i start AsterFax: Please help me to solve this issue: [root at prefroam asterfax]# ./asterfax.sh log4j: Threshold ="null". log4j: Retreiving an instance of org.apache.log4j.Logger. log4j: Setting [au.com.noojee.asterfax] additivity to [false]. log4j: Level value for au.com.noojee.asterfax is [DEBUG]. log4j: au.com.noojee.asterfax level set to DEBUG log4j: Class name: [org.apache.log4j.Con...
2013 Dec 13
1
Weblogic logging to syslog?
...ich: - applications deployed in weblogic log directly to weblogic; - components of weblogic (domain, admin server, managed servers) log to proper files (default logging). I would like to connect logging to syslog server. Is it possible? As I have read it is possible to log from applications with log4j if they send logs to weblogic server (on weblogic level configured in domain_root/lib/log4j.xml or log4j.properties). But is it possible to log from weblogic components (domain, admin server, managed servers) to log4j and through it to syslog? Are there any other options than pointing syslog to re...
2011 Jun 26
1
RJDBC and multiple classpaths
...tested with DBVisualizer or another JDBC thing. The problem is that driver needs 3 other more jar files to work. Under R I have tried this and does not work: > library(RJDBC) Loading required package: DBI Loading required package: rJava > .jaddClassPath("/opt/DbVisualizer-7.1.1/jdbc/mdb/log4j.jar") > .jaddClassPath("/opt/DbVisualizer-7.1.1/jdbc/mdb/commons_lang.jar") > .jaddClassPath("/opt/DbVisualizer-7.1.1/jdbc/mdb/commons_logging.jar") > > drv <- JDBC("jstels.jdbc.mdb.MDBDriver", "/opt/DbVisualizer-7.1.1/jdbc/mdb/mdbdriver.jar&qu...
2013 Sep 23
0
Unable to execute Java MapReduce (Hadoop) code from R using rJava
...ng messages and does nothing further. Here is the execution scenario: *> source("mueda.R")* *> mueda(analysis="eda", input="/user/root/sample1.txt", output="/user/root/eda_test", columns=c("0", "1"), columnSeparator=",")* *log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).* *log4j:WARN Please initialize the log4j system properly.* *log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.* *>* The warning messages displayed are common whil...
2007 May 10
0
delete old logs
I've several web servers that use log4j to generate the logs. The log file currently appended to is called filename. The older, non-current logs are called filename.yyyy-mm-dd-hh. Obviously, rotation takes place once every hour and it's done automatically by log4j. Old logs are never deleted by log4j, something else must delete...
2019 Dec 12
3
log4j12 package in CentOS 8
According to the RHEL docs, package log4j was replaced with package log4j12 in RHEL 8.0. However, when I attempt to install the package in CentOS 8, dnf cannot find it. I have the Base, AppStream, Extras and PowerTools repos enabled. What am I doing wrong? Thanks!
2009 Jul 20
1
Application logging in R
...ons in R. It seems like it's a combination of cat statements or writing out the session to a file, given the discussions I've had with people. This is fine for interactive work but is a little lacking for automated systems. To address this, I've written a logging facility modeled on the log4j Java library. The basic concept is that you can route logging statements to customizable loggers, each with their own 'threshold' (e.g. debug, info, warn) and output. The output can be anything from stdout, a file, a URL, to a message bus, depending on the implementation. Here are some qui...
2006 Jan 15
9
DHH''s dislike of high level components
On 1/5/06, David Heinemeier Hansson wrote: > > The lure of components is directly proportional with the pain of development. I''m not trying to be abrasive in any way but I''m curious if this attitude is related to the number of rails apps David maintains. No I don''t know how many login systems David maintains. I can understand avoiding components if a person only
2005 Dec 04
5
Javascript Logging
Hello Everyone, Just wanted to find out if scriptaculous has a patch for a error logging class? Currently, I have found 2 javascript logging scripts (outside of scriptaculous). Lumberjack: http://gleepglop.com/javascripts/logger/ log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js Could you guys shed some light on what would be a good logger class to use with our scripts. Thanks in advance, Mandy.
2019 Dec 13
2
tomcat package and repo for centos8
Hi all, sadly there is no epel tomcat package so far. As per https://bugzilla.redhat.com/show_bug.cgi?id=1745960 there is no progress for three months. Is there any other third party repository which builds tomcat for centos/rhel 8? Thx Rainer
2019 Dec 19
1
tomcat package and repo for centos8
...> Is there any other third party repository which builds tomcat for > > centos/rhel 8? > > I intend to build tomcat 8 and 9 for CentOS 8 in my harbottle-main > repo ( https://harbottle.gitlab.io/harbottle-main ), just as I did for > CentOS 7, but I'm having trouble with the log4j dependency in CentOS 8 > (see my recent emails to this list). OK, I've built Tomcat 8 and 9 for CentOS 8. Docs here: https://gitlab.com/harbottle/harbottle-main/blob/master/docs/tomcat8.md https://gitlab.com/harbottle/harbottle-main/blob/master/docs/tomcat9.md Please test and let me know i...
2010 Oct 27
1
Logging
How can I force to write my dom0 logs using log4j? John _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Jan 18
63
Jasper reports and iReport
Has anyone succeeded in producing Rails reports using jasper reports? I have prepared reports directly with Jasper''s iReport tool using my MySQL data. It is a very powerful reporting tool. The reports look greate. But I have not been able to produce the reports from my Rails application. I have followed the instructions provided at:
2013 Jan 14
18
Puppetdb will setting gc-interval to 0 disable it
I have multiple puppetdb severs pointed at the same database. Would setting gc-interval to 0 disable it on the extra puppetdb nodes? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/4DEyx0IXbLsJ. To post to this group, send email to
2016 Jul 28
2
ElasticSearch Logrotate not working
Hey guys, I have this log rotation script setup in my /etc/logrotate.d folder /var/log/elasticsearch/*.log { daily rotate 100 size 50M copytruncate compress delaycompress missingok notifempty create 644 elasticsearch elasticsearch } And I notice that log files are still being generated that are upwards of 7 or 8 GBs. Can anyone point out to me where the
2011 Nov 01
12
What's the canonical way to enforce permissions/ownership on a directory subtree?
I''ve just tried this (we assume /opt/jetty-6.1.26 already exists): file { "/opt/jetty-6.1.26": owner => "jetty", group => "users", recurse => true, } ... but it''s taking an *age*. What''s the Right Way? Cheers, Robert. -- You received this message because you are subscribed to the Google Groups
2005 Apr 28
0
tomcat5 from jpackage 1.6 on cento4 w/ java-1.4.2-sun-1.4.2.08-1jpp
...t to be updated ---> Package jakarta-commons-el.noarch 0:1.0-3jpp set to be updated --> Running transaction check --> Processing Dependency: xml-commons for package: mx4j --> Processing Dependency: xml-commons = 0:1.0-0.b2.7jpp for package: xml-commons-apis --> Processing Dependency: log4j >= 1.2.7 for package: mx4j --> Processing Dependency: bcel >= 5.0 for package: mx4j --> Processing Dependency: axis >= 1.1 for package: mx4j --> Processing Dependency: jaxp_transform_impl for package: jakarta- commons-modeler --> Processing Dependency: xml-commons-resolver for...
2012 Jun 12
1
puppetdb indicated only facts were replaced, no sign of catalog
...about this "Last catalog: 2012-06-05T23:23:33.159Z" in the master is that it could be some stale data that I had when I set up puppetdb. If every time I run puppet agent on master or on client and the catalog information got updated, then this should show more recent times. I turned on log4j log to DEBUG and I did not see much. 2012-06-12 16:36:05,520 DEBUG [418893110@qtp-1933844018-9 - /commands] [mortbay.log] REQUEST /commands on org.mortbay.jetty.HttpConnection@4255acbc 2012-06-12 16:36:05,543 DEBUG [418893110@qtp-1933844018-9 - /commands] [core.JmsTemplate] Executing callback on J...
2005 Apr 28
0
tomcat5 from jpackage 1.6 on cento4 w/java-1.4.2-sun-1.4.2.08-1jpp
...t to be updated ---> Package jakarta-commons-el.noarch 0:1.0-3jpp set to be updated --> Running transaction check --> Processing Dependency: xml-commons for package: mx4j --> Processing Dependency: xml-commons = 0:1.0-0.b2.7jpp for package: xml-commons-apis --> Processing Dependency: log4j >= 1.2.7 for package: mx4j --> Processing Dependency: bcel >= 5.0 for package: mx4j --> Processing Dependency: axis >= 1.1 for package: mx4j --> Processing Dependency: jaxp_transform_impl for package: jakarta- commons-modeler --> Processing Dependency: xml-commons-resolver for...
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***