You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ryan Cuprak <cu...@earthlink.net> on 2003/05/05 18:52:06 UTC

Jrun Problems continued...

Hello,
 After going through the archives and responses I received to my previous
postings I think I have gotten somewhat closer to my application actually
running. I am now receiving the following exception which is rather unusual:
 500 Internal Server Error


/java/join/:

javax.servlet.ServletException: Exception thrown processing JSP page.
javax.servlet.jsp.JspException: Cannot find ActionMappings or
ActionFormBeans collection
    at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:717)
    at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:501)
    at jrun__index2ejspa._jspService(jrun__index2ejspa.java, Compiled Code)
    at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:40)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
    at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
    at 
allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34
)
    at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:174)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
    at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
    at 
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
    at allaire.jrun.file.FileServlet.service(FileServlet.java, Compiled
Code)
    at allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:83)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
    at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
    at 
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
    at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
    at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
    at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
    at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)

BTW: I hate JRun - this is ridiculous!

 -Ryan

--------------------------------------------------------------------------
Ryan Cuprak                                Software Developer
www.cuprak.net                             Cell: (203)-376-8789
rcuprak@acm.org                            Home: (203)-407-8267
AIM: rcupr
--------------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Jrun Problems continued...

Posted by Michael Nascimento Santos <mi...@hotmail.com>.
It seems to me you haven't configured your ActionServlet to be loaded on
startup, right?

Try adding <load-on-startup>1</load-startup> in your <servlet> element.

P.S.: JRun works! I've developed several projects using it and I'm working
on one now using Struts + EJB and being accessed for 350 simultaneous
users!!!

[]s
Michael Nascimento Santos
JSR-207 Expert Group Member
Sun Certified Programmer for the Java 2 Platform
Sun Certified Programmer for the Java 2 Platform 1.4
Sun Certified Web Component Developer for J2EE
Moderador SouJava - www.soujava.org.br

----- Original Message -----
From: "Ryan Cuprak" <cu...@earthlink.net>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Monday, May 05, 2003 1:52 PM
Subject: Jrun Problems continued...


>
> Hello,
>  After going through the archives and responses I received to my previous
> postings I think I have gotten somewhat closer to my application actually
> running. I am now receiving the following exception which is rather
unusual:
>  500 Internal Server Error
>
>
> /java/join/:
>
> javax.servlet.ServletException: Exception thrown processing JSP page.
> javax.servlet.jsp.JspException: Cannot find ActionMappings or
> ActionFormBeans collection
>     at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:717)
>     at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:501)
>     at jrun__index2ejspa._jspService(jrun__index2ejspa.java, Compiled
Code)
>     at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:40)
>     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
>     at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
>     at
>
allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34
> )
>     at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:174)
>     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
>     at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
>     at
>
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
> a:88)
>     at allaire.jrun.file.FileServlet.service(FileServlet.java, Compiled
> Code)
>     at
allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:83)
>     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
>     at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
>     at
>
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
> a:88)
>     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
>     at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
>     at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
>     at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
>     at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
>
> BTW: I hate JRun - this is ridiculous!
>
>  -Ryan
>
> --------------------------------------------------------------------------
> Ryan Cuprak                                Software Developer
> www.cuprak.net                             Cell: (203)-376-8789
> rcuprak@acm.org                            Home: (203)-407-8267
> AIM: rcupr
> --------------------------------------------------------------------------
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE : Jrun Problems continued...

Posted by Franck Lefebure <fl...@orange.gp>.
did you put the jakarta libraries as I said in my last post ?

--
Franck Lefebure
0590 32 38 72



> -----Message d'origine-----
> De : Ryan Cuprak [mailto:cuprakr@earthlink.net] 
> Envoyé : lundi 5 mai 2003 12:52
> À : Struts Users Mailing List
> Objet : Jrun Problems continued...
> 
> 
> 
> Hello,
>  After going through the archives and responses I received to 
> my previous postings I think I have gotten somewhat closer to 
> my application actually running. I am now receiving the 
> following exception which is rather unusual:  500 Internal 
> Server Error
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org