You probably need a com.ntrs.util.ElsOverSshReceiverBeanInfo class.  See 
MulticastReceiver and MulticastReceiverBeanInfo for examples:
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/net/


Scott Deboy
COMOTIV SYSTEMS
111 SW Columbia Street Ste. 950
Portland, OR  97201

Telephone:      503.224.7496
Cell:           503.997.1367
Fax:            503.222.0185

[EMAIL PROTECTED]

www.comotivsystems.com



-----Original Message-----
From: Vicson Victor [mailto:[EMAIL PROTECTED]
Sent: Thu 5/29/2008 1:37 PM
To: [email protected]
Subject: [BULK]  Problem with custom receiver in chainsaw
 
Hi Guys,

I am trying to set up a custom receiver inside chainsaw and it is giving 
me this error message. Any help is highly appreciated.

Level 
ERROR 
Logger 
org.apache.log4j.chainsaw.receivers.PluginPropertyEditorPanel 
Time 
2008-05-29 15:14:00,449 
Thread 
Chainsaw-WorkerThread 
Message 
Error reading value for PropertyDescriptor 
[EMAIL PROTECTED]
NDC 
null 
Class 
? 
Method 

Line 

File 

Properties 
{{hostname,chainsaw}{log4jid,114}{application,log}} 
Throwable 


The xml file which I load as default configuration is below:

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration >
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"; 
debug="true">
  <appender name="A2" class="org.apache.log4j.ConsoleAppender">
      <layout class="org.apache.log4j.SimpleLayout"/>
  </appender>

  <plugin name="sampleElsOverSshReceiver" 
class="com.ntrs.util.ElsOverSshReceiver">
     <param name="files" 
value="/usr/appl/idm/runtime/idm_admin/els_xml.log"/>
     <param name="host" value="uchitl808"/>
     <param name="tailing" value="true"/> 
     <param name="threshold" value="DEBUG"/> 
  </plugin>

  <root>
      <level value="debug"/>
  </root>
</log4j:configuration>

com.ntrs.util.ElsOverSshReceiver is my custom class and I am able to see 
it on the left side explorer inside the chainsaw interface. But it is not 
able to load the events, or I dont know why it is not able to process 
further.

Thanks in advance.



_______________________________________________________________________________
Vicson Victor | Contractor | Information Security 
840 S Canal St, Chicago, IL 60607, US | phone 1-312-630-6768 | 
[EMAIL PROTECTED] 
Please visit northerntrust.com 
CONFIDENTIALITY NOTICE: This communication is confidential, may be 
privileged and is meant only for the intended recipient. If you are not 
the intended recipient, please notify the sender ASAP and delete this 
message from your system.

IRS CIRCULAR 230 NOTICE: To the extent that this message or any attachment 
concerns tax matters, it is not intended to be used and cannot be used by 
a taxpayer for the purpose of avoiding penalties that may be imposed by 
law. For more information about this notice, see 
http://www.northerntrust.com/circular230

P Please consider the environment before printing this e-mail.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to