> From: Martin O'Shea [mailto:app...@dsl.pipex.com] 
> Subject: RE: Trying to get Tomcat 6 running as a Windows service

> Tomcat 6.0.26 is now running as a Windows service. 
> But I have a problem with my application as follows:

You should start a new thread for a new problem.

> SEVERE: Exception sending context initialized event to listener instance of
> class visualRSS.initialisation.SchedulerContext_Listener
> java.lang.NullPointerException
>       at
> visualRSS.initialisation.SchedulerContext_Listener.contextInitialized
> (SchedulerContext_Listener.java:59)

> The exception refers to the following code:

Try posting the code (in a new message thread) _with_line_numbers_, so we can 
see where line 59 really is.

> Any suggestions would be welcome before I try to debug this.

My guess is that Scheduler_Job_DB.get(1) is returning null, so your exception 
handler blows up.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to