Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" 
for change notification.

The following page has been changed by Mikko Ohtamaa:
http://wiki.apache.org/jakarta-jmeter/BuildingPlugInWithEclipse

------------------------------------------------------------------------------
  
  === Faulty jorphan logging launcher ===
  
- I wasted 4 hours trying to get Jorphan logging to work. Jorphan overrides 
log4j normal configuration mechanism, but does it badly, making usage of custom 
log4j settings impossible. Specifically initializeLogging always overrides 
previous settings with its own default settings.
+ I wasted 4 hours trying to get Jorphan (Jmeter component) logging to work. 
Jorphan overrides log4j normal configuration mechanism, but does it badly, 
making usage of custom log4j settings impossible. Specifically 
initializeLogging always overrides previous settings with its own default 
settings.
  
- 1. There is one missing dependency which causes start-up failure with message 
Caused by: java.lang.NoClassDefFoundError: 
org/apache/avalon/excalibur/i18n/ResourceManager if you try to configure 
logger. Get the jar file from 
http://mirrors.bevc.net/apache/excalibur/excalibur-i18n/binaries/ and place it 
to lib/
+ 1. There is one missing dependency which causes start-up failure with message 
Caused by: java.lang.NoClassDefFoundError: 
org/apache/avalon/excalibur/i18n/ResourceManager if you try to configure logger 
via jmeter.properties. Get the jar file from 
http://mirrors.bevc.net/apache/excalibur/excalibur-i18n/binaries/ and place it 
to lib/
  
  2. Even after placing a correct logging file through ''jmeter.properties'' 
settings you get this
  
@@ -223, +223 @@

        at org.apache.jmeter.NewDriver.main(NewDriver.java:161)
  }}}
  
- My head was already hurting so badly that I didn't want to debug the problem 
further. The JMeter logging code had several deprecated non-func historic 
layers confusing poor debuggers.
+ My head was already hurting so badly that I didn't want to debug the problem 
further. JMeter logging code could have some clean-up work.
     
  

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

Reply via email to