DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3645>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3645 Summary: Weblogic v6.1 Administration console launch problem Product: Ant Version: 1.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hello, I launched Weblogic 6.1 using the ANT task wlrun as follows. <target name="init"> <property name="weblogic.home" value="D:\bea\wlserver6.1"/> <property name="weblogic.classes" value="${java.class.path}" /> <property name="bea.home" value="D:\bea"/> <property name="build.compiler" value="jikes" /> <property name="classdir" value="classes" /> </target> <target name="wlrun" depends="init"> <wlrun taskname="examples" classpath="${weblogic.classes}" name="localhost" domain="localdomain" home="${weblogic.home}" password="passwd" beahome="${bea.home}"/> </target>. The property weblogic.classes [ $CLASSPATH ] variable contains weblogic.jar present in weblogic.home/lib directory. Now when I try to launch the Administration console of Weblogic, I get the following error, at the client side( browser ). Error 500--Internal Server Error From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.5.1 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. At the server side, I got an exception stack trace as follows: [examples] <Sep 17, 2001 11:36:46 AM IST> <Error> <HTTP> <[WebAppServletContext (3433017,console,/console)] Servlet failed with Exception [examples] java.lang.NoSuchMethodError [examples] at weblogic.management.console.webapp._common.__frameset._jspService (__frameset.java:153) [examples] at weblogic.servlet.jsp.JspBase.service(JspBase.java:27) [examples] at weblogic.servlet.internal.ServletStubImpl.invokeServlet (ServletStubImpl.java:263) [examples] at weblogic.servlet.internal.ServletStubImpl.invokeServlet (ServletStubImpl.java:200) [examples] at weblogic.servlet.internal.RequestDispatcherImpl.forward (RequestDispatcherImpl.java:190) [examples] at weblogic.servlet.jsp.PageContextImpl.forward (PageContextImpl.java:112) [examples] at weblogic.management.console.actions.ForwardAction.perform (ForwardAction.java:35) [examples] at weblogic.management.console.actions.internal.ActionServlet.doAction (ActionServlet.java:172) [examples] at weblogic.management.console.actions.internal.ActionServlet.doGet (ActionServlet.java:91) [examples] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [examples] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [examples] at weblogic.servlet.internal.ServletStubImpl.invokeServlet (ServletStubImpl.java:263) [examples] at weblogic.servlet.internal.ServletStubImpl.invokeServlet (ServletStubImpl.java:200) [examples] at weblogic.servlet.internal.WebAppServletContext.invokeServlet (WebAppServletContext.java:2390) [examples] at weblogic.servlet.internal.ServletRequestImpl.execute (ServletRequestImpl.java:1959) [examples] at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137) [examples] at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120) [examples] > Is any change to be made to the build.xml file that I had mentioned in the beginning ? Please let me know. Thanks. Karthik Kumar.
