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)" <ji...@apache.org> on 2010/08/31 18:27:53 UTC

[jira] Closed: (TAP5-846) tapestry cannot deploy on the weblogic 9.2.0.0

     [ https://issues.apache.org/jira/browse/TAP5-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-846.
-------------------------------------

      Assignee: Howard M. Lewis Ship
    Resolution: Won't Fix

This is fixed in the 5.2 code base, where the use of StAX has been removed.

> tapestry cannot deploy on the weblogic 9.2.0.0
> ----------------------------------------------
>
>                 Key: TAP5-846
>                 URL: https://issues.apache.org/jira/browse/TAP5-846
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: ginkgowoo
>            Assignee: Howard M. Lewis Ship
>
> hi all:
>        when we want to deploy the tapestry on the weblogic 9.2.0.0,the exception happen.
> as we know, the tapestry parser the xml by the Woodstox StAX parser. but the weblogic will alse parser the xml by it's jar.
> so ,the exception happen. 
> any help for this problem ?
> <Oct 4, 2006 10:04:16 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application '_appsdir_luna_dir' due to error weblogic.application.ModuleException: .
> weblogic.application.ModuleException: 
> 	at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:295)
> 	at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
> 	at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
> 	at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
> 	at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
> 	Truncated. see log file for complete stacktrace
> java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory
> 	at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
> 	at weblogic.servlet.internal.WebAppHelper.addListenerElements(WebAppHelper.java:244)
> 	at weblogic.servlet.internal.WebAppHelper$IOHelperImpl.parseXML(WebAppHelper.java:224)
> 	at weblogic.descriptor.DescriptorCache.parseXML(DescriptorCache.java:324)
> 	at weblogic.servlet.internal.WebAppHelper.registerTagLibListeners(WebAppHelper.java:174)
> 	Truncated. see log file for complete stacktrace
> best regards.
> thanks very much

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.