Hi-

My mailets did the same thing.  I found that James was swallowing
the runtime exception that my mailet was throwing, which made it 
really difficult to debug.  In my case, it was a ClassNotFound 
exception, because I was missing some import statements.  It was 
only by trial-and-error that I finally figured out what the problem 
was....

-Mike


On Mon, Nov 12, 2001 at 09:02:33AM -0500, David Esposito wrote:
> Nope, that doesn't help either. I've tried it with both the init() (no
> arguments) and by removing the init() method altogether ... still hangs on
> startup...
> 
> Thanks for your input..
> 
> -Dave
> 
> > -----Original Message-----
> > From: Danny Angus [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, November 12, 2001 8:39 AM
> > To: James Developers List; James Users List
> > Subject: RE: loading my mailet hangs on James startup
> >
> >
> > I dont think you need to call super.init(MailetConfig)
> >
> >
> > > > > public void init(MailetConfig newConfig) throws MessagingException
> > > > > {
> > > > > super.init(newConfig);
> > > > > log("Initializing BounceMailet...");
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> 

-- 
Mike Bridge <[EMAIL PROTECTED]>

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

Reply via email to