Believe it or not I solved the problem for the moment. Since my launching class was starting JBoss and Resin in 2 separate threads in parallel, something that Resin was doing caused JBoss to crap out. I now changed that class to give JBoss enough time to fully load, and only after that do I launch the Resin thread.
That seems to eliminate start up errors for now. Now if I could just get JAAS authentication to work.... man would that be a treat, in addition to today being Friday! Thanks for followups, etc. Noted and appreciated! Otis ---- On Fri, 15 Nov 2002, Scott M Stark ([EMAIL PROTECTED]) wrote: > I need a complete example that reproduces the problem. If you have > that create a bug report at sourceforge and attach the code with > instructions. > > xxxxxxxxxxxxxxxxxxxxxxxx > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxxxxxxxxxxxxxxxxxx > > ----- Original Message ----- > From: "otisg" <[EMAIL PROTECTED]> > To: "Scott M Stark" <[EMAIL PROTECTED]> > Sent: Friday, November 15, 2002 10:02 AM > Subject: Re: Re: [JBoss-user] NPE and login-config.xml > > > > I can provide an example. > > Which pieces would help? > > I can send jboss-service.xml, values of > > JBOSS_CLASSPATH and CLASSPATH, code that > > starts JBoss, etc. etc., just tell me what > > you need. > > > > Thanks, > > Otis > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing > your web site with SSL, click here to get a FREE TRIAL of a Thawte > Server Certificate: http://www.gothawte.com/rd524.html > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
