Hi This error is in Identity.jsp , which is part of weblogic console application, and not my application, so i dont have the source of this jsp
On 8/30/07, vamsi <[EMAIL PROTECTED]> wrote: > > Can you look at this > > "input" must be followed by either attribute specifications, ">" or > "/>". > > at > > ----- Original Message ----- > From: "Ashish Kulkarni" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <user@struts.apache.org> > Sent: Wednesday, August 29, 2007 7:18 PM > Subject: Re: Struts and Weblogic 10.0 issue > > > > Hi > > This is the error i get from weblogic console application > > > > Error opening /jsp/app/install/Identity.jsp. > > The source of this error is javax.servlet.ServletException: > > javax.xml.transform.TransformerException: > > javax.xml.transform.TransformerException: > > com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Element > > type > > "input" must be followed by either attribute specifications, ">" or > "/>". > > at > > weblogic.servlet.jsp.PageContextImpl.handlePageException( > > PageContextImpl.java:418) at > > > jsp_servlet._jsp._app._install.__identity._jspService(__identity.java:163) > > at weblogic.servlet.jsp.JspBase.service(JspBase.java:34) at > > weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run( > > StubSecurityHelper.java:226) at > > weblogic.servlet.internal.StubSecurityHelper.invokeServlet( > > StubSecurityHelper.java:124) at > > weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java > :283) > > at > > weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java > :175) > > at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet( > > RequestDispatcherImpl.java:503) at > > weblogic.servlet.internal.RequestDispatcherImpl.include( > > RequestDispatcherImpl.java:431) at > > > org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestDispatcher.include > > (ScopedRequestDispatcher.java:119) at > > com.bea.netuix.servlets.controls.content.JspContent.beginRender( > > JspContent.java:541) at > > com.bea.netuix.servlets.controls.content.NetuiContent.beginRender( > > NetuiContent.java:363) at com.bea.netuix.nf.ControlLifecycle$7.visit( > > ControlLifecycle.java:483) at > > com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender( > > ControlTreeWalker.java:518) at > > com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender( > > ControlTreeWalker.java:529) at > > com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender( > > ControlTreeWalker.java:529) at > > com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender( > > ControlTreeWalker.java:529) at > > com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender( > > ControlTreeWalker.java:529) at > > com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender( > > ControlTreeWalker.java:529) at com.bea.netuix.nf.ControlTreeWalker.walk( > > ControlTreeWalker.java:220) at > > com.bea.netuix.nf.Lifecycle.processLifecycles > > > > > > > > > > On 8/28/07, Paul Benedict <[EMAIL PROTECTED]> wrote: > >> > >> Can you paste in the line of the JSP that is erring? > >> > >> On 8/28/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > >> > > >> > Hi > >> > It seems that weblogic console application may have error installing > >> > application developed using struts, i was able to deploy the > >> > application > >> > using command on dos > >> > > >> > Ashish > >> > > >> > On 8/28/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > >> > > > >> > > Hi > >> > > This is an existing application, which was running on websphere and > >> > > tomcat, and now have to installed on weblogic 10.0 > >> > > So what is the work around, to get this application installed and > >> > running > >> > > on weblogic, > >> > > I got the error when installing this application on weblogic > >> > > > >> > > Ashish > >> > > > >> > > On 8/28/07, John Liptak <[EMAIL PROTECTED]> wrote: > >> > > > > >> > > > > >> > > > Weblogic 9+ includes struts with weblogic, so you may not be > >> > > > running > >> > > > 1.2.6 > >> > > > unless you have taken care to preferr your applications classes > >> > > > over > >> > the > >> > > > standard version. To read more, look at > >> > > > > >> http://e-docs.bea.com/wls/docs90/programming/classloading.html#1082452 > >> > > > > >> > > > While there isn't 10 specific information on this page, the > general > >> > > > struts > >> > > > support information is at > >> > > > > >> > > > > >> > > >> > http://support.bea.com/application_content/product_portlets/support_patterns/wls/InvestigatingStrutsWithWebLogicServerPattern.html#Debugging_the_WebLogic_Classloader > >> > > > > >> > > > Another possibility is that wls 10 is using a different XML > parser > >> > that > >> > > > is > >> > > > catching an error that was not caught before. > >> > > > > >> > > > It looks like you are getting the exception during install > >> > > > (correct?). I > >> > > > would try turning off jsp pre-compilation for your application > and > >> try > >> > > > and > >> > > > get the error at runtime, vs. application deployment. > >> > > > > >> > > > Other than that, can you show the input field that is causing the > >> > > > exception? > >> > > > > >> > > > > >> > > > Ashish Kulkarni-2 wrote: > >> > > > > > >> > > > > Hi > >> > > > > Has anybody run into problem installting struts based web > >> > application > >> > > > on > >> > > > > Weblogic 10.0? > >> > > > > I have a struts application using struts 1.2.6, which i am > trying > >> to > >> > > > > install > >> > > > > on weblogic and i keep getting the following error > >> > > > > This application works fine in Websphere, tomcat, Sun > >> > > > > > >> > > > > Error opening /jsp/app/install/Identity.jsp. > >> > > > > The source of this error is javax.servlet.ServletException: > >> > > > > javax.xml.transform.TransformerException: > >> > > > > javax.xml.transform.TransformerException : > >> > > > > com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: > >> > Element > >> > > > > type > >> > > > > "input" must be followed by either attribute specifications, > ">" > >> or > >> > > > "/>". > >> > > > > at > >> > > > > weblogic.servlet.jsp.PageContextImpl.handlePageException( > >> > > > > PageContextImpl.java:418) at jsp_servlet._jsp._app._install. > >> > > > > > >> > > > > > >> > > > > Ashish > >> > > > > > >> > > > > > >> > > > > >> > > > -- > >> > > > View this message in context: > >> > > > > >> > > >> > http://www.nabble.com/Struts-and-Weblogic-10.0-issue-tf4341662.html#a12368101 > >> > > > Sent from the Struts - User mailing list archive at Nabble.com. > >> > > > > >> > > > > >> > > > > >> --------------------------------------------------------------------- > >> > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > > > For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > >> > > > > >> > > > >> > > >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >