Here it is.

I looked for the SAXON class in the xerces.jar file and it is there?

c:\jakarta-jmeter\bin>CALL ..\lcp ..\lib\ant-1.3.jar
log4j:ERROR No appenders could be found for category
(org.apache.jmeter.util.Cla
ssFinder).
log4j:ERROR Please initialize the log4j system properly.
Error loading class org.apache.xerces.parsers.SAXParser  : class is not
found
java.lang.NullPointerException
        at org.apache.jmeter.gui.action.Load.doAction(Load.java:126)
        at
org.apache.jmeter.gui.action.ActionRouter.actionPerformed(ActionRoute
r.java:94)
        at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:14
50)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
ctButton.java:1504)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:378)
        at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250
)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
        at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRelease
d(BasicMenuItemUI.java:886)
        at java.awt.Component.processMouseEvent(Component.java:3717)
        at java.awt.Component.processEvent(Component.java:3546)
        at java.awt.Container.processEvent(Container.java:1167)
        at java.awt.Component.dispatchEventImpl(Component.java:2595)
        at java.awt.Container.dispatchEventImpl(Container.java:1216)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2458
)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2223)

        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2132)
        at java.awt.Container.dispatchEventImpl(Container.java:1203)
        at java.awt.Window.dispatchEventImpl(Window.java:918)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:336)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:134)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:101)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:96)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:88)

-----Original Message-----
From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 11:57 AM
To: JMeter Users List
Subject: Re: log4j error


Marcusz Zafarano wrote:

> what is the debug option.
>
> did not see it in the build.xml file.


:/

We will have to add it.  Basically when you see the <javac/> tag, make sure
it has a debug attribute like this:

<javac debug="true" .....>
   .....
</javac>


>
> thnks
> -mez
>
> -----Original Message-----
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 21, 2002 11:27 AM
> To: JMeter Users List
> Subject: Re: log4j error
>
>
> Marcusz Zafarano wrote:
>
>
>>yes, i did check and they are there.
>>
>>i also went to the xerces.jar file and the SAXONparser class is there.
>>
>>i also set up the classpath the addition of c:\jmeter\lib\xerces.jar and
>>
> it
>
>>still gives
>>me the same error?
>>
>
>
> Error loading class org.apache.xerces.parsers.SAXParser  : class is not
> found
>    java.lang.NullPointerException
>          at org.apache.jmeter.gui.action.Load.doAction(Unknown Source)
>          ....
>
> Is the cause of a null value for the SAXParser classname.
>
> Compile JMeter again, making sure the debug flag is set--it will help
> find out the exact line where the null pointer is.  (perhaps the class
> name...)
>
>
>
>>-mez
>>
>>-----Original Message-----
>>From: Stover, Michael [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, January 21, 2002 10:26 AM
>>To: 'JMeter Users List'
>>Subject: RE: log4j error
>>
>>
>>The xerces.jar file should have come with JMeter, and it should be added
>>
> to
>
>>your classpath by the batch file that starts JMeter.  Can you verify that
>>A) you have xerces.jar in the /lib directory under JMeter's installation
>>
> dir
>
>>b) the classpath is being setup correctly by the jmeter.bat/jmeter.sh
>>
> files?
>
>>-Mike
>>
>>
>>
>>>-----Original Message-----
>>>From: Marcusz Zafarano [mailto:[EMAIL PROTECTED]]
>>>Sent: Monday, January 21, 2002 1:16 PM
>>>To: JMeter Users List
>>>Subject: RE: log4j error
>>>
>>>
>>>I now get
>>>Error loading class org.apache.xerces.parsers.SAXParser  :
>>>class is not
>>>found
>>>java.lang.NullPointerException
>>>       at org.apache.jmeter.gui.action.Load.doAction(Unknown Source)
>>>       at
>>>org.apache.jmeter.gui.action.ActionRouter.actionPerformed(Unknown
>>>Sou
>>>rce)
>>>       at
>>>javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:14
>>>50)
>>>       at
>>>javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
>>>ctButton.java:1504)
>>>       at
>>>javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
>>>.java:378)
>>>       at
>>>javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250
>>>
>>>?
>>>-mez
>>>
>>>-----Original Message-----
>>>From: Stover, Michael [mailto:[EMAIL PROTECTED]]
>>>Sent: Monday, January 21, 2002 9:38 AM
>>>To: 'JMeter Users List'
>>>Subject: RE: log4j error
>>>
>>>
>>>It's not an important error.  Unless your debugging you
>>>custom extension to
>>>jmeter, don't worry about it.
>>>
>>>
>>>
>>>>-----Original Message-----
>>>>From: Marcusz Zafarano [mailto:[EMAIL PROTECTED]]
>>>>Sent: Monday, January 21, 2002 12:19 PM
>>>>To: [EMAIL PROTECTED]
>>>>Subject: log4j error
>>>>
>>>>
>>>>I get an error right after installing jmeter:
>>>>
>>>>C:\jakarta-jmeter\bin>java -cp
>>>>C:\Fonix\FRE\Java\classes\FTKAudio.jar;C:\Fonix\F
>>>>RE\Java\classes\FTKTTSLV.jar;C:\Fonix\FRE\Java\classes\FTKTTSS
>>>>V.jar;C:\Fonix
>>>>\FRE
>>>>\Java\classes\FTKUtils.jar;c:\junit3.7;c:\junit3.7\junit.jar;c
>>>>:\junit3.7\log
>>>>4j.j
>>>>ar;p:\build\lib;c:\ant\lib\jakarta-ant-1.4.1-optional.jar;c:\a
>>>>nt\lib\jakarta
>>>>-oro
>>>>-2.0.4.jar;p:\cpdev\main\classes;c:\jakarta-jmeter\lib;ApacheJ
>>>>Meter.jar -Dlo
>>>>g4j.
>>>>configuration=log4j.conf   org.apache.jmeter.NewDriver
>>>>jmeter.properties
>>>>log4j:ERROR No appenders could be found for category
>>>>(org.apache.jmeter.util.Cla
>>>>ssFinder).
>>>>log4j:ERROR Please initialize the log4j system properly.
>>>>
>>>>Can anyone help?
>>>>
>>>>thnks
>>>>-mez
>>>>
>>>>
>>>>--
>>>>To unsubscribe, e-mail:
>>>><mailto:[EMAIL PROTECTED]>
>>>>For additional commands, e-mail:
>>>><mailto:[EMAIL PROTECTED]>
>>>>
>>>--
>>>To unsubscribe, e-mail:
>>><mailto:[EMAIL PROTECTED]>
>>>For additional commands, e-mail:
>>><mailto:[EMAIL PROTECTED]>
>>>
>>>
>>>
>>>--
>>>To unsubscribe, e-mail:
>>>
>>>
>><mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail:
>><mailto:[EMAIL PROTECTED]>
>>
>>--
>>To unsubscribe, e-mail:
>><mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail:
>><mailto:[EMAIL PROTECTED]>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
> <mailto:[EMAIL PROTECTED]>
>
>>For additional commands, e-mail:
>>
> <mailto:[EMAIL PROTECTED]>
>
>>.
>>
>>
>>
>
>
>
> --
>
> "They that give up essential liberty to obtain a little temporary safety
>   deserve neither liberty nor safety."
>                  - Benjamin Franklin
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
> .
>
>



--

"They that give up essential liberty to obtain a little temporary safety
  deserve neither liberty nor safety."
                 - Benjamin Franklin


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



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

Reply via email to