|
Home > Archive > WebSphere Portal Server > January 2004 > Display a Portalpage in an iFrame on a different webServer?? I get an errormessage
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Display a Portalpage in an iFrame on a different webServer?? I get an errormessage
|
|
|
| Hi Group,
Today I got this strange error message all the time (see below) which I
cannot really figure out. I get this message
when calling an action from a portlet, which displays data from a database
in a list. Actually when using the portal
server only the portlet works fine - but I have linked this portal page into
a standard html page (in an iframe) and
there the portlet runs and creates this errormessage in the log. The Server
which links the portalpage is an Apache
webserver on linux.
Has anyone got a clue if it is (or isnt) possible to bypass to a portalpage
via a different webserver and how?
thanks, berni
2004.01.28 18:03:03.537 E com.ibm.wps.pe.pc.legacy.event.EventQueueManager
processEventLoop
PEPC1036E: Ereignis wurde nicht gefunden. - StackTrace follows...
(sth. like: Event could not be found)
2004.01.28 18:03:03.537 E com.ibm.wps.pe.pc.legacy.event.EventQueueManager
processEventLoop
javax.portlet.PortletException
at
com.ibm.wps.pe.pc.legacy.PortletContainerImpl.callPortletMethod(PortletConta
inerImpl.java(Compiled Code))
at
com.ibm.wps.pe.pc.legacy.EventEnvironmentImpl.includePortlet(EventEnvironmen
tImpl.java:191)
at
com.ibm.wps.pe.pc.legacy.event.ActionEventImpl.prepare(ActionEventImpl.java:
111)
at
com.ibm.wps.pe.pc.legacy.event.EventQueueManager.processEventLoop(EventQueue
Manager.java:92)
at
com.ibm.wps.pe.pc.legacy.PortletContainerImpl.performEventPhase(PortletConta
inerImpl.java(Compiled Code))
at
com.ibm.wps.pe.pc.legacy.PortletContainerImpl.initPage(PortletContainerImpl.
java(Compiled Code))
at
com.ibm.wps.pe.pc.PortletContainerImpl.initPage(PortletContainerImpl.java(Co
mpiled Code))
at com.ibm.wps.pe.pc.PortletContainer.initPage(PortletContainer.java:63)
at com.ibm.wps.engine.templates.themes.Home.doPreRender(Home.java:205)
at com.ibm.wps.engine.templates.themes.Default.render(Default.java:67)
at com.ibm.wps.engine.templates.ThemeTemplate.render(ThemeTemplate.java:71)
at com.ibm.wps.engine.Servlet.callPortal(Servlet.java:711)
at com.ibm.wps.engine.Servlet.doGet(Servlet.java:441)
at com.ibm.wps.engine.Servlet.doPost(Servlet.java:742)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServle
tInstance.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecy
cleServlet.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServ
let.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecyc
leServlet.java(Inlined Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java
(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidSer
vletReferenceState.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletIns
tanceReference.java(Inlined Compiled Code))
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.
java(Compiled Code))
at com.ibm.wps.mappingurl.impl.URLAnalyzer.doFilter(URLAnalyzer.java:185)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstance
Wrapper.java:132)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.
java(Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(
WebAppRequestDispatcher.java(Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppReques
tDispatcher.java(Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequest
Dispatcher.java(Compiled Code))
at
com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compi
led Code))
at
com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker
..java(Compiled Code))
at
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(C
achedInvocation.java(Compiled Code))
at
com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletReq
uestProcessor.java(Compiled Code))
at
com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListene
r.java(Compiled Code))
at
com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.jav
a(Compiled Code))
at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Comp
iled Code))
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
Nested Exception is java.lang.NullPointerException
at com.ibm.db.db.DatabaseConnection.connect(DatabaseConnection.java)
at com.ibm.db.db.Statement.connect(Statement.java)
at com.ibm.db.db.SelectStatement.execute(SelectStatement.java)
at com.ibm.db.beans.DBSelect.execute(DBSelect.java)
at com.ibm.pericom.news.News.readDatabase(News.java:687)
at com.ibm.pericom.news.News.actionPerformed(News.java:315)
at
com.ibm.wps.pe.pc.legacy.SPIPortletInterceptorImpl.handleEvents(SPIPortletIn
terceptorImpl.java:438)
at org.apache.jetspeed.portlet.Portlet._dispatch(Portlet.java(Compiled
Code))
at org.apache.jetspeed.portlet.Portlet.access$100(Portlet.java(Inlined
Compiled Code))
at
org.apache.jetspeed.portlet.Portlet$Context.callPortlet(Portlet.java(Inlined
Compiled Code))
at
com.ibm.wps.pe.pc.legacy.cmpf.impl.PortletFilterManager.doFilter(PortletFilt
erManager.java(Compiled Code))
at org.apache.jetspeed.portlet.Portlet.dispatch(Portlet.java(Compiled
Code))
at org.apache.jetspeed.portlet.Portlet.doPost(Portlet.java:516)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at org.apache.jetspeed.portlet.Portlet.service(Portlet.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServle
tInstance.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecy
cleServlet.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServ
let.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecyc
leServlet.java(Inlined Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java
(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidSer
vletReferenceState.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletIns
tanceReference.java(Inlined Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(
WebAppRequestDispatcher.java(Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppReques
tDispatcher.java(Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequest
Dispatcher.java(Compiled Code))
at
com.ibm.wps.pe.pc.legacy.invoker.impl.PortletInvokerImpl.callMethod(PortletI
nvokerImpl.java(Compiled Code))
at
com.ibm.wps.pe.pc.legacy.invoker.impl.PortletInvokerImpl.action(PortletInvok
erImpl.java:112)
at
com.ibm.wps.pe.pc.legacy.PortletContainerImpl.callPortletMethod(PortletConta
inerImpl.java(Compiled Code))
at
com.ibm.wps.pe.pc.legacy.EventEnvironmentImpl.includePortlet(EventEnvironmen
tImpl.java:191)
at
com.ibm.wps.pe.pc.legacy.event.ActionEventImpl.prepare(ActionEventImpl.java:
111)
at
com.ibm.wps.pe.pc.legacy.event.EventQueueManager.processEventLoop(EventQueue
Manager.java:92)
at
com.ibm.wps.pe.pc.legacy.PortletContainerImpl.performEventPhase(PortletConta
inerImpl.java(Compiled Code))
at
com.ibm.wps.pe.pc.legacy.PortletContainerImpl.initPage(PortletContainerImpl.
java(Compiled Code))
at
com.ibm.wps.pe.pc.PortletContainerImpl.initPage(PortletContainerImpl.java(Co
mpiled Code))
at com.ibm.wps.pe.pc.PortletContainer.initPage(PortletContainer.java:63)
at com.ibm.wps.engine.templates.themes.Home.doPreRender(Home.java:205)
at com.ibm.wps.engine.templates.themes.Default.render(Default.java:67)
at com.ibm.wps.engine.templates.ThemeTemplate.render(ThemeTemplate.java:71)
at com.ibm.wps.engine.Servlet.callPortal(Servlet.java:711)
at com.ibm.wps.engine.Servlet.doGet(Servlet.java:441)
at com.ibm.wps.engine.Servlet.doPost(Servlet.java:742)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServle
tInstance.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecy
cleServlet.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServ
let.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecyc
leServlet.java(Inlined Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java
(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidSer
vletReferenceState.java(Compiled Code))
at
com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletIns
tanceReference.java(Inlined Compiled Code))
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.
java(Compiled Code))
at com.ibm.wps.mappingurl.impl.URLAnalyzer.doFilter(URLAnalyzer.java:185)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstance
Wrapper.java:132)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.
java(Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(
WebAppRequestDispatcher.java(Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppReques
tDispatcher.java(Compiled Code))
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequest
Dispatcher.java(Compiled Code))
at
com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compi
led Code))
at
com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker
..java(Compiled Code))
at
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(C
achedInvocation.java(Compiled Code))
at
com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletReq
uestProcessor.java(Compiled Code))
at
com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListene
r.java(Compiled Code))
at
com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.jav
a(Compiled Code))
at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Comp
iled Code))
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
| |
| Berni 2004-01-28, 10:33 pm |
| hi
After further testing I found out, that this behaviour only occurs on
Internet Explorer (v 6.x), but not on Mozilla browsers. This means that not
necessarily the proxying of the portalpage is the reason, but internet
explorer obviously doesn`t correctly transmit the events back to the portal
server via the apache web server (error occurs when I click on a actionURI
or even when I try to login)
hm I still cannot figure out how to solve the problem. Has anyone got an
idea? your help is mostly appreciated.
thanks in advance
"Berni" <berni@networld.at> schrieb im Newsbeitrag
news:bv8r3u$3lhi$1@news.boulder.ibm.com...quote:
> Hi Group,
>
> Today I got this strange error message all the time (see below) which I
> cannot really figure out. I get this message
> when calling an action from a portlet, which displays data from a database
> in a list. Actually when using the portal
> server only the portlet works fine - but I have linked this portal page
intoquote:
> a standard html page (in an iframe) and
> there the portlet runs and creates this errormessage in the log. The
Serverquote:
> which links the portalpage is an Apache
> webserver on linux.
>
> Has anyone got a clue if it is (or isnt) possible to bypass to a
portalpagequote:
> via a different webserver and how?
>
> thanks, berni
>
>
>
> 2004.01.28 18:03:03.537 E com.ibm.wps.pe.pc.legacy.event.EventQueueManager
> processEventLoop
> PEPC1036E: Ereignis wurde nicht gefunden. - StackTrace follows...
> (sth. like: Event could not be found)
>
> 2004.01.28 18:03:03.537 E com.ibm.wps.pe.pc.legacy.event.EventQueueManager
> processEventLoop
> javax.portlet.PortletException
> at
>
com.ibm.wps.pe.pc.legacy.PortletContainerImpl. callPortletMethod(PortletContaquote: [co
lor=darkred]
> inerImpl.java(Compiled Code))
> at
>[/color]
com.ibm.wps.pe.pc.legacy.EventEnvironmentImpl. includePortlet(EventEnvironmenquote: [co
lor=darkred]
> tImpl.java:191)
> at
>[/color]
com.ibm.wps.pe.pc.legacy.event.ActionEventImpl.prepare(ActionEventImpl.java:quote:
> 111)
> at
>
com.ibm.wps.pe.pc.legacy.event.EventQueueManager. processEventLoop(EventQueuequote: [color
=darkred]
> Manager.java:92)
> at
>[/color]
com.ibm.wps.pe.pc.legacy.PortletContainerImpl. performEventPhase(PortletContaquote: [co
lor=darkred]
> inerImpl.java(Compiled Code))
> at
>[/color]
com.ibm.wps.pe.pc.legacy.PortletContainerImpl.initPage(PortletContainerImpl.quote:
> java(Compiled Code))
> at
>
com.ibm.wps.pe.pc.PortletContainerImpl.initPage(PortletContainerImpl.java(Coquote:
> mpiled Code))
> at com.ibm.wps.pe.pc.PortletContainer.initPage(PortletContainer.java:63)
> at com.ibm.wps.engine.templates.themes.Home.doPreRender(Home.java:205)
> at com.ibm.wps.engine.templates.themes.Default.render(Default.java:67)
> at
com.ibm.wps.engine.templates.ThemeTemplate.render(ThemeTemplate.java:71)quote:
> at com.ibm.wps.engine.Servlet.callPortal(Servlet.java:711)
> at com.ibm.wps.engine.Servlet.doGet(Servlet.java:441)
> at com.ibm.wps.engine.Servlet.doPost(Servlet.java:742)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled
Code))quote:
> at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled
Code))quote:
> at
>
com.ibm.ws.webcontainer.servlet.StrictServletInstance. doService(StrictServlequote:
> tInstance.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet. _service(StrictLifecyquote:
> cleServlet.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.IdleServletState. service(StrictLifecycleServquote: [color
=darkred]
> let.java(Compiled Code))
> at
>[/color]
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet. service(StrictLifecycquote:
> leServlet.java(Inlined Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.javaquote:
> (Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidSerquote:
> vletReferenceState.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ServletInstanceReference. dispatch(ServletInsquote:
> tanceReference.java(Inlined Compiled Code))
> at
>
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.quote:
> java(Compiled Code))
> at com.ibm.wps.mappingurl.impl.URLAnalyzer.doFilter(URLAnalyzer.java:185)
> at
>
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper. doFilter(FilterInstancequote:
> Wrapper.java:132)
> at
>
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.quote:
> java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. handleWebAppDispatch(quote:
> WebAppRequestDispatcher.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. dispatch(WebAppRequesquote:
> tDispatcher.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. forward(WebAppRequestquote:
> Dispatcher.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compiquote:
> led Code))
> at
>
com.ibm.ws.webcontainer.srt.WebAppInvoker. handleInvocationHook(WebAppInvoker[QUOTE
]
> .java(Compiled Code))
> at
>[/QUOTE]
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation. handleInvocation(Cquote:
> achedInvocation.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.srp.ServletRequestProcessor. dispatchByURI(ServletReqquote:
> uestProcessor.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher. service(OSEListenequote:
> r.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.javquote:
> a(Compiled Code))
> at
>
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Compquote:
> iled Code))
> at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
>
> Nested Exception is java.lang.NullPointerException
> at com.ibm.db.db.DatabaseConnection.connect(DatabaseConnection.java)
> at com.ibm.db.db.Statement.connect(Statement.java)
> at com.ibm.db.db.SelectStatement.execute(SelectStatement.java)
> at com.ibm.db.beans.DBSelect.execute(DBSelect.java)
> at com.ibm.pericom.news.News.readDatabase(News.java:687)
> at com.ibm.pericom.news.News.actionPerformed(News.java:315)
> at
>
com.ibm.wps.pe.pc.legacy.SPIPortletInterceptorImpl. handleEvents(SPIPortletInquote:
> terceptorImpl.java:438)
> at org.apache.jetspeed.portlet.Portlet._dispatch(Portlet.java(Compiled
> Code))
> at org.apache.jetspeed.portlet.Portlet.access$100(Portlet.java(Inlined
> Compiled Code))
> at
>
org.apache.jetspeed.portlet.Portlet$Context.callPortlet(Portlet.java(Inlinedquote:
> Compiled Code))
> at
>
com.ibm.wps.pe.pc.legacy.cmpf.impl.PortletFilterManager. doFilter(PortletFiltquote:
> erManager.java(Compiled Code))
> at org.apache.jetspeed.portlet.Portlet.dispatch(Portlet.java(Compiled
> Code))
> at org.apache.jetspeed.portlet.Portlet.doPost(Portlet.java:516)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled
Code))quote:
> at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled
Code))quote:
> at org.apache.jetspeed.portlet.Portlet.service(Portlet.java(Compiled
Code))quote:
> at
>
com.ibm.ws.webcontainer.servlet.StrictServletInstance. doService(StrictServlequote:
> tInstance.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet. _service(StrictLifecyquote:
> cleServlet.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.IdleServletState. service(StrictLifecycleServquote: [color
=darkred]
> let.java(Compiled Code))
> at
>[/color]
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet. service(StrictLifecycquote:
> leServlet.java(Inlined Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.javaquote:
> (Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidSerquote:
> vletReferenceState.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ServletInstanceReference. dispatch(ServletInsquote:
> tanceReference.java(Inlined Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. handleWebAppDispatch(quote:
> WebAppRequestDispatcher.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. dispatch(WebAppRequesquote:
> tDispatcher.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. include(WebAppRequestquote:
> Dispatcher.java(Compiled Code))
> at
>
com.ibm.wps.pe.pc.legacy.invoker.impl.PortletInvokerImpl. callMethod(PortletIquote:
> nvokerImpl.java(Compiled Code))
> at
>
com.ibm.wps.pe.pc.legacy.invoker.impl.PortletInvokerImpl. action(PortletInvokquote:
> erImpl.java:112)
> at
>
com.ibm.wps.pe.pc.legacy.PortletContainerImpl. callPortletMethod(PortletContaquote: [co
lor=darkred]
> inerImpl.java(Compiled Code))
> at
>[/color]
com.ibm.wps.pe.pc.legacy.EventEnvironmentImpl. includePortlet(EventEnvironmenquote: [co
lor=darkred]
> tImpl.java:191)
> at
>[/color]
com.ibm.wps.pe.pc.legacy.event.ActionEventImpl.prepare(ActionEventImpl.java:quote:
> 111)
> at
>
com.ibm.wps.pe.pc.legacy.event.EventQueueManager. processEventLoop(EventQueuequote: [color
=darkred]
> Manager.java:92)
> at
>[/color]
com.ibm.wps.pe.pc.legacy.PortletContainerImpl. performEventPhase(PortletContaquote: [co
lor=darkred]
> inerImpl.java(Compiled Code))
> at
>[/color]
com.ibm.wps.pe.pc.legacy.PortletContainerImpl.initPage(PortletContainerImpl.quote:
> java(Compiled Code))
> at
>
com.ibm.wps.pe.pc.PortletContainerImpl.initPage(PortletContainerImpl.java(Coquote:
> mpiled Code))
> at com.ibm.wps.pe.pc.PortletContainer.initPage(PortletContainer.java:63)
> at com.ibm.wps.engine.templates.themes.Home.doPreRender(Home.java:205)
> at com.ibm.wps.engine.templates.themes.Default.render(Default.java:67)
> at
com.ibm.wps.engine.templates.ThemeTemplate.render(ThemeTemplate.java:71)quote:
> at com.ibm.wps.engine.Servlet.callPortal(Servlet.java:711)
> at com.ibm.wps.engine.Servlet.doGet(Servlet.java:441)
> at com.ibm.wps.engine.Servlet.doPost(Servlet.java:742)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled
Code))quote:
> at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled
Code))quote:
> at
>
com.ibm.ws.webcontainer.servlet.StrictServletInstance. doService(StrictServlequote:
> tInstance.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet. _service(StrictLifecyquote:
> cleServlet.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServ
quote:
> let.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet. service(StrictLifecycquote:
> leServlet.java(Inlined Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.javaquote:
> (Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidSerquote:
> vletReferenceState.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.servlet.ServletInstanceReference. dispatch(ServletInsquote:
> tanceReference.java(Inlined Compiled Code))
> at
>
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.quote:
> java(Compiled Code))
> at com.ibm.wps.mappingurl.impl.URLAnalyzer.doFilter(URLAnalyzer.java:185)
> at
>
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper. doFilter(FilterInstancequote:
> Wrapper.java:132)
> at
>
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.quote:
> java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. handleWebAppDispatch(quote:
> WebAppRequestDispatcher.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. dispatch(WebAppRequesquote:
> tDispatcher.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. forward(WebAppRequestquote:
> Dispatcher.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compiquote:
> led Code))
> at
>
com.ibm.ws.webcontainer.srt.WebAppInvoker. handleInvocationHook(WebAppInvoker[QUOTE
]
> .java(Compiled Code))
> at
>[/QUOTE]
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation. handleInvocation(Cquote:
> achedInvocation.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.srp.ServletRequestProcessor. dispatchByURI(ServletReqquote:
> uestProcessor.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher. service(OSEListenequote:
> r.java(Compiled Code))
> at
>
com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.javquote:
> a(Compiled Code))
> at
>
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Compquote:
> iled Code))
> at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
>
>
|
|
|
|
|