Hi,
Do you have the stax jars from the reference implementation in the classpath ?

On 10/17/06, robert lazarski <[EMAIL PROTECTED]> wrote:
If you have wstx-asl-3.0.1.jar from the std-bin nightly distro in your
classpath, it will use those classes.

HTH,
Robert

On 10/17/06, Brian Dillon (ext. 944) <[EMAIL PROTECTED]> wrote:
> Hi Chinthaka,
>
> I took down the Axis war file from the nightly build of the 16th but
> unfortunately this still gives an error. It is however a different error (I
> have copied it bellow);
>
> ERROR 17-10 10:55:30,531 (StandardContext.java:loadOnStartup:3882)  -Servlet
> /re
> fappsoap threw load() exception
> javax.xml.stream.FactoryConfigurationError: Could not locate provider
> [com.bea.x
> ml.stream.MXParserFactory]
>         at
> javax.xml.stream.FactoryLocator.newInstance(FactoryLocator.java:55)
>         at javax.xml.stream.FactoryLocator.find(FactoryLocator.java:145)
>         at
> javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:220
> )
>         at
> org.apache.axiom.om.util.StAXUtils.getXMLInputFactory(StAXUtils.java:
> 40)
>         at
> org.apache.axiom.om.util.StAXUtils.createXMLStreamReader(StAXUtils.ja
> va:66)
>         at
> org.apache.axis2.deployment.DescriptionBuilder.buildOM(DescriptionBui
> lder.java:82)
>         at
> org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConf
> igBuilder.java:58)
>         at
> org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguratio
> n(DeploymentEngine.java:681)
>         at
> org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedA
> xisConfigurator.java:127)
>         at
> org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisSer
> vlet.java:366)
>         at
> org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:304
> )
>         at
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
> java:1091)
>         at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:92
> 5)
>         at
> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContex
> t.java:3880)
>         at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4
> 141)
>         at
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
> .java:759)
>         at
> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:73
> 9)
>         at
> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
>
>         at
> org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.jav
> a:910)
>         at
> org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.j
> ava:873)
>         at
> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474
> )
>         at
> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118)
>         at
> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
> :310)
>         at
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
> eSupport.java:119)
>         at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
>
>         at
> org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
>         at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
>
>         at
> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442
> )
>         at
> org.apache.catalina.core.StandardService.start(StandardService.java:4
> 50)
>         at
> org.apache.catalina.core.StandardServer.start(StandardServer.java:680
> )
>         at org.apache.catalina.startup.Catalina.start(Catalina.java:536)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> 17-Oct-2006 10:55:30 org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> 17-Oct-2006 10:55:31 org.apache.jk.common.ChannelSocket init
>
>
> Any help with this is much appreciated,
>
> Thanks,
>
> Brian
>
> -----Original Message-----
> From: Eran Chinthaka [mailto:[EMAIL PROTECTED]
> Sent: 16 October 2006 13:19
> To: axis-user@ws.apache.org
> Subject: Re: Axis2 and Seam
>
>
> Hi Brian,
>
> I had a quick look at this. Seems you are using Axis2 1.0, as the line
> numbers are incorrect in the current code base. Can you please check this
> with latest nightly builds and post here the stacktrace if the problem
> exists even with it?
>
> -- Chinthaka
>
> Brian Dillon (ext. 944) wrote:
> >
> > Hi,
> >
> > Has anyone used Axis2 with Seam ? When I add in the jboss-ejb3-all.jar
> > (shipped with Seam) into the lib directory of my axis2 war I get the
> > following exception ?
> >
> >
> > - Servlet /refappsoap threw load() exception
> > java.lang.NullPointerException
> >         at
> > org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedA
> > xisConfigurator.java:81)
> >         at
> > org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisSer
> > vlet.java:213)
> >         at
> > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:182
> > )
> >         at
> > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
> > java:1091)
> >         at
> > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:92
> > 5)
> >         at
> > org.apache.catalina.core.StandardContext.loadOnStartup(StandardContex
> > t.java:3880)
> >         at
> > org.apache.catalina.core.StandardContext.start(StandardContext.java:4
> > 141)
> >         at
> > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
> > .java:759)
> >         at
> > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:73
> > 9)
> >         at
> > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
> >
> >         at
> > org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.jav
> > a:910)
> >         at
> > org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.j
> > ava:873)
> >         at
> > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474
> > )
> >         at
> > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118)
> >         at
> > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
> > :310)
> >         at
> > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
> > eSupport.java:119)
> >         at
> > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
> >
> >         at
> > org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
> >         at
> > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
> >
> >         at
> > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442
> > )
> >         at
> > org.apache.catalina.core.StandardService.start(StandardService.java:4
> > 50)
> >         at
> > org.apache.catalina.core.StandardServer.start(StandardServer.java:680
> > )
> >         at org.apache.catalina.startup.Catalina.start(Catalina.java:536)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > java:39)
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:585)
> >         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
> >         at
> > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> >
> > Is there a way around this compatability issue ?
> >
> > Thanks,
> >
> > Brian
> >
> > __________________________________________________________
> >
> > The information contained in this e-mail is confidential, may be
> > privileged and is intended
> >
> > only for the user of the recipient named above. If you are not the
> > intended recipient or a
> >
> > representative of the intended recipient, you have received this
> > e-mail in error and must
> >
> > not copy, use or disclose the contents of this e-mail to anybody else.
> >
> >
> >
> > If you have received this e-mail in error, please notify the sender
> > immediately by return
> >
> > e-mail and permanently delete the copy you received. This e-mail has
> > been swept for
> >
> > computer viruses. However, you should carry out your own virus checks.
> >
> > *Registered in Ireland, No. 205721. ** http://www.FINEOS.com *
> >
> > __________________________________________________________
> >
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Ajith Ranabahu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to