Here is the server.log after I send a request to the demo application:

2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.server.impl.invocation.InvocationImpl] Incoming request with 
id page.default.struts
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.ContentTypeInterceptor] Found 
markup=html_web_4_0, ua=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) 
Gecko/20051111 Firefox/1.5, devicedID=netscape7_1_nt_us
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.ContentTypeInterceptor] Found mimeType type 
text/html for markup=html_web_4_0
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] analyzing layout 
strategy....
2005-11-23 21:49:49,250 DEBUG [org.jboss.portal.server.impl.LayoutServerImpl] 
get nodesk...
2005-11-23 21:49:49,250 DEBUG [org.jboss.portal.server.impl.LayoutServerImpl] 
found nodesk
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] looking for a layout 
strategy [default] [struts] [nodesk] [text/html]
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] got a layout: trying to 
get the strategy from it...
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] no strategy from the 
layoutlayout: trying to get named strategy...
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] looking for strategy 
with name: default
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] found strategy to use: 
org.jboss.portal.core.theme.strategy.impl.DefaultStrategyImpl
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] adding region: center
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.theme.strategy.StrategyFactory] creating portlet context 
for: StrutsPortletWindow
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.theme.strategy.StrategyFactory] creating strategy 
context for: nodesk default struts
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.theme.strategy.impl.DefaultStrategyImpl] evaluating 
strategy for: [EMAIL PROTECTED]
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.theme.strategy.impl.DefaultStrategyImpl] evaluating 
portlet: StrutsPortletDemo
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] setting layout URI: 
/nodesk/index.jsp
2005-11-23 21:49:49,250 DEBUG 
[org.jboss.portal.core.invocation.StrategyInterceptor] done analyzing layout 
strategy
2005-11-23 21:49:49,671 DEBUG [org.jboss.portal.core.servlet.CoreServlet] 
requesting theme: null
2005-11-23 21:49:49,687 DEBUG [org.jboss.portal.core.servlet.CoreServlet] using 
layout returned from the strategy: nodesk uri: /nodesk/index.jsp
2005-11-23 21:49:49,687 DEBUG [org.jboss.portal.core.servlet.CoreServlet] got 
layout to use [nodesk] in app [portal] uri [/nodesk/index.jsp]
2005-11-23 21:49:49,687 DEBUG [org.jboss.portal.server.theme.LayoutDispatcher] 
got request dispatcher for layout resource: true
2005-11-23 21:49:49,687 DEBUG [org.jboss.portal.server.theme.LayoutDispatcher] 
done with the layout

Everything works fine, and I can go through the application.  

My struts app is ok, as I can access it directly using the URL pattern defined 
in the struts-config.xml.  

I'm logging the 1st line of the execute method of the HelloAction class, but it 
doesn't show in the log.  Therefore, this error prevents the bridge from 
calling my Action.

Alessandro Coelho Ribeiro
[EMAIL PROTECTED]




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908815#3908815

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908815


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to