On 4/11/07, muhwas <[EMAIL PROTECTED]> wrote:
Again, I found that i can run this sample successfully from home but when i try to run this in office i am getting following exception. In office i connet to internet through proxy and i have proxy server setting in maven setting.xml I can succesfully build but when i try to deploy to tomcat i get this exception if i am on a network which connect internet through proxy. Any help would be really appreciated. thank you --- muhwas <[EMAIL PROTECTED]> wrote: > yeah i am using Tuscany M2 > > --- Simon Laws <[EMAIL PROTECTED]> wrote: > > > On 4/10/07, muhwas <[EMAIL PROTECTED]> wrote: > > > > > > Hi guys, > > > > > > I am trying to run HelloWorld Async Sample. I > was > > able > > > to successffully build the sample. But when i am > > > trying to deploy it on tomcat 5.5.17 I am > getting > > > following exception > > > > > > > > > org.apache.tuscany.runtime.webapp.ServletLauncherInitException: > > > > org.apache.tuscany.spi.component.TargetException: > > > Error initializing component instance [extender] > > > at > > > > > > org.apache.tuscany.runtime.webapp.WebappRuntimeImpl.initialize( > > > WebappRuntimeImpl.java:147) > > > at > > > > > > > > > org.apache.tuscany.runtime.webapp.TuscanyContextListener.contextInitialized > > > (TuscanyContextListener.java:74) > > > at > > > > > > org.apache.catalina.core.StandardContext.listenerStart( > > > StandardContext.java:3729) > > > at > > > > > > org.apache.catalina.core.StandardContext.start(StandardContext.java:4187) > > > at > > > > > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java > > > :759) > > > at > > > > > > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) > > > at > > > > > > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) > > > at > > > > > > org.apache.tuscany.tomcat.TuscanyHost.addChild(TuscanyHost.java:133) > > > at > > > > > > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809) > > > at > > > > > > org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698) > > > at > > > > > > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472) > > > at > > > > > > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122) > > > at > > > > > > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310) > > > at > > > > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent( > > > LifecycleSupport.java:119) > > > at > > > > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021) > > > at > > > > > > org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > > > at > > > > > > org.apache.tuscany.tomcat.TuscanyHost.start(TuscanyHost.java:72) > > > at > > > > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > > > at > > > > > > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) > > > at > > > > > > org.apache.catalina.core.StandardService.start(StandardService.java:450) > > > at > > > > > > org.apache.catalina.core.StandardServer.start(StandardServer.java:709) > > > at > > > > > > org.apache.catalina.startup.Catalina.start(Catalina.java:551) > > > at > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > > Method) > > > at > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > > > :39) > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > > > DelegatingMethodAccessorImpl.java:25) > > > at > > > java.lang.reflect.Method.invoke(Method.java:585) > > > at > > > > > > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) > > > at > > > > > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) > > > Caused by: > > > > org.apache.tuscany.spi.component.TargetException: > > > Error initializing component instance [extender] > > > at > > > > > > org.apache.tuscany.core.implementation.PojoAtomicComponent.init( > > > PojoAtomicComponent.java:96) > > > at > > > > > > org.apache.tuscany.core.component.scope.InstanceWrapperImpl.start( > > > InstanceWrapperImpl.java:49) > > > at > > > > > > > > > org.apache.tuscany.core.component.scope.ModuleScopeContainer.eagerInitComponents > > > (ModuleScopeContainer.java:145) > > > at > > > > > > org.apache.tuscany.core.component.scope.ModuleScopeContainer.onEvent( > > > ModuleScopeContainer.java:72) > > > at > > > > > > org.apache.tuscany.spi.component.AbstractSCAObject.publish( > > > AbstractSCAObject.java:94) > > > at > > > > > > > > > org.apache.tuscany.core.implementation.composite.AbstractCompositeComponent.publish > > > (AbstractCompositeComponent.java:139) > > > at > > > > > > > > > org.apache.tuscany.core.implementation.composite.AbstractCompositeComponent.start > > > (AbstractCompositeComponent.java:106) > > > at > > > > > > org.apache.tuscany.runtime.webapp.WebappRuntimeImpl.initialize( > > > WebappRuntimeImpl.java:127) > > > ... 27 more > > > Caused by: > > > > > > org.apache.tuscany.core.injection.ObjectCallbackException: > > > Exception thrown by callback method [public void > > > > > > org.apache.tuscany.runtime.webapp.WebResourceScanExtender.init()] > > > at > > > > > > org.apache.tuscany.core.injection.MethodEventInvoker.invokeEvent( > > > MethodEventInvoker.java:46) > > > at > === message truncated === --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Hi Muhwas
I was hoping someone was going to jump in here with a bright idea;-) The error doesn't look to me like it's a firewall issue it looks like the axis jar mentioned isn't in the right place. Unless "Unable to resolve artifact:" means here that it can't go and get some jar that axis depends on. To try and narrow this down a bit did you have any success getting the more simplistic tuscany sca helloworld web service sample working in the situation where you are running behind the firewall? Or do none of the web service samples work in that situation? Regards Simon
