Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Subject: Re: struts2 portlet support

Subject: Re: struts2 portlet support

2007-11-01       - By Brian Relph

 Back
I downloaded and installed the struts2 portlet application 2.1.1, here are
the logs -

[11/1/07 14:59:22:785 CDT] 00000022 ApplicationMg A   WSVR0200I: Starting
application: struts2-portlet-2 (See http://let-2.ora-code.com)_1_1-SNAPSHOT_war
[11/1/07 14:59:22:801 CDT] 00000022 ApplicationMg A   WSVR0204I:
Application: struts2-portlet-2 (See http://let-2.ora-code.com)_1_1-SNAPSHOT_war  Application build level:
Unknown
[11/1/07 14:59:22:910 CDT] 00000022 SibMessage    I   [:] CWSID0017I:
Configuration reload is starting for bus RepositoryTopicBus.
[11/1/07 14:59:22:926 CDT] 00000022 SibMessage    I   [:] CWSID0018I:
Configuration reload is complete for bus RepositoryTopicBus.
[11/1/07 14:59:22:941 CDT] 00000022 SibMessage    I   [:] CWSID0019I:
Configuration reload is starting for messaging engine
CERN-BR014532Node02.server1-RepositoryTopicBus.
[11/1/07 14:59:23:019 CDT] 00000022 SibMessage    I   [:] CWSID0020I:
Configuration reload is complete for messaging engine
CERN-BR014532Node02.server1-RepositoryTopicBus.
[11/1/07 14:59:23:035 CDT] 00000022 SibMessage    I   [:] CWSIS1569I:
Messaging engine CERN-BR014532Node02.server1-RepositoryTopicBus is using a
file store.
[11/1/07 14:59:23:487 CDT] 00000022 WebGroup      A   SRVE0169I: Loading Web
Module: struts2-portlet-2 (See http://let-2.ora-code.com).1.1-SNAPSHOT.war.
[11/1/07 14:59:23:893 CDT] 00000022 WebApp        A   SRVE0180I:
[struts2-portlet-2 (See http://let-2.ora-code.com)_1_1-SNAPSHOT_war#struts2-portlet-2 (See http://let-2.ora-code.com).1.1-SNAPSHOT.war]
[/struts2-portlet-211 (See http://let-211.ora-code.com)] [Servlet.LOG]: Initializing Spring root
WebApplicationContext
[11/1/07 14:59:24:252 CDT] 00000022 VirtualHost   I   SRVE0250I: Web Module
<null> has been bound to
default_host[*:9081,*:80,*:9444,*:5060,*:5061,*:443,*:9088,*:9451,*:5073,*:5072
,*:9083,*:9446,*:5063,*:5062,*:9084,*:9447,*:5065,*:5064].
[11/1/07 14:59:24:268 CDT] 00000022 ApplicationMg A   WSVR0221I: Application
started: struts2-portlet-2 (See http://let-2.ora-code.com)_1_1-SNAPSHOT_war

[11/1/07 15:01:54:195 CDT] 00000022 SystemOut     O 15:01:54,195 ERROR [
org.apache.struts2.dispatcher.Dispatcher] Could not find action or result
There is no Action mapped for action name StrutsPortlet/. - [unknown
location]
   at com.opensymphony.xwork2.DefaultActionProxy.prepare(
DefaultActionProxy.java:185)

I am accessing the portlet with
http://localhost:9081/struts2-portlet-211 (See http://let-211.ora-code.com)/StrutsPortlet/


On the struts2 wiki, there is a comment under the tutorial section for
portlets, that mentions a WAS 6.1 bugfix - I am running Was 6.1.0.11, and i
applied the custom property

com.ibm.ws.webcontainer.invokefilterscompatibility=true

to both the webserver container and the portlet container, but it did
not seem to make a difference

On 11/1/07, Nils-Helge Garli Hegvik <nilsga@(protected)> wrote:
>
> Hi!
>
> In version 2.1, the portlet support was moved into a plugin. It could
> be related to that. Can you find any exceptions or traces of error in
> the logs somewhere?
>
> Nils-H
>
> On 11/1/07, Brian Relph <relphie@(protected)> wrote:
> > I was hoping to get help deploying a struts2 portlet.  I have been
> > developing based on the portlet archetype with the embedded jetty/pluto
> > portlet container as detailed at http://portletwork.blogspot.com/
> >
> > This archetype is based on struts 2.1.0, and developing with it has been
> > great.  However, when deploying to a WAS 6.1 server, i would get "Error
> 404:
> > There is no Action mapped for action name
> HealtheAdmin/",  "HealtheAdmin"
> > being the name of my portlet.  While trying to solve this problem, I
> > downloaded the same archetype with struts 2.0.9 dependencies/config, and
> it
> > deployed on my server no problem.  So basically, I have been developing
> with
> > struts 2.1.0 b/c of how easy the embedded portlet container makes it,
> and
> > then deploying with 2.0.9.
> >
> > However, I would like to not have the mis-matched versions.  I was
> hoping
> > someone could help clarify the changes i need to make for my 2.1.0portlet
> > to work so that i can get stop deploying with 2.0.9.  I have also looked
> at
> > the 2.1.1 portlet sample application, and tried deploying it.  I built
> it
> > with no profiles, but got the same error as before ("Error 404: There is
> no
> > Action mapped for action name HealtheAdmin/").  If i build it with the
> > "pluto" profile, I get several errors - first, the pluto plugin seems to
> > generate a web.xml that does not match the dtd, so it is invalid.  If i
> fix
> > that manually, my server complains about having matching servlet and
> portlet
> > names.
> >
> > Can anyone explain the differences between 2.0.9, 2.1.0, and 2.1.1portlet
> > applications, how to build them, and where configuration unique to my
> > portlet & server should be?
> >
> > Thanks,
> > Brian
> >
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>
>

©2008 junlu.com - Jax Systems, LLC, U.S.A.