hmm...I guess I'll forward this there.
Hubert Rabago wrote:
On Tue, 18 Jan 2005 17:38:15 -0500, Alex Kravets
<[EMAIL PROTECTED]> wrote:
Now I need to figure out what's wrong with JBoss.
Ooh, this line would get tons of responses in some circles.
:D
-
On Tue, 18 Jan 2005 17:38:15 -0500, Alex Kravets
<[EMAIL PROTECTED]> wrote:
> Now I need to figure out what's wrong with JBoss.
Ooh, this line would get tons of responses in some circles.
:D
-
To unsubscribe, e-mail: [EMAIL PRO
na.out see some classes not being loaded.
David G. Friedman wrote:
Alex,
I'd like to see the line 85 of the JSP as was listed in the
stack dump. Can
you post that to the list?
Regards,
David
-Original Message-
From: Alex Kravets [mailto:[EMAIL PROTECTED]
Sent: Monday, Janua
Alex,
I was asking for the plain-text jsp's line 85, not the compiled jsp's line
85.
Regards,
David
-Original Message-
From: Alex Kravets [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 18, 2005 2:39 PM
To: Struts Users Mailing List
Subject: Re: Stuts forwarding does not
eption to those I am having in JBoss, and
looking at Catalina.out see some classes not being loaded.
David G. Friedman wrote:
Alex,
I'd like to see the line 85 of the JSP as was listed in the stack
dump. Can
you post that to the list?
Regards,
David
-Original Message-
From:
g to run applications off Tomcat I am
getting similar exception to those I am having in JBoss, and looking at
Catalina.out see some classes not being loaded.
David G. Friedman wrote:
Alex,
I'd like to see the line 85 of the JSP as was listed in the stack dump. Can
you post that to
Apache Tomcat alone on the server where as at
> >>home on my Linux box it takes no time at all. When trying to run
> >>applications off Tomcat I am getting similar exception to those I am having
> >>in JBoss, and looking at Catalina.out see some classes not being loaded.
ke to see the line 85 of the JSP as was listed in the stack dump. Can
you post that to the list?
Regards,
David
-Original Message-
From: Alex Kravets [mailto:[EMAIL PROTECTED]
Sent: Monday, January 17, 2005 9:27 AM
To: Struts Users Mailing List
Subject: Re: Stuts forwarding d
> >
> >I'd like to see the line 85 of the JSP as was listed in the stack dump. Can
> >you post that to the list?
> >
> >Regards,
> >David
> >
> >-Original Message-
> >From: Alex Kravets [mailto:[EMAIL PROTECTED]
> >Sent: M
rom: Alex Kravets [mailto:[EMAIL PROTECTED]
Sent: Monday, January 17, 2005 9:27 AM
To: Struts Users Mailing List
Subject: Re: Stuts forwarding does not work
I know where the error is, I viewed java class compiled by the servelet
container of the JSP page and the error is at the line that servlet
contai
s,
> David
>
> -Original Message-
> From: Alex Kravets [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 17, 2005 9:27 AM
> To: Struts Users Mailing List
> Subject: Re: Stuts forwarding does not work
>
> I know where the error is, I viewed java class compiled b
rding does not work
I know where the error is, I viewed java class compiled by the servelet
container of the JSP page and the error is at the line that servlet
container generated, but I don't know what it means.
The error in compiled JSP page:
if (_jspx_meth_html_form_0(pageContext))
I know where the error is, I viewed java class compiled by the servelet
container of the JSP page and the error is at the line that servlet
container generated, but I don't know what it means.
The error in compiled JSP page:
if (_jspx_meth_html_form_0(pageContext))
return;
out.write("
Just check Logon_jsp.java:85 and it will tell you what is wrong.
Jack
On Sat, 15 Jan 2005 12:25:06 -0500, David G. Friedman
<[EMAIL PROTECTED]> wrote:
> Alex,
>
> The below Stack Trace "snippet" suggests you had some sort of exception in
> your Logon jsp, line 85, while trying to use something
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not
functioning anymore.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Alex,
The below Stack Trace "snippet" suggests you had some sort of exception in
your Logon jsp, line 85, while trying to use something in the page context.
This was clearly noted in the Stack trace. They are very useful (Stack
traces). If this happens alot to you then I would recommend you lea
Please limit your stack traces! Each line into the trace becomes less
and less meaningful ... unless you're trying to debug the application
server/servlet container. I don't think that's your goal ...
--
Eddie Bush
-
To unsubs
ist
Subject: Re: Stuts forwarding does not work
Well just to check I installed Struts on my local machine, copied the
same application there and it works fine! Could it be the JBoss that I
use on the work server?
David G. Friedman wrote:
Alex,
Check the Javadocs because the perform() method is
ght be off just a little, a tad, a pinch, a smidgeon, etc.
>
>-Original Message-
>From: Alex Kravets [mailto:[EMAIL PROTECTED]
>Sent: Saturday, January 22, 2005 9:51 AM
>To: Struts Users Mailing List
>Subject: Re: Stuts forwarding does not work
>
>
>Actually now
ex Kravets [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 01, 1980 4:36 PM
To: Struts Users Mailing List
Subject: Re: Stuts forwarding does not work
Well just to check I installed Struts on my local machine, copied the
same application there and it works fine! Could it be the JBoss that I
use o
Kravets [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 22, 2005 9:51 AM
To: Struts Users Mailing List
Subject: Re: Stuts forwarding does not work
Actually now it works. I moved everything to another application name
and it started working. But, another problem. When I submit my page I
get a bla
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not
functioning anymore.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
mail
from) time might be off just a little, a tad, a pinch, a smidgeon, etc.
-Original Message-
From: Alex Kravets [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 22, 2005 9:51 AM
To: Struts Users Mailing List
Subject: Re: Stuts forwarding does not work
Actually now it works. I moved everyt
m: Alex Kravets [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 13, 2005 1:11 AM
To: user@struts.apache.org
Subject: Stuts forwarding does not work
I am trying to redirect from index.jsp to another page but no luck. I
get this error:
org.apache.jasper.JasperException: Exception forwarding for n
What are you writing in your index.jsp?
Amit Gupta
Mobile: 91-9891062552
Yahoo IM: amitguptainn
MSN IM : amitguptainn
-Original Message-
From: Alex Kravets [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 13, 2005 1:11 AM
To: user@struts.apache.org
Subject: Stuts forwarding does not
Make sure that "/pages/QueryInput.jsp" exists and relavtive to context root.
On Wed, 12 Jan 2005 14:40:49 -0500, Alex Kravets
<[EMAIL PROTECTED]> wrote:
> I am trying to redirect from index.jsp to another page but no luck. I
> get this error:
>
> org.apache.jasper.JasperException: Exception forw
I am trying to redirect from index.jsp to another page but no luck. I
get this error:
org.apache.jasper.JasperException: Exception forwarding for name
queryInput: org.apache.jasper.JasperException
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
27 matches
Mail list logo