You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org> on 2005/08/24 17:22:11 UTC

[jira] Created: (TAPESTRY-588) Having the tapestry-portlet jar in the classpath for a servlet application causes exceptions

Having the tapestry-portlet jar in the classpath for a servlet application causes exceptions
--------------------------------------------------------------------------------------------

         Key: TAPESTRY-588
         URL: http://issues.apache.org/jira/browse/TAPESTRY-588
     Project: Tapestry
        Type: Bug
    Versions: 4.0    
    Reporter: Howard M. Lewis Ship
 Assigned to: Howard M. Lewis Ship 


The exceptions occur when certain pages, such as the Exception page, are activated.  The console gets some giant stack traces:

org.apache.hivemind.ApplicationRuntimeException: Unable to convert type 'javax.portlet.PortletSession' to a Java class, either as is, or in package org.apache.tapestry.portlet.
	at org.apache.hivemind.impl.ModuleImpl.resolveType(ModuleImpl.java:197)
	at org.apache.hivemind.schema.rules.ClassTranslator.translate(ClassTranslator.java:35)
	at org.apache.hivemind.schema.rules.ReadAttributeRule.begin(ReadAttributeRule.java:77)
	at org.apache.hivemind.parse.ConversionDescriptor.begin(ConversionDescriptor.java:141)
	at org.apache.hivemind.impl.SchemaElement.fireBegin(SchemaElement.java:228)
	at org.apache.hivemind.impl.SchemaProcessorImpl.processElement(SchemaProcessorImpl.java:255)
	at org.apache.hivemind.impl.SchemaProcessorImpl.processRootElement(SchemaProcessorImpl.java:235)
	at org.apache.hivemind.impl.SchemaProcessorImpl.process(SchemaProcessorImpl.java:223)
	at org.apache.hivemind.impl.ConfigurationPointImpl.processContributionElements(ConfigurationPointImpl.java:268)
	at org.apache.hivemind.impl.ConfigurationPointImpl.constructElements(ConfigurationPointImpl.java:189)
	at org.apache.hivemind.impl.ElementsInnerProxyList.inner(ElementsInnerProxyList.java:46)
	at org.apache.hivemind.impl.ElementsInnerProxyList.size(ElementsInnerProxyList.java:62)
	at org.apache.hivemind.impl.ElementsProxyList.size(ElementsProxyList.java:60)
	at java.util.AbstractList$Itr.hasNext(AbstractList.java:416)
	at org.apache.hivemind.lib.strategy.StrategyFactory.buildRegistry(StrategyFactory.java:87)
	at org.apache.hivemind.lib.strategy.StrategyFactory.createCoreServiceImplementation(StrategyFactory.java:56)
	at $ServiceImplementationFactory_105e911cadf.createCoreServiceImplementation($ServiceImplementationFactory_105e911cadf.java)
	at org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation(InvokeFactoryServiceConstructor.java:84)
	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructCoreServiceImplementation(AbstractServiceModelImpl.java:107)
	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructNewServiceImplementation(AbstractServiceModelImpl.java:157)
	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructServiceImplementation(AbstractServiceModelImpl.java:139)
	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getActualServiceImplementation(SingletonServiceModel.java:68)
	at $DescribableStrategy_105e911caee._service($DescribableStrategy_105e911caee.java)
	at $DescribableStrategy_105e911caee.describeObject($DescribableStrategy_105e911caee.java)
	at $DescribableStrategy_105e911caed.describeObject($DescribableStrategy_105e911caed.java)
	at org.apache.tapestry.describe.HTMLDescriptionReceiver.describe(HTMLDescriptionReceiver.java:78)
	at org.apache.tapestry.describe.HTMLDescriberImpl.describeObject(HTMLDescriberImpl.java:33)
	at $HTMLDescriber_105e911c9e0.describeObject($HTMLDescriber_105e911c9e0.java)
	at $HTMLDescriber_105e911c9df.describeObject($HTMLDescriber_105e911c9df.java)
	at org.apache.tapestry.html.Describe.renderComponent(Describe.java:46)
	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
	at org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:430)
	at org.apache.tapestry.html.Shell.renderComponent(Shell.java:114)
	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
	at org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:274)
	at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:368)
	at org.apache.tapestry.services.impl.ResponseRendererImpl.renderResponse(ResponseRendererImpl.java:71)
	at $ResponseRenderer_105e911c9e1.renderResponse($ResponseRenderer_105e911c9e1.java)
	at org.apache.tapestry.error.ExceptionPresenterImpl.presentException(ExceptionPresenterImpl.java:46)
	at $ExceptionPresenter_105e911c9d0.presentException($ExceptionPresenter_105e911c9d0.java)
	at $ExceptionPresenter_105e911c9cf.presentException($ExceptionPresenter_105e911c9cf.java)
	at org.apache.tapestry.engine.AbstractEngine.activateExceptionPage(AbstractEngine.java:127)
	at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:286)
	at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:60)
	at $WebRequestServicer_105e911ca25.service($WebRequestServicer_105e911ca25.java)
	at org.apache.tapestry.services.impl.DisableCachingFilter.service(DisableCachingFilter.java:48)
	at $WebRequestServicerFilter_105e911ca27.service($WebRequestServicerFilter_105e911ca27.java)
	at $WebRequestServicer_105e911ca29.service($WebRequestServicer_105e911ca29.java)
	at $WebRequestServicer_105e911ca21.service($WebRequestServicer_105e911ca21.java)
	at org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:56)
	at $ServletRequestServicer_105e911ca05.service($ServletRequestServicer_105e911ca05.java)
	at org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55)
	at $ServletRequestServicerFilter_105e911ca01.service($ServletRequestServicerFilter_105e911ca01.java)
	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
	at org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52)
	at $ServletRequestServicerFilter_105e911c9ff.service($ServletRequestServicerFilter_105e911c9ff.java)
	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
	at org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53)
	at $ServletRequestServicerFilter_105e911ca03.service($ServletRequestServicerFilter_105e911ca03.java)
	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
	at $ServletRequestServicer_105e911c9f9.service($ServletRequestServicer_105e911c9f9.java)
	at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:145)
	at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:101)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
	at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
	at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
	at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
	at org.mortbay.http.HttpServer.service(HttpServer.java:879)
	at org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
	at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:961)
	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
	at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:300)
	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511)
,[PoolThread-1]org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1030)


The underlying problem is that some Portlet API classes are referenced and arent' available.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (TAPESTRY-588) Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-588?page=all ]

Howard M. Lewis Ship updated TAPESTRY-588:
------------------------------------------

    Component: Portlet
      Summary: Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions  (was: Having the tapestry-portlet jar in the classpath for a servlet application causes exceptions)

> Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions
> -----------------------------------------------------------------------------------------------
>
>          Key: TAPESTRY-588
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-588
>      Project: Tapestry
>         Type: Bug
>   Components: Portlet
>     Versions: 4.0
>     Reporter: Howard M. Lewis Ship
>     Assignee: Howard M. Lewis Ship

>
> The exceptions occur when certain pages, such as the Exception page, are activated.  The console gets some giant stack traces:
> org.apache.hivemind.ApplicationRuntimeException: Unable to convert type 'javax.portlet.PortletSession' to a Java class, either as is, or in package org.apache.tapestry.portlet.
> 	at org.apache.hivemind.impl.ModuleImpl.resolveType(ModuleImpl.java:197)
> 	at org.apache.hivemind.schema.rules.ClassTranslator.translate(ClassTranslator.java:35)
> 	at org.apache.hivemind.schema.rules.ReadAttributeRule.begin(ReadAttributeRule.java:77)
> 	at org.apache.hivemind.parse.ConversionDescriptor.begin(ConversionDescriptor.java:141)
> 	at org.apache.hivemind.impl.SchemaElement.fireBegin(SchemaElement.java:228)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.processElement(SchemaProcessorImpl.java:255)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.processRootElement(SchemaProcessorImpl.java:235)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.process(SchemaProcessorImpl.java:223)
> 	at org.apache.hivemind.impl.ConfigurationPointImpl.processContributionElements(ConfigurationPointImpl.java:268)
> 	at org.apache.hivemind.impl.ConfigurationPointImpl.constructElements(ConfigurationPointImpl.java:189)
> 	at org.apache.hivemind.impl.ElementsInnerProxyList.inner(ElementsInnerProxyList.java:46)
> 	at org.apache.hivemind.impl.ElementsInnerProxyList.size(ElementsInnerProxyList.java:62)
> 	at org.apache.hivemind.impl.ElementsProxyList.size(ElementsProxyList.java:60)
> 	at java.util.AbstractList$Itr.hasNext(AbstractList.java:416)
> 	at org.apache.hivemind.lib.strategy.StrategyFactory.buildRegistry(StrategyFactory.java:87)
> 	at org.apache.hivemind.lib.strategy.StrategyFactory.createCoreServiceImplementation(StrategyFactory.java:56)
> 	at $ServiceImplementationFactory_105e911cadf.createCoreServiceImplementation($ServiceImplementationFactory_105e911cadf.java)
> 	at org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation(InvokeFactoryServiceConstructor.java:84)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructCoreServiceImplementation(AbstractServiceModelImpl.java:107)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructNewServiceImplementation(AbstractServiceModelImpl.java:157)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructServiceImplementation(AbstractServiceModelImpl.java:139)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getActualServiceImplementation(SingletonServiceModel.java:68)
> 	at $DescribableStrategy_105e911caee._service($DescribableStrategy_105e911caee.java)
> 	at $DescribableStrategy_105e911caee.describeObject($DescribableStrategy_105e911caee.java)
> 	at $DescribableStrategy_105e911caed.describeObject($DescribableStrategy_105e911caed.java)
> 	at org.apache.tapestry.describe.HTMLDescriptionReceiver.describe(HTMLDescriptionReceiver.java:78)
> 	at org.apache.tapestry.describe.HTMLDescriberImpl.describeObject(HTMLDescriberImpl.java:33)
> 	at $HTMLDescriber_105e911c9e0.describeObject($HTMLDescriber_105e911c9e0.java)
> 	at $HTMLDescriber_105e911c9df.describeObject($HTMLDescriber_105e911c9df.java)
> 	at org.apache.tapestry.html.Describe.renderComponent(Describe.java:46)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:430)
> 	at org.apache.tapestry.html.Shell.renderComponent(Shell.java:114)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:274)
> 	at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:368)
> 	at org.apache.tapestry.services.impl.ResponseRendererImpl.renderResponse(ResponseRendererImpl.java:71)
> 	at $ResponseRenderer_105e911c9e1.renderResponse($ResponseRenderer_105e911c9e1.java)
> 	at org.apache.tapestry.error.ExceptionPresenterImpl.presentException(ExceptionPresenterImpl.java:46)
> 	at $ExceptionPresenter_105e911c9d0.presentException($ExceptionPresenter_105e911c9d0.java)
> 	at $ExceptionPresenter_105e911c9cf.presentException($ExceptionPresenter_105e911c9cf.java)
> 	at org.apache.tapestry.engine.AbstractEngine.activateExceptionPage(AbstractEngine.java:127)
> 	at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:286)
> 	at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:60)
> 	at $WebRequestServicer_105e911ca25.service($WebRequestServicer_105e911ca25.java)
> 	at org.apache.tapestry.services.impl.DisableCachingFilter.service(DisableCachingFilter.java:48)
> 	at $WebRequestServicerFilter_105e911ca27.service($WebRequestServicerFilter_105e911ca27.java)
> 	at $WebRequestServicer_105e911ca29.service($WebRequestServicer_105e911ca29.java)
> 	at $WebRequestServicer_105e911ca21.service($WebRequestServicer_105e911ca21.java)
> 	at org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:56)
> 	at $ServletRequestServicer_105e911ca05.service($ServletRequestServicer_105e911ca05.java)
> 	at org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55)
> 	at $ServletRequestServicerFilter_105e911ca01.service($ServletRequestServicerFilter_105e911ca01.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52)
> 	at $ServletRequestServicerFilter_105e911c9ff.service($ServletRequestServicerFilter_105e911c9ff.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53)
> 	at $ServletRequestServicerFilter_105e911ca03.service($ServletRequestServicerFilter_105e911ca03.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at $ServletRequestServicer_105e911c9f9.service($ServletRequestServicer_105e911c9f9.java)
> 	at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:145)
> 	at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:101)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
> 	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
> 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
> 	at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
> 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
> 	at org.mortbay.http.HttpServer.service(HttpServer.java:879)
> 	at org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
> 	at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:961)
> 	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
> 	at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
> 	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:300)
> 	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511)
> ,[PoolThread-1]org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1030)
> The underlying problem is that some Portlet API classes are referenced and arent' available.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Reopened: (TAPESTRY-588) Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-588?page=all ]
     
Howard M. Lewis Ship reopened TAPESTRY-588:
-------------------------------------------


> Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions
> -----------------------------------------------------------------------------------------------
>
>          Key: TAPESTRY-588
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-588
>      Project: Tapestry
>         Type: Bug
>   Components: Portlet
>     Versions: 4.0
>     Reporter: Howard M. Lewis Ship
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0

>
> The exceptions occur when certain pages, such as the Exception page, are activated.  The console gets some giant stack traces:
> org.apache.hivemind.ApplicationRuntimeException: Unable to convert type 'javax.portlet.PortletSession' to a Java class, either as is, or in package org.apache.tapestry.portlet.
> 	at org.apache.hivemind.impl.ModuleImpl.resolveType(ModuleImpl.java:197)
> 	at org.apache.hivemind.schema.rules.ClassTranslator.translate(ClassTranslator.java:35)
> 	at org.apache.hivemind.schema.rules.ReadAttributeRule.begin(ReadAttributeRule.java:77)
> 	at org.apache.hivemind.parse.ConversionDescriptor.begin(ConversionDescriptor.java:141)
> 	at org.apache.hivemind.impl.SchemaElement.fireBegin(SchemaElement.java:228)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.processElement(SchemaProcessorImpl.java:255)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.processRootElement(SchemaProcessorImpl.java:235)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.process(SchemaProcessorImpl.java:223)
> 	at org.apache.hivemind.impl.ConfigurationPointImpl.processContributionElements(ConfigurationPointImpl.java:268)
> 	at org.apache.hivemind.impl.ConfigurationPointImpl.constructElements(ConfigurationPointImpl.java:189)
> 	at org.apache.hivemind.impl.ElementsInnerProxyList.inner(ElementsInnerProxyList.java:46)
> 	at org.apache.hivemind.impl.ElementsInnerProxyList.size(ElementsInnerProxyList.java:62)
> 	at org.apache.hivemind.impl.ElementsProxyList.size(ElementsProxyList.java:60)
> 	at java.util.AbstractList$Itr.hasNext(AbstractList.java:416)
> 	at org.apache.hivemind.lib.strategy.StrategyFactory.buildRegistry(StrategyFactory.java:87)
> 	at org.apache.hivemind.lib.strategy.StrategyFactory.createCoreServiceImplementation(StrategyFactory.java:56)
> 	at $ServiceImplementationFactory_105e911cadf.createCoreServiceImplementation($ServiceImplementationFactory_105e911cadf.java)
> 	at org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation(InvokeFactoryServiceConstructor.java:84)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructCoreServiceImplementation(AbstractServiceModelImpl.java:107)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructNewServiceImplementation(AbstractServiceModelImpl.java:157)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructServiceImplementation(AbstractServiceModelImpl.java:139)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getActualServiceImplementation(SingletonServiceModel.java:68)
> 	at $DescribableStrategy_105e911caee._service($DescribableStrategy_105e911caee.java)
> 	at $DescribableStrategy_105e911caee.describeObject($DescribableStrategy_105e911caee.java)
> 	at $DescribableStrategy_105e911caed.describeObject($DescribableStrategy_105e911caed.java)
> 	at org.apache.tapestry.describe.HTMLDescriptionReceiver.describe(HTMLDescriptionReceiver.java:78)
> 	at org.apache.tapestry.describe.HTMLDescriberImpl.describeObject(HTMLDescriberImpl.java:33)
> 	at $HTMLDescriber_105e911c9e0.describeObject($HTMLDescriber_105e911c9e0.java)
> 	at $HTMLDescriber_105e911c9df.describeObject($HTMLDescriber_105e911c9df.java)
> 	at org.apache.tapestry.html.Describe.renderComponent(Describe.java:46)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:430)
> 	at org.apache.tapestry.html.Shell.renderComponent(Shell.java:114)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:274)
> 	at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:368)
> 	at org.apache.tapestry.services.impl.ResponseRendererImpl.renderResponse(ResponseRendererImpl.java:71)
> 	at $ResponseRenderer_105e911c9e1.renderResponse($ResponseRenderer_105e911c9e1.java)
> 	at org.apache.tapestry.error.ExceptionPresenterImpl.presentException(ExceptionPresenterImpl.java:46)
> 	at $ExceptionPresenter_105e911c9d0.presentException($ExceptionPresenter_105e911c9d0.java)
> 	at $ExceptionPresenter_105e911c9cf.presentException($ExceptionPresenter_105e911c9cf.java)
> 	at org.apache.tapestry.engine.AbstractEngine.activateExceptionPage(AbstractEngine.java:127)
> 	at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:286)
> 	at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:60)
> 	at $WebRequestServicer_105e911ca25.service($WebRequestServicer_105e911ca25.java)
> 	at org.apache.tapestry.services.impl.DisableCachingFilter.service(DisableCachingFilter.java:48)
> 	at $WebRequestServicerFilter_105e911ca27.service($WebRequestServicerFilter_105e911ca27.java)
> 	at $WebRequestServicer_105e911ca29.service($WebRequestServicer_105e911ca29.java)
> 	at $WebRequestServicer_105e911ca21.service($WebRequestServicer_105e911ca21.java)
> 	at org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:56)
> 	at $ServletRequestServicer_105e911ca05.service($ServletRequestServicer_105e911ca05.java)
> 	at org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55)
> 	at $ServletRequestServicerFilter_105e911ca01.service($ServletRequestServicerFilter_105e911ca01.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52)
> 	at $ServletRequestServicerFilter_105e911c9ff.service($ServletRequestServicerFilter_105e911c9ff.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53)
> 	at $ServletRequestServicerFilter_105e911ca03.service($ServletRequestServicerFilter_105e911ca03.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at $ServletRequestServicer_105e911c9f9.service($ServletRequestServicer_105e911c9f9.java)
> 	at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:145)
> 	at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:101)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
> 	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
> 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
> 	at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
> 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
> 	at org.mortbay.http.HttpServer.service(HttpServer.java:879)
> 	at org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
> 	at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:961)
> 	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
> 	at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
> 	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:300)
> 	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511)
> ,[PoolThread-1]org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1030)
> The underlying problem is that some Portlet API classes are referenced and arent' available.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (TAPESTRY-588) Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-588?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-588:
-----------------------------------------

    Fix Version: 4.0
     Resolution: Fixed

> Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions
> -----------------------------------------------------------------------------------------------
>
>          Key: TAPESTRY-588
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-588
>      Project: Tapestry
>         Type: Bug
>   Components: Portlet
>     Versions: 4.0
>     Reporter: Howard M. Lewis Ship
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0

>
> The exceptions occur when certain pages, such as the Exception page, are activated.  The console gets some giant stack traces:
> org.apache.hivemind.ApplicationRuntimeException: Unable to convert type 'javax.portlet.PortletSession' to a Java class, either as is, or in package org.apache.tapestry.portlet.
> 	at org.apache.hivemind.impl.ModuleImpl.resolveType(ModuleImpl.java:197)
> 	at org.apache.hivemind.schema.rules.ClassTranslator.translate(ClassTranslator.java:35)
> 	at org.apache.hivemind.schema.rules.ReadAttributeRule.begin(ReadAttributeRule.java:77)
> 	at org.apache.hivemind.parse.ConversionDescriptor.begin(ConversionDescriptor.java:141)
> 	at org.apache.hivemind.impl.SchemaElement.fireBegin(SchemaElement.java:228)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.processElement(SchemaProcessorImpl.java:255)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.processRootElement(SchemaProcessorImpl.java:235)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.process(SchemaProcessorImpl.java:223)
> 	at org.apache.hivemind.impl.ConfigurationPointImpl.processContributionElements(ConfigurationPointImpl.java:268)
> 	at org.apache.hivemind.impl.ConfigurationPointImpl.constructElements(ConfigurationPointImpl.java:189)
> 	at org.apache.hivemind.impl.ElementsInnerProxyList.inner(ElementsInnerProxyList.java:46)
> 	at org.apache.hivemind.impl.ElementsInnerProxyList.size(ElementsInnerProxyList.java:62)
> 	at org.apache.hivemind.impl.ElementsProxyList.size(ElementsProxyList.java:60)
> 	at java.util.AbstractList$Itr.hasNext(AbstractList.java:416)
> 	at org.apache.hivemind.lib.strategy.StrategyFactory.buildRegistry(StrategyFactory.java:87)
> 	at org.apache.hivemind.lib.strategy.StrategyFactory.createCoreServiceImplementation(StrategyFactory.java:56)
> 	at $ServiceImplementationFactory_105e911cadf.createCoreServiceImplementation($ServiceImplementationFactory_105e911cadf.java)
> 	at org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation(InvokeFactoryServiceConstructor.java:84)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructCoreServiceImplementation(AbstractServiceModelImpl.java:107)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructNewServiceImplementation(AbstractServiceModelImpl.java:157)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructServiceImplementation(AbstractServiceModelImpl.java:139)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getActualServiceImplementation(SingletonServiceModel.java:68)
> 	at $DescribableStrategy_105e911caee._service($DescribableStrategy_105e911caee.java)
> 	at $DescribableStrategy_105e911caee.describeObject($DescribableStrategy_105e911caee.java)
> 	at $DescribableStrategy_105e911caed.describeObject($DescribableStrategy_105e911caed.java)
> 	at org.apache.tapestry.describe.HTMLDescriptionReceiver.describe(HTMLDescriptionReceiver.java:78)
> 	at org.apache.tapestry.describe.HTMLDescriberImpl.describeObject(HTMLDescriberImpl.java:33)
> 	at $HTMLDescriber_105e911c9e0.describeObject($HTMLDescriber_105e911c9e0.java)
> 	at $HTMLDescriber_105e911c9df.describeObject($HTMLDescriber_105e911c9df.java)
> 	at org.apache.tapestry.html.Describe.renderComponent(Describe.java:46)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:430)
> 	at org.apache.tapestry.html.Shell.renderComponent(Shell.java:114)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:274)
> 	at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:368)
> 	at org.apache.tapestry.services.impl.ResponseRendererImpl.renderResponse(ResponseRendererImpl.java:71)
> 	at $ResponseRenderer_105e911c9e1.renderResponse($ResponseRenderer_105e911c9e1.java)
> 	at org.apache.tapestry.error.ExceptionPresenterImpl.presentException(ExceptionPresenterImpl.java:46)
> 	at $ExceptionPresenter_105e911c9d0.presentException($ExceptionPresenter_105e911c9d0.java)
> 	at $ExceptionPresenter_105e911c9cf.presentException($ExceptionPresenter_105e911c9cf.java)
> 	at org.apache.tapestry.engine.AbstractEngine.activateExceptionPage(AbstractEngine.java:127)
> 	at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:286)
> 	at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:60)
> 	at $WebRequestServicer_105e911ca25.service($WebRequestServicer_105e911ca25.java)
> 	at org.apache.tapestry.services.impl.DisableCachingFilter.service(DisableCachingFilter.java:48)
> 	at $WebRequestServicerFilter_105e911ca27.service($WebRequestServicerFilter_105e911ca27.java)
> 	at $WebRequestServicer_105e911ca29.service($WebRequestServicer_105e911ca29.java)
> 	at $WebRequestServicer_105e911ca21.service($WebRequestServicer_105e911ca21.java)
> 	at org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:56)
> 	at $ServletRequestServicer_105e911ca05.service($ServletRequestServicer_105e911ca05.java)
> 	at org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55)
> 	at $ServletRequestServicerFilter_105e911ca01.service($ServletRequestServicerFilter_105e911ca01.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52)
> 	at $ServletRequestServicerFilter_105e911c9ff.service($ServletRequestServicerFilter_105e911c9ff.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53)
> 	at $ServletRequestServicerFilter_105e911ca03.service($ServletRequestServicerFilter_105e911ca03.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at $ServletRequestServicer_105e911c9f9.service($ServletRequestServicer_105e911c9f9.java)
> 	at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:145)
> 	at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:101)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
> 	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
> 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
> 	at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
> 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
> 	at org.mortbay.http.HttpServer.service(HttpServer.java:879)
> 	at org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
> 	at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:961)
> 	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
> 	at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
> 	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:300)
> 	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511)
> ,[PoolThread-1]org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1030)
> The underlying problem is that some Portlet API classes are referenced and arent' available.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (TAPESTRY-588) Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-588?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-588:
-----------------------------------------

    Resolution: Fixed

> Including the tapestry-portlet jar in the classpath for a servlet application causes exceptions
> -----------------------------------------------------------------------------------------------
>
>          Key: TAPESTRY-588
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-588
>      Project: Tapestry
>         Type: Bug
>   Components: Portlet
>     Versions: 4.0
>     Reporter: Howard M. Lewis Ship
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0

>
> The exceptions occur when certain pages, such as the Exception page, are activated.  The console gets some giant stack traces:
> org.apache.hivemind.ApplicationRuntimeException: Unable to convert type 'javax.portlet.PortletSession' to a Java class, either as is, or in package org.apache.tapestry.portlet.
> 	at org.apache.hivemind.impl.ModuleImpl.resolveType(ModuleImpl.java:197)
> 	at org.apache.hivemind.schema.rules.ClassTranslator.translate(ClassTranslator.java:35)
> 	at org.apache.hivemind.schema.rules.ReadAttributeRule.begin(ReadAttributeRule.java:77)
> 	at org.apache.hivemind.parse.ConversionDescriptor.begin(ConversionDescriptor.java:141)
> 	at org.apache.hivemind.impl.SchemaElement.fireBegin(SchemaElement.java:228)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.processElement(SchemaProcessorImpl.java:255)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.processRootElement(SchemaProcessorImpl.java:235)
> 	at org.apache.hivemind.impl.SchemaProcessorImpl.process(SchemaProcessorImpl.java:223)
> 	at org.apache.hivemind.impl.ConfigurationPointImpl.processContributionElements(ConfigurationPointImpl.java:268)
> 	at org.apache.hivemind.impl.ConfigurationPointImpl.constructElements(ConfigurationPointImpl.java:189)
> 	at org.apache.hivemind.impl.ElementsInnerProxyList.inner(ElementsInnerProxyList.java:46)
> 	at org.apache.hivemind.impl.ElementsInnerProxyList.size(ElementsInnerProxyList.java:62)
> 	at org.apache.hivemind.impl.ElementsProxyList.size(ElementsProxyList.java:60)
> 	at java.util.AbstractList$Itr.hasNext(AbstractList.java:416)
> 	at org.apache.hivemind.lib.strategy.StrategyFactory.buildRegistry(StrategyFactory.java:87)
> 	at org.apache.hivemind.lib.strategy.StrategyFactory.createCoreServiceImplementation(StrategyFactory.java:56)
> 	at $ServiceImplementationFactory_105e911cadf.createCoreServiceImplementation($ServiceImplementationFactory_105e911cadf.java)
> 	at org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation(InvokeFactoryServiceConstructor.java:84)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructCoreServiceImplementation(AbstractServiceModelImpl.java:107)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructNewServiceImplementation(AbstractServiceModelImpl.java:157)
> 	at org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructServiceImplementation(AbstractServiceModelImpl.java:139)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getActualServiceImplementation(SingletonServiceModel.java:68)
> 	at $DescribableStrategy_105e911caee._service($DescribableStrategy_105e911caee.java)
> 	at $DescribableStrategy_105e911caee.describeObject($DescribableStrategy_105e911caee.java)
> 	at $DescribableStrategy_105e911caed.describeObject($DescribableStrategy_105e911caed.java)
> 	at org.apache.tapestry.describe.HTMLDescriptionReceiver.describe(HTMLDescriptionReceiver.java:78)
> 	at org.apache.tapestry.describe.HTMLDescriberImpl.describeObject(HTMLDescriberImpl.java:33)
> 	at $HTMLDescriber_105e911c9e0.describeObject($HTMLDescriber_105e911c9e0.java)
> 	at $HTMLDescriber_105e911c9df.describeObject($HTMLDescriber_105e911c9df.java)
> 	at org.apache.tapestry.html.Describe.renderComponent(Describe.java:46)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:430)
> 	at org.apache.tapestry.html.Shell.renderComponent(Shell.java:114)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
> 	at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:613)
> 	at org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:274)
> 	at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:368)
> 	at org.apache.tapestry.services.impl.ResponseRendererImpl.renderResponse(ResponseRendererImpl.java:71)
> 	at $ResponseRenderer_105e911c9e1.renderResponse($ResponseRenderer_105e911c9e1.java)
> 	at org.apache.tapestry.error.ExceptionPresenterImpl.presentException(ExceptionPresenterImpl.java:46)
> 	at $ExceptionPresenter_105e911c9d0.presentException($ExceptionPresenter_105e911c9d0.java)
> 	at $ExceptionPresenter_105e911c9cf.presentException($ExceptionPresenter_105e911c9cf.java)
> 	at org.apache.tapestry.engine.AbstractEngine.activateExceptionPage(AbstractEngine.java:127)
> 	at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:286)
> 	at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:60)
> 	at $WebRequestServicer_105e911ca25.service($WebRequestServicer_105e911ca25.java)
> 	at org.apache.tapestry.services.impl.DisableCachingFilter.service(DisableCachingFilter.java:48)
> 	at $WebRequestServicerFilter_105e911ca27.service($WebRequestServicerFilter_105e911ca27.java)
> 	at $WebRequestServicer_105e911ca29.service($WebRequestServicer_105e911ca29.java)
> 	at $WebRequestServicer_105e911ca21.service($WebRequestServicer_105e911ca21.java)
> 	at org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:56)
> 	at $ServletRequestServicer_105e911ca05.service($ServletRequestServicer_105e911ca05.java)
> 	at org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55)
> 	at $ServletRequestServicerFilter_105e911ca01.service($ServletRequestServicerFilter_105e911ca01.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52)
> 	at $ServletRequestServicerFilter_105e911c9ff.service($ServletRequestServicerFilter_105e911c9ff.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53)
> 	at $ServletRequestServicerFilter_105e911ca03.service($ServletRequestServicerFilter_105e911ca03.java)
> 	at $ServletRequestServicer_105e911ca07.service($ServletRequestServicer_105e911ca07.java)
> 	at $ServletRequestServicer_105e911c9f9.service($ServletRequestServicer_105e911c9f9.java)
> 	at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:145)
> 	at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:101)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
> 	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
> 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
> 	at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
> 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
> 	at org.mortbay.http.HttpServer.service(HttpServer.java:879)
> 	at org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
> 	at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:961)
> 	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
> 	at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
> 	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:300)
> 	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511)
> ,[PoolThread-1]org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1030)
> The underlying problem is that some Portlet API classes are referenced and arent' available.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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