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]>

