Hi, This is with the IBM jdk on linux:
Exception in thread "main" java.lang.NoClassDefFoundError: javax/net/SocketFactory at org.jnp.interfaces.NamingContextFactory.getInitialContext(NamingContextFactory.java:38) at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:669) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247) at javax.naming.InitialContext.init(InitialContext.java:223) at javax.naming.InitialContext.<init>(InitialContext.java:179) at org.jboss.Shutdown.main(Shutdown.java:172) HTH, Chris PS I'll switch to running one ibm jdk and one sun one to see if that affects it. --- Scott M Stark <[EMAIL PROTECTED]> wrote: > Shutdown just does an http post and does not use JNDI so why > should it need jnet.jar? I am able to run shudown with a 1.3 vm > without the jnet.jar in my classpath so post the error you are > seeing > > bin 609>shutdown.sh > Shutting down server localhost:8082 > Shutdown complete > > xxxxxxxxxxxxxxxxxxxxxxxx > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxxxxxxxxxxxxxxxxxx > ----- Original Message ----- > From: "Chris Kimpton" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 13, 2002 12:01 AM > Subject: Re: [JBoss-dev] [AUTOMATED] JBoss org.jboss.Shutdown does > not work > > > > Hi, > > > > > > > > The org.jboss.Shutdown class does not seem to work. > > > > > > > This is failing because the jnet.jar has moved. > > > > I presume that shutdown.sh also fails too - since that has not > > changed etiher. > > > > jnet.jar is now in several places (ie the configs) - all, > default, > > minimal and client. > > > > Is it safe to "assume" that one of these directories will always > be > > present? > > > > Or perhaps jnet.jar should be moved into the lib directory - or > even > > the bin directory - since we have a shutdown.jar which relies on > > it... > > > > See ya, > > Chris > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development ===== __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
