Swami, I added this to the properties file,and the results are the same.
java.lang.NullPointerException at org/apache/log4j/helpers/Loader.getResource (Loader.java:84) at org/apache/log4j/LogManager.<clinit> (LogManager.java:137) at org/apache/log4j/LogManager.getLoggerRepository (LogManager.java) at org/apache/log4j/PropertyConfigurator.configure (PropertyConfigurator.java:318) at ClaraSecurityController.init (ClaraSecurityController.java:99) at com/livesoftware/jrun/JRunServletLoader.loadServlet (JRunServletLoader.java:87) at com/livesoftware/jrun/JRun.getServlet (JRun.java:538) at com/livesoftware/jrun/JRun.getServlet (JRun.java:494) at com/livesoftware/jrun/JRun.preloadServlets (JRun.java:206) at com/livesoftware/jrun/JRun.init (JRun.java:167) at com/livesoftware/jrun/JRun.<init> (JRun.java:88) at com/livesoftware/jrun/JRun.<init> (JRun.java:78) at com/livesoftware/jrun/JRunGeneric.init (JRunGeneric.java:41) at com/livesoftware/jrun/service/jrunse/JRunSEService.init (JRunSEService.java:14) at com/livesoftware/jrun/service/ServiceManager.main (ServiceManager.java:277) java.lang.NoSuchFieldError: com/intracorp/utilities/ClaraLogger: field CLMESSAGE not found at jsp/Clara/CurCaseList.service (CurCaseList.java) at javax/servlet/http/HttpServlet.service (HttpServlet.java:828) at com/livesoftware/jrun/plugins/jsp/JSPCore.runServlet (JSPCore.java:762) at com/livesoftware/jrun/plugins/jsp/JSP.callPage (JSP.java:621) at com/livesoftware/jrun/plugins/jsp/JSP.service (JSP.java:526) at javax/servlet/http/HttpServlet.service (HttpServlet.java:828) at com/livesoftware/jrun/JRun.runServlet (JRun.java:305) at com/livesoftware/jrun/JRunServletContext$JRunRequestDispatcher.forward (JRunServletContext.java:351) at ClaraListController.doGet (ClaraListController.java:120) at javax/servlet/http/HttpServlet.service (HttpServlet.java:712) at javax/servlet/http/HttpServlet.service (HttpServlet.java:828) at com/livesoftware/jrun/JRun.runServlet (JRun.java:305) at com/livesoftware/jrun/JRunGeneric.handleConnection (JRunGeneric.java:109) at com/livesoftware/jrun/JRunGeneric.handleProxyConnection (JRunGeneric.java:74) at com/livesoftware/jrun/service/proxy/JRunProxyServiceHandler.handleRequest (JRunProxyServiceHandler.java:104) at com/livesoftware/jrun/service/ThreadConfigHandler.run (ThreadConfigHandler.java:96) However, the surprising part is that I get some of the log statements to appear in the log file. Thanks, Ranjini. > -----Original Message----- > From: Swami Iyer [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 11:41 AM > To: 'Log4J Users List' > Subject: RE: Logger giving exception in servlets > > Try setting the log4j.debug=true and log4j.warn=true and see wether it was > able to get the class loader properly. Something is wrong in acquiring the > classloader. > > Swami > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>