Make sure your classpath for the weblogic server includes:
$WEBLOGIC_HOME/lib/weblogicaux.jar (I believe this jar includes the class
in question javax.naming.NamingException)
$WEBLOGIC_HOME/classes
$WEBLOGIC_HOME/license
(I strongly suggest you try the following on-line support for BEA's
Weblogic http://www.weblogic.com/docs45/techsupport/index.html This site
has links to On-line documentation, TroubleShooting Guides, FAQs, pointers
to Weblogic Newsgroups, etc.)
Regards,
Dennis
SAXENA Ashvini <[EMAIL PROTECTED]>@JAVA.SUN.COM> on 12/15/99 09:58:22
AM
Please respond to "A mailing list for discussion about Sun Microsystem's
Java Servlet API Technology." <[EMAIL PROTECTED]>
Sent by: "A mailing list for discussion about Sun Microsystem's Java
Servlet API Technology." <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: Weblogic
Whenever I try to start the weblogic server it gives me following error.
Any
Guesses?
The WebLogic Server did not start up properly.
Exception raised: java.lang.NoClassDefFoundError:
javax/naming/NamingException
java.lang.NoClassDefFoundError: javax/naming/NamingException
at java.lang.Class.getMethod0(Native Method)
at java.lang.Class.getMethod(Class.java:853)
at weblogic.Server.getMainMethod(Server.java:127)
at weblogic.Server.startServerDynamically(Server.java:85)
at weblogic.Server.main(Server.java:61)
***************************************************************************
Thanks.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html